document.write( "Question 1012598: A student has $150 in a bank account. The student saves $15 each week. Write an equation to represent the students total amount saved
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #628613 by fractalier(6550) You can put this solution on YOUR website! Call the number of weeks saved, x. \n" ); document.write( "Then we have \n" ); document.write( "Total saved = 150 + 15x \n" ); document.write( " |