document.write( "Question 820454: Alex has $50 and is savings $75 each week. Jen has $200 and is saving $60 each week. in how many weeks will alex and jen have the same amount of money? \n" ); document.write( "
Algebra.Com's Answer #493544 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a=50+75w, \n" ); document.write( "j=200+60w \n" ); document.write( "j=a = 800, w = 10 \n" ); document.write( "after 10 weeks they both have 800. \n" ); document.write( " |