Patterns & Reasoning

Problem

Subtract the remainder to find a divisor

I need the biggest number that leaves a remainder of 4 when it divides 148, and also leaves a remainder of 5 when it divides 165.
OperationsBase-ten numbers
Your answer
How to solve
Strategy Identify Subproblems — The key idea is that if a remainder is left over, removing that remainder makes the number divide evenly. So I break the task into subproblems: turn each 'remainder' clue into an 'exact divisor' clue by subtracting the remainder, then look for the largest number that divides both results. I confirm the winner by guess-and-check against the original two conditions.
1STEP 1

Turn the first clue into an exact-division clue

Taking the remainder off 148 leaves 144, which the mystery number divides exactly.

148 - 4 = 144
2STEP 2

Turn the second clue into an exact-division clue

The same move on 165 leaves 160, so the number is a factor of that one too.

165 - 5 = 160
3STEP 3

Find the common factors of 144 and 160

144 = 16 x 9 and 160 = 16 x 10, so the greatest number dividing both is 16.

144 = 16 × 9, 160 = 16 × 10
4STEP 4

Check the size rule and confirm with the originals

A divisor has to exceed its remainders, and 16 does: 148 and 165 leave 4 and 5 as required.

148 ÷ 16 = 9 R 4, 165 ÷ 16 = 10 R 5
Answer
16
16 is larger than both remainders (4 and 5), which is required for the remainders to be valid. Re-dividing confirms 148 = 16 x 9 + 4 and 165 = 16 x 10 + 5, so both conditions are met and 16 is the largest such common factor.
Takeaway

Take away the leftover, and a tricky 'remainder' clue turns into a neat 'factor' clue.

  • Turn the first clue into an exact-division clue
  • Turn the second clue into an exact-division clue
  • Find the common factors of 144 and 160
  • Check the size rule and confirm with the originals
Where next?
Another one like thissuggested

▶ Practice — 12 problems