document.write( "Question 221077: compute the sum of the first 100 positive odd integers\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #165870 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the 1st integer is 1, the 100th integer is 199\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means there are 50 pairs of integers whose sum is 1+199 or 200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "50 times 200 is 10000 \n" ); document.write( " |