document.write( "Question 995186: Anne has P8810 in her savings account.If she deposits P550 each week,what is the smallest number of weeks before she will have more than P12000 in her account?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #613994 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Set this up as an inequality (let x = number of weeks): \n" ); document.write( "8810 + 550x > 12000 \n" ); document.write( "550x > 3190 \n" ); document.write( "If we divide by 550, we find that \n" ); document.write( "x > 5.8 \n" ); document.write( "The best answer is then six weeks. \n" ); document.write( " |