Is 6^17 + 17^6 Divisible by 3 or 7?

lordy12
Messages
36
Reaction score
0
1. 6^17 + 17^6 is divisble by 3 or 7?

Homework Equations


3. 6^1 = 0(mod 3)
(6^1)^17=0(mod 3) so 6^17 is divisible by 3
how do u do this?
 
Last edited:
Physics news on Phys.org
17 to any power is prime... No.

What is the stray T in your first line. Where did 61 come from? Why are you raising it to the power 1?
 
sorry i changed it
 
Fermat's little theorem.
 
lordy12 said:
1. 6^17 + 17^6 is divisble by 3 or 7?



Homework Equations





3. 6^1 = 0(mod 3)
(6^1)^17=0(mod 3) so 6^17 is divisible by 3
how do u do this?

For 3 at least, you don't need anyone as powerful as Fermat! Suppose 617+ 176 were divisible by 3. Then we would have 617+ 176= 3n for some integer n. Then 176= 3n- 617= 3n- 317217= 3(n- 316217) which is impossible: since 17 is prime, no power of 17 is divisible by 3.
 
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