document.write( "Question 346655: If you save 10$ one month, 12$ the next month, 14$ the next month, and so on, how long will you take to save a total of 400$?
\n" );
document.write( "How would you make this into a formula? \n" );
document.write( "
Algebra.Com's Answer #247925 by jrfrunner(365) You can put this solution on YOUR website! you are looking for summing an arithmetic series \n" ); document.write( "-- \n" ); document.write( "the sequence is 10,12,14,..... such that is sum =400 \n" ); document.write( "-- \n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( "since we want to know when this sum=400\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( "solve for n using quadratic formula \n" ); document.write( " \n" ); document.write( "n=-25 or n=16, since we want the number of months, we take the positive answer \n" ); document.write( "-- \n" ); document.write( " |