document.write( "Question 1080886: Given the arithmetic progression ;3,8,13...Find the least number of terms whose sum is greater than 80..
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #694980 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! One can just write them out \n" ); document.write( "3+8+13=24 \n" ); document.write( "+18=42 \n" ); document.write( "+23=65 \n" ); document.write( "+28=93, so the 6th term will sum to more than 80. \n" ); document.write( "The formula \n" ); document.write( "S=(n/2)(2a+(n-1)d) \n" ); document.write( "80=(n/2)(6+5(n-1))=(n/2)(6+5n-5) \n" ); document.write( "160=n(5n+1) \n" ); document.write( "5n^2+5n-160=0 \n" ); document.write( "n^2+n-32=0 \n" ); document.write( "does not factor \n" ); document.write( "n=(1/2)(-1+/- sqrt (1+128)); sqrt 129=11.36 \n" ); document.write( "n=10.36/2=5.18. This must be rounded to the next highest number or 6. \n" ); document.write( " \n" ); document.write( " |