- 5,197
- 38
n = (28)^3
which is greater:
the units digit of n
OR
4?
How does one go about *computing* the units digit of n?
which is greater:
the units digit of n
OR
4?
How does one go about *computing* the units digit of n?
The discussion centers on determining the units digit of the number n, specifically when n is calculated as (28)^3. Participants explore various methods for computing or deducing the units digit without performing the full calculation.
Participants generally agree on the methods to find the units digit, but there is disagreement and confusion regarding the application of modular arithmetic and its implications. Some participants express uncertainty about the validity of certain statements and calculations.
There are limitations in understanding modular arithmetic, particularly regarding how negative representations can be used and the implications of equivalence classes in mod 10. Some participants struggle with the foundational concepts of number theory and abstract algebra.
cepheid said:That's the *general strategy*, then? Factor the number.
robert Ihnot said:Werg22: There's an even simpler way: the unit digit in 28 is 8, 8^3 = 8*64 - > this ends with a 2. This said, 28^3 ends with a 2.
robert Ihnot said:We look at this modulo 10, 28==8. On the other hand we can also use 8==-2 Mod 10, so all we have to do is look at (-2)^3=-8==2 Mod 10, and we are done!
robert Ihnot said:This way helps because suppose the problem was (7598)^10. That matter reduces to (-2)^10 = 64 == 4 Mod 10.
matt grime said:That last sentence indicates you don't understand what 'mod 10' means at all.
cepheid said:3. (-2)^10 = 64
Now THIS is the statement of robert Inhot that I did not understand...it does not make sense to me in ANY form of arithmetic.
d_leet said:I think that was a mistake becaue you would have (-2)^10=1024==4(mod 10)
cepheid said:Great! Now that that has been established, can anyone help me out with my question? (post 10).