document.write( "Question 1018809: Find all natural n such that n^2 − 1 is a cube of a prime number. \n" ); document.write( "
Algebra.Com's Answer #634843 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Since n^2 - 1 factors to (n-1)(n+1), which is a cube of a prime number, either n-1 = 1 and n+1 = p^3, or n-1 = p and n+1 = p^2. Checking, we see that the only possible value of n is n = 3 (3^2 - 1 = 2^3). \n" ); document.write( " |