Difference between revisions of "1999 CEMC Pascal Problems/Problem 20"
(Created page with "==Problem== The numbers <math>49, 29, 9, 40, 22, 15, 53, 33, 13, 47</math> are grouped in pairs so that the sum of each pair is the same. Which number is paired with <math>15<...") |
(LOL) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | The | + | The units (ones) digit in the product <math>(5 + 1)(5^3 + 1)(5^6 + 1)(5^{12} + 1)</math> is |
<math> \text{ (A) }\ 6 \qquad\text{ (B) }\ 5 \qquad\text{ (C) }\ 2 \qquad\text{ (D) }\ 1 \qquad\text{ (E) }\ 0</math> | <math> \text{ (A) }\ 6 \qquad\text{ (B) }\ 5 \qquad\text{ (C) }\ 2 \qquad\text{ (D) }\ 1 \qquad\text{ (E) }\ 0</math> |
Latest revision as of 23:52, 30 June 2025
Problem
The units (ones) digit in the product is
Solution 1
We can notice that the units digit of raised to any power is
since
, which has a units digit of
.
Thus, the units digit of the expression given is the same as the units digit of:
We can also notice that the units digit of to any power is
using similar logic with
having a units digit of
.
~anabel.disher
Solution 1.1
We can use the same logic to find that the units digit of the expression given is the same as the units digit of .
However, we can solve to get
, which has a units digit of
.
~anabel.disher
Solution 2 (unrecommended)
We can solve for the value of the expression, and then use its ones digit:
We then can see that the units digit is .
However, this method is not recommended, and takes a lot of computation.
~anabel.disher