muna580 Thread starter Mar 10, 2007 #1 How do I find out if 4^2007 + 2007^4 is a prime number or not?
arildno Science Advisor Homework Helper Gold Member Dearly Missed Messages 10,165 Reaction score 138 Mar 10, 2007 #2 Is that a question or a puzzle?
JasonRox Homework Helper Gold Member Messages 2,394 Reaction score 4 Mar 10, 2007 #3 Write a program and let the computer figure it out.
robert Ihnot Messages 1,057 Reaction score 1 Mar 11, 2007 #4 I will tell you, it's not prime; I don't want to say more. Last edited: Mar 11, 2007
mathwonk Science Advisor Homework Helper Messages 12,021 Reaction score 2,319 Mar 11, 2007 #5 try using modular arithmetic. i.e. p divides N if N is congruent to 0 modp. this is not speculation, this is a hint. Last edited: Mar 12, 2007
try using modular arithmetic. i.e. p divides N if N is congruent to 0 modp. this is not speculation, this is a hint.