document.write( "Question 863271: Find 'n'
\n" );
document.write( "1+3+...+2n-1=10(4n+50)
\n" );
document.write( "Do I have to do something with (2n-1+2)(2n-1)
\n" );
document.write( "I have no idea. Please help. \n" );
document.write( "
Algebra.Com's Answer #520291 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The sum of n consecutive odd integers is given by the following formula \n" ); document.write( "Sn = (n/2)(2x1 + 2n - 2) where x1 is the first integer in the sequence \n" ); document.write( "in our example x1 is 1, therefore we have \n" ); document.write( "10(4n+50) = (n/2)(2 +2n -2) \n" ); document.write( "40n+500 = 2n^2 / 2 \n" ); document.write( "n^2 -40n -500 = 0 \n" ); document.write( "(n-50)(n+10) = 0 \n" ); document.write( "n is 50 or -10 \n" ); document.write( "in our case n = 50 is the required answer \n" ); document.write( " \n" ); document.write( " |