Question
Question: Prove that the \({8^{th}}\) power of any number is of the form \(17n\) or \(17n \pm 1\)....
Prove that the 8th power of any number is of the form 17n or 17n±1.
Solution
Consider two cases for solving this problem. First will be the case where the number is prime with the prime number 17 and the other where the number is not a prime with 17. For case one, use Fermat's little theorem and prove that for case one the number with power 8 can be written as 17n±1 . For case two, a number is already multiple of 17 , so it can be written as the product of 17 and integer n .
Complete step by step answer:
In this problem, we have to prove that any number having power 8 can be expressed in the form of 17n or 17n±1 where ′n′ is some integer number.
For this problem, we can use Fermat’s little theorem. But before using this theorem we must understand it beforehand.
Fermat's little theorem is a fundamental theorem in elementary number theory, which helps compute powers of integers modulo prime numbers. According to this theorem, if a is an integer, p is a prime number and a is not divisible by p, then ap−1≡1(mod p) .
A frequently used corollary of Fermat's Little Theorem is ap−1≡1(mod p) . As you can see, it is derived by multiplying both sides of the theorem by a . The restated form is nice because we no longer need to restrict ourselves to integers a not divisible by p .
The expression ap−1≡1(mod p) can also be written as ap=a(mod p) which means that the number ap−1 will be completely divisible by a prime number p or is an integral multiple of p .
Therefore, ap−1≡1(mod p)⇒ap−1−1=n×p (i)
Now let’s take the value of p=17 , this will give us:
⇒a17−1−1=n×17⇒a16−1=17n
In the above expression we can write 1 as 12 and hence we can use the identity a2m−b2n=(am)2−(bn)2=(am−bn)(am+bn) in it. This will give us:
⇒(a8)2−12=17n→(a8−1)(a8+1)=17n
So now this concluded that the product of (a8−1) and (a8+1) is a multiple of a prime number 17 . So either (a8−1) or (a8+1) is a multiple of the prime number 17 .
Therefore, we can say ⇒a8=17n±1
Now, if we consider the case where a is not prime to 17 , i.e. they already have a common factor other than one, which can only be 17 , since it is a prime.
Therefore, a can be represented as multiple of 17 as ⇒a=17q
Hence, a8=(17q)8=17(177q8)=17n
Thus, we proved that a number with a power of 8 , i.e. of form a8 is of the form 17n or 17n±1.
Note: Notice that the use of Fermat’s little theorem is the most crucial part of the solution. Congruence modulo n is a congruence relation, meaning that it is an equivalence relation that is compatible with the operations of addition, subtraction, and multiplication. Congruence modulo n is denoted: a≡b(mod n).
The parentheses mean that (mod n) applies to the entire equation, not just to the right-hand side (here b). This notation is not to be confused with the notation b mod n (without parentheses), which refers to the modulo operation. Indeed, b mod n denotes the unique integer a such that 0⩽a⩽n and a≡b(mod n) (i.e., the remainder of b when divided by n ).