document.write( "Question 455312: Sandy has $150in the bank. (starting point) Every month she deposits $100.
\n" );
document.write( "The completed number strip is:
\n" );
document.write( "Month 0 1 2 3 4 5 6 7
\n" );
document.write( "Dollars 150 250 350 450 550 650 750 850\r
\n" );
document.write( "\n" );
document.write( "How do you write the direct formula for this? \n" );
document.write( "
Algebra.Com's Answer #312654 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Amt = 150 + 100m \n" ); document.write( "m = # of months after original deposit \n" ); document.write( "Or \n" ); document.write( "Amt = 50 + 100m if m=1 at the original deposit. \n" ); document.write( " \n" ); document.write( " |