Reasoning · Grade 3-2 Completing Equations

Problem

Possible remainder values

A number should have been divided by 40 but was divided by 4. The wrong division's quotient and remainder are the right one's, swapped. A remainder is always smaller than the divisor. Find the smallest such number.
Your answer
How to solve
Strategy Convert to Algebra — The number can be written two ways with the same q and r appearing swapped, so writing both division equations and setting them equal pins down the relationship between q and r. The remainder-must-be-smaller rule limits q to just a few values, and the smallest valid one gives the smallest number, which I then verify directly.
1STEP 1

Write both divisions

With quotient q and remainder r the number is 40q + r and also 4r + q.

40q + r = 4r + q
2STEP 2

Find how q and r are related

Setting them equal gives r = 13q.

39q = 3r → r = 13q
3STEP 3

Use the remainder rules to limit q

Since q is a remainder mod 4, q is at most 3.

q < 4, r = 13q < 40 → q ∈ {1,2,3}
4STEP 4

Build the smallest number and check it

The smallest q = 1 gives r = 13, so the number is 53.

40 × 1 + 13 = 53; 53 ÷ 40 = 1 r13, 53 ÷ 4 = 13 r1
Answer
53
53 ÷ 40 = 1 r 13, 53 ÷ 4 = 13 r 1
53 is a sensible size: dividing by 40 once leaves 13, and dividing the same 53 by 4 leaves 1, and indeed 1 and 13 are swapped. Both remainders obey their rules (13 < 40 and 1 < 4). The next solutions would be q = 2 (number 106) and q = 3 (number 159), all larger, confirming 53 is the smallest.
Takeaway

Rebuild each number as (divisor × quotient) + remainder, set the two versions equal, and the 'smaller than the divisor' rule does most of the work for you!

  • Write both divisions
  • Find how q and r are related
  • Use the remainder rules to limit q
  • Build the smallest number and check it