document.write( "Question 49413: Kata has a savings account that contains$230. She decides to deposit $5 each month from her monthly earnings for baby-sitting after school. Write an expression to find how much money Kata will have in her savings account after x months. Let x represent the numberof months. Then find out how much she will have in her account after 1 year. \n" ); document.write( "
Algebra.Com's Answer #32832 by pwac(253)![]() ![]() ![]() You can put this solution on YOUR website! amount in account is given by the expression: \n" ); document.write( "5x + 230 \n" ); document.write( "After one year(12 months)the account will have: \n" ); document.write( "5(12)+ 230 \n" ); document.write( "60 + 230 \n" ); document.write( "=$290 \n" ); document.write( "Pete \n" ); document.write( " |