document.write( "Question 11513: I need to find another way to solve this problem. I would like to be able to use an equation for it. \r
\n" );
document.write( "\n" );
document.write( "Find the sum of these consecutive odd numbers: \r
\n" );
document.write( "\n" );
document.write( "1 + 3 + 5 + 7 + ... (all odd numbers from 7-193) 193 + 195 + 197 + 199. \r
\n" );
document.write( "\n" );
document.write( "I already know that the answer is 10,000 because I sat here and added up all of the numbers myself, but I need an equation to turn in, and I haven't been able to find one yet. If you could help I would really appreciate it. Thanks- Lisa \n" );
document.write( "
Algebra.Com's Answer #5953 by askmemath(368)![]() ![]() ![]() You can put this solution on YOUR website! I am not sure how much you know about progressions. Consecutive odd numbers come under an Arithmetic progression (a.k.a AP).The difference between consecutive terms is same \n" ); document.write( "for e.g 3-1 = 2 \n" ); document.write( " 5-3 = 2 and so on...\r \n" ); document.write( "\n" ); document.write( "Sum of the first n odd numbers is n^2 \n" ); document.write( "Sum of first 2 odd numbers = 1+3 = 4 \n" ); document.write( "n^2 = 2^2 = 4 \n" ); document.write( "So sum of first 100 numbers is 100^2= 10,000 \n" ); document.write( " |