document.write( "Question 297625: you have $22 in your ank 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? \n" ); document.write( "
Algebra.Com's Answer #214280 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
y=22+11.50w
\n" ); document.write( "c=218-13w
\n" ); document.write( "22+11.50w=218-13w
\n" ); document.write( "w=8
\n" ); document.write( "after 8 weeks they will have the same amount. $114
\n" ); document.write( "
\n" );