Prediction from the denominators. Each fraction is already in lowest terms, so factorise the denominator and look for primes other than 2 and 5.
| Number | Denominator | Other primes? | Prediction |
|---|---|---|---|
| 7/20 | 20 = 2² × 5 | none | terminating |
| 4/15 | 15 = 3 × 5 | 3 | repeating |
| 13/250 | 250 = 2 × 5³ | none | terminating |
Now the long divisions.
100 ÷ 20 = 5, remainder 0 — stop
7/20 = 0.35 (2 places, as 2² × 5 predicts max(2, 1) = 2)
100 ÷ 15 = 6, remainder 10
100 ÷ 15 = 6, remainder 10 — the remainder 10 has returned
4/15 = 0.2666… = 0.26
1300 ÷ 250 = 5, remainder 50
500 ÷ 250 = 2, remainder 0 — stop
13/250 = 0.052 (3 places, as 2 × 5³ predicts max(1, 3) = 3)
All three predictions are confirmed.