Find the last digit of 3^101 X 7^202

  • Thread starter Thread starter cloveryeah
  • Start date Start date
AI Thread Summary
The last digit of the expression 3^101 X 7^202 is determined to be 7. This conclusion is reached by calculating 147 mod 10 and using properties of modular arithmetic for powers of 3 and 7. Specifically, it involves finding the last digits of 3^4 and 7^4, which are then raised to the appropriate powers. The calculations confirm that the last digit remains consistent at 7. Therefore, the solution is correct.
cloveryeah
Messages
25
Reaction score
0

Homework Statement


find the last digit of 3^101 X 7^202

Homework Equations

The Attempt at a Solution


i have cal. that the last digit is 7 by...:
[147]mod10 X ([3^4]mod10)^25 X ([7^4]mod10)^25 = [7]mod10 X [1]mod10 = [7]mod10
so the last digit is 7

is it correct?
 
Physics news on Phys.org
cloveryeah said:

Homework Statement


find the last digit of 3^101 X 7^202

Homework Equations

The Attempt at a Solution


i have cal. that the last digit is 7 by...:
[147]mod10 X ([3^4]mod10)^25 X ([7^4]mod10)^25 = [7]mod10 X [1]mod10 = [7]mod10
so the last digit is 7

is it correct?

Yes.
 
  • Like
Likes cloveryeah
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top