document.write( "Question 274609: Given that
\n" );
document.write( "1 + 3 = 4
\n" );
document.write( "1 + 3 + 5 = 9
\n" );
document.write( "1 + 3 + 5 + 7 = 16
\n" );
document.write( "1 + 3 + 5 + 7 + 9 = 25
\n" );
document.write( "Determine a pattern and use it to find the sum of the first 300 odd numbers \n" );
document.write( "
Algebra.Com's Answer #200389 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given that \n" ); document.write( "1 + 3 = 4 \n" ); document.write( "1 + 3 + 5 = 9 \n" ); document.write( "1 + 3 + 5 + 7 = 16 \n" ); document.write( "1 + 3 + 5 + 7 + 9 = 25 \n" ); document.write( "n = 5, sum = 5^2 \n" ); document.write( "Determine a pattern and use it to find the sum of the first 300 odd numbers \n" ); document.write( "The sum is the square of the number of terms. \n" ); document.write( "300^2 = 90000 \n" ); document.write( " \n" ); document.write( " |