document.write( "Question 1001971: what is the sum of the first 100 odd numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805618 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! sum of first n odd numbers = n^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sum of first 100 odd numbers = 100^2 = 10,000 \n" ); document.write( " |