document.write( "Question 462731: how will I show that the cube of any number is in the form 7k or 7k+1 or 7k-1 \n" ); document.write( "
Algebra.Com's Answer #317155 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Every integer falls into one of the following modulo classes \n" ); document.write( "7n \n" ); document.write( "7n + 1 \n" ); document.write( "7n + 2 \n" ); document.write( "7n + 3 \n" ); document.write( "7n + 4 \n" ); document.write( "7n + 5 \n" ); document.write( "7n + 6\r \n" ); document.write( "\n" ); document.write( "For the first class, \n" ); document.write( "\n" ); document.write( "For the 2nd class 7n + 1, \n" ); document.write( " \n" ); document.write( "For the 3rd class 7n + 2, \n" ); document.write( " \n" ); document.write( "For the 4nd class 7n + 3, \n" ); document.write( " \n" ); document.write( "For the 5th class 7n + 4, \n" ); document.write( " \n" ); document.write( "For the 6th class 7n + 5, \n" ); document.write( " \n" ); document.write( "For the 7th class 7n + 6, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In other words, the cube of any integer is either of the form 7k, 7k +1, or 7k + 6. But numbers of the form 7k + 6 are the same numbers of the form 7k - 1. The proof is complete. \n" ); document.write( " \n" ); document.write( " |