Question

Difficulty: EasyProperties of Integers and Divisibility

When the positive integer mm is divided by 88, the remainder is 55. What is the remainder when 3m+73m + 7 is divided by 88?

  1. A
    22
  2. B
    44
  3. C
    55
  4. 66Answer
  5. E
    77

Answer

The remainder is 66.
Since mm leaves a remainder of 55 when divided by 88, we can evaluate 3m+73m + 7 modulo 88 by replacing mm with 55. Calculating 3(5)+73(5) + 7 gives 2222. Dividing 2222 by 88 gives a quotient of 22 with a remainder of 66 because 22=8×2+622 = 8 \times 2 + 6.

Step-by-Step Solution

1
Express integer mm using the division algorithm.
m=8k+5m = 8k + 5 for some non-negative integer kk.
Dividing mm by 88 yields a remainder of 55.
2
Substitute the expression for mm into 3m+73m + 7.
3m+7=3(8k+5)+7=24k+15+7=24k+223m + 7 = 3(8k + 5) + 7 = 24k + 15 + 7 = 24k + 22.
This expresses the new quantity algebraically in terms of kk.
3
Determine the remainder when 24k+2224k + 22 is divided by 88.
24k+22=8(3k+2)+624k + 22 = 8(3k + 2) + 6, so the remainder is 66.
The term 8(3k+2)8(3k + 2) is a multiple of 88, leaving 66 as the non-negative remainder less than 88.

Key Concept

Remainder properties of linear combinations of integers
Estimated Time:45s
Rate this question