document.write( "Question 565775: I'm not entirely sure how to set this up.
\n" );
document.write( "You have $22 in your bank account and deposit $11.50 each week. At the same time, your cousin has $218 but is withdrawing $13 each week. When will your accounts have the same balance? How much money will you have after twelve weeks?
\n" );
document.write( " Do I use the I=rt formula? \n" );
document.write( "
Algebra.Com's Answer #365958 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! You have $22 in your bank account and deposit $11.50 each week. \n" ); document.write( "At the same time, your cousin has $218 but is withdrawing $13 each week. \n" ); document.write( "When will your accounts have the same balance? How much money will you have after twelve weeks? \n" ); document.write( "Do I use the I=rt formula? \n" ); document.write( ": \n" ); document.write( "No, just a little logic \n" ); document.write( ": \n" ); document.write( "let w = no. of weeks to have the same balance \n" ); document.write( "11.50w + 22 = 218 - 13w \n" ); document.write( "11.50w + 13w = 218 - 22 \n" ); document.write( "24.5w = 196 \n" ); document.write( "w = \n" ); document.write( "w = 8 weeks to be equal \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "\"How much money will you have after twelve weeks?\" You can do this t = total$ \n" ); document.write( "t = 11.50(12) + 22 \n" ); document.write( " |