document.write( "Question 484382: What is the sum of the first 600 consecutive odd numbers? \n" ); document.write( "
Algebra.Com's Answer #331454 by chessace(471)![]() ![]() You can put this solution on YOUR website! Let's see 1+3=4+5=9...no that would take a while. \n" ); document.write( "Better to note that it is the square of the count. \n" ); document.write( "It's fun to prove that. \n" ); document.write( "So 600^2 = 360,000. \n" ); document.write( " \n" ); document.write( " |