document.write( "Question 1046674: what is the sum of the first 44 positive odd numbers \n" ); document.write( "
Algebra.Com's Answer #662133 by Boreal(15235) You can put this solution on YOUR website! The sum of the first n odd numbers is n^2 \n" ); document.write( "This can be proven, but for 5 odd numbers, 1,3,5,7,9, the sum should be 5^2, or 25, which it is \n" ); document.write( "So for the first 44 odd numbers, the sum is n^2=44^2=1936 \n" ); document.write( " |