Question

Difficulty: MediumRemainders and Units Digit Cyclicity

For any positive integer nn, let u(n)u(n) denote the units digit of the sum 7n+3n+1+2n+27^n + 3^{n+1} + 2^{n+2}. What is the remainder when the sum u(1)+u(2)+u(3)++u(100)u(1) + u(2) + u(3) + \dots + u(100) is divided by 7?

  1. 6Answer
  2. B
    5
  3. C
    2
  4. D
    0
  5. E
    1

Answer

The remainder when the sum is divided by 7 is 6.
Evaluating the units digit u(n)u(n) for n=1,2,3,4n = 1, 2, 3, 4 gives u(1)=4u(1) = 4, u(2)=2u(2) = 2, u(3)=6u(3) = 6, and u(4)=0u(4) = 0. This pattern of 4 values repeats indefinitely. The sum of one full cycle of 4 terms is 4+2+6+0=124 + 2 + 6 + 0 = 12. Since there are 100 terms in total, there are 100/4=25100 / 4 = 25 full cycles. The total sum is 25×12=30025 \times 12 = 300. Dividing 300 by 7 gives a quotient of 42 with a remainder of 6. Thus, the correct choice is 6.

Step-by-Step Solution

1
Determine the units digit cyclicity for each power term.
The units digits of 7n7^n follow the 4-term cycle [7, 9, 3, 1]. The units digits of 3n+13^{n+1} follow [9, 7, 1, 3]. The units digits of 2n+22^{n+2} follow [8, 4, 2, 6].
Units digits of positive integer powers repeat periodically with a cycle length of 4.
2
Calculate u(n)u(n) for the first 4 terms to identify the repeating pattern of u(n)u(n).
For n=1n=1: 7+9+8=24    u(1)=47+9+8 = 24 \implies u(1)=4. For n=2n=2: 9+7+4=20    u(2)=09+7+4 = 20 \implies u(2)=0. For n=3n=3: 3+1+2=6    u(3)=63+1+2 = 6 \implies u(3)=6. For n=4n=4: 1+3+6=10    u(4)=01+3+6 = 10 \implies u(4)=0. The sequence of u(n)u(n) is [4,0,6,0][4, 0, 6, 0].
Evaluating individual terms determines the fundamental period and sum per period of u(n)u(n).
3
Sum the values of u(n)u(n) over one complete cycle of 4 terms.
Sum of one cycle = 4+0+6+0=104 + 0 + 6 + 0 = 10.
Finding the sum of a single period simplifies finding the total sum over 100 terms.
4
Calculate the total sum for 100 terms and determine its remainder modulo 7.
Since 100 terms contain 100/4=25100 / 4 = 25 complete cycles, the total sum S=25×10=250S = 25 \times 10 = 250. Dividing 250 by 7 gives 250=7×35+5250 = 7 \times 35 + 5? Wait: u(2)=(9+7+4)u(2) = (9+7+4) units digit is 0. Let's verify: 72=497^2=49 (9), 33=273^3=27 (7), 24=162^4=16 (6). 9+7+6=22    u(2)=29+7+6=22 \implies u(2)=2. Let's re-verify: u(1)=4,u(2)=2,u(3)=6,u(4)=0u(1)=4, u(2)=2, u(3)=6, u(4)=0. Sum per cycle = 4+2+6+0=124+2+6+0 = 12. Total sum S=25×12=300S = 25 \times 12 = 300. 300=7×42+6300 = 7 \times 42 + 6. Remainder is 6.
Dividing the total sum of 300 by 7 yields a quotient of 42 and a remainder of 6.

Key Concept

Units Digit Cyclicity and Modular Arithmetic Sums
Estimated Time:1m 30s
Rate this question