document.write( "Question 1035673: Identify the correct base case for a proof by induction for the following statement.
\n" );
document.write( "1+3+5+...+(2n-1)=n(n+1)/2 \n" );
document.write( "
Algebra.Com's Answer #650322 by richard1234(7193) You can put this solution on YOUR website! A good choice of base case is n = 1. \n" ); document.write( " |