document.write( "Question 1044530: Prove that 7^(2n)+16n-1 is divisible by 64 \n" ); document.write( "
Algebra.Com's Answer #659835 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! Proof is by induction:\r \n" ); document.write( "\n" ); document.write( "Basis Step : If n=1\r \n" ); document.write( "\n" ); document.write( "7^(2n)+16n-1 = 7^(2)+16-1 = 49+16-1 = 64 (divisible by 64)\r \n" ); document.write( "\n" ); document.write( "Inductive step: \r \n" ); document.write( "\n" ); document.write( "H) 7^(2n)+16n-1 is divisible by 64\r \n" ); document.write( "\n" ); document.write( "T) 7^(2(n+1))+16(n+1)-1 is divisible by 64\r \n" ); document.write( "\n" ); document.write( "If you need more help you can contact me at mthman@gmail.com\r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( " |