document.write( "Question 479798: Prove that a squared = 0 or 1 mod 3 for all a∈ Integers \n" ); document.write( "
Algebra.Com's Answer #328738 by ccs2011(207) You can put this solution on YOUR website! Set up 3 cases for a: \n" ); document.write( "a = 3n \n" ); document.write( "a = 3n+1 \n" ); document.write( "a = 3n+2 \n" ); document.write( "where n represents any integer \n" ); document.write( "Case 1: \n" ); document.write( " \n" ); document.write( "Divide by 3 \n" ); document.write( " \n" ); document.write( "Remainder is 0 for all n \n" ); document.write( "Case 2: \n" ); document.write( " \n" ); document.write( "Divide by 3 \n" ); document.write( " \n" ); document.write( "Remainder is 1 for all n \n" ); document.write( "Case 3: \n" ); document.write( " \n" ); document.write( "Divide by 3 \n" ); document.write( " \n" ); document.write( "Remainder is 1 for all n \n" ); document.write( "Therefore a^2 = 0 or 1 mod 3 for all a (integers) \n" ); document.write( " |