document.write( "Question 438225: use the principal mathematical induction to show that the statement is true for all natural numbers n. \r
\n" );
document.write( "\n" );
document.write( "9+18+27+...+9n= 9n(n+1)/2 \n" );
document.write( "
Algebra.Com's Answer #303122 by Gogonati(855)![]() ![]() You can put this solution on YOUR website! To prove a statement by mathematical induction we use three steps:\r \n" ); document.write( "\n" ); document.write( "Step 1. We prove that the statement is true for n=1.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 2. Assume that the statement is true for n=k.\r \n" ); document.write( "\n" ); document.write( " 9+18+27+...+9k = 9k(k+1)/2.\r \n" ); document.write( "\n" ); document.write( "Step 3.We prove that the statement is true for n=k+1.\r \n" ); document.write( "\n" ); document.write( " 9+18+27+...+9k+9(k+1) = 9(k+1)(k+2)/2.\r \n" ); document.write( "\n" ); document.write( "Substitute the assuming result in step 2 to the step 3 we have:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the statement is true. \n" ); document.write( " |