Power of 4: Last Digit Analysis

  • Thread starter Thread starter dainty77
  • Start date Start date
  • Tags Tags
    Analysis Power
dainty77
Messages
9
Reaction score
0

Homework Statement



If n is a natural number, then n^4 ends in either zero, one, five, or six.

Homework Equations





The Attempt at a Solution



Should I attempt this by cases?
 
Physics news on Phys.org
dainty77 said:
Should I attempt this by cases?

What cases did you have in mind? Why don't you show us what you are thinking.
 
Actually not cases, but by a direct proof so:

let n^4=(n^2)^2
Let n be an odd number
Then n=2k+1 for some integer k
then n^2= (2k+1)^2
=4k^2 + 4k +1
=2(2k^2+2k) + 1

I don't think this is proving anything. I will try something else
 
Let n = 10m + k

Where m and k are naturals and k lies in the interval [0,9].

Take the 4th power of this expression. Can you find the term responsible for the final digit of n^4? Why is it responsible for the final digit? What are its possible values?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top