the ones' digit when a number beginning with 4, such as14^( an even number) will always be 6
and that of 14^( an odd number) will always be 4.
so to your question, the answer is 4
2006-08-07 09:15:25
·
answer #1
·
answered by Anonymous
·
1⤊
1⤋
The last digit of the number 14 to a power (or 4 or 24, etc.) follows the sequence 4 - 8 - 6 - 2 - 4... The last digit repeats every 4 times.
14^101 MOD 10 = 14^1 MOD 10 which equals 4.
2006-08-07 18:15:01
·
answer #2
·
answered by Blues Man 2
·
0⤊
0⤋
As 14 is raised to successive powers, the ones digit will alternate between 4 and 6: if the previous power is 4 in the last digit, new last digit will be 6 and vice versa. The even powers will be 6, the odd, 4, so 14 to the power of 101 will be 4.
2006-08-07 16:14:12
·
answer #3
·
answered by Judy 7
·
0⤊
0⤋
For a slightly more formal treatment of this. The question can be restated as
find 14^101 mod 10.
Since the final digit of any positive integer is that integer mod 10.
14 = 4 mod 10
14 ^ 101 = 4 ^ 101 mod 10
= 4 mod 10 by the prior arguments
On a side note they should implement tex on here to make writing math easy
2006-08-07 18:20:47
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
Well, first of all, the ones' digit of the result will be completely dependent on the ones' digit of 14 -- in other words, 4.
Notice the pattern in the ones' digit as I take 4 to various powers:
4¹ = 4 -- ones' digit is 4
4² = 16 -- ones' digit is 6
4³ = 64 -- ones' digit is 4
4^4 = 256 -- ones' digit is 6
4^5 = 1024 -- ones' digit is 4
See the pattern? If the power is odd, the last digit is 4, but if the power is even, the last digit is 6.
So, based on that, I think you can work out the answer. :-) Hope that helps!
2006-08-07 16:11:52
·
answer #5
·
answered by Jay H 5
·
0⤊
0⤋
If you investigate this, you will find that the one's digit alternates between 4 and 6. Since 101 is odd, the digit will be 4.
2006-08-07 16:12:24
·
answer #6
·
answered by mathematician 7
·
0⤊
0⤋
14^1 = 14.
14^2 = 196.
14^3 = 2744.
The one's digit for powers of 14 will be 4 for odd powers, or 6 for even powers.
14^101 will have a one's digit of 4.
2006-08-07 16:12:01
·
answer #7
·
answered by Louise 5
·
0⤊
0⤋
it will be 4
2006-08-07 16:09:56
·
answer #8
·
answered by raj 7
·
0⤊
0⤋