document.write( "Question 1133251: Two families are saving up for a summer trip. The Smith family originally has $1000 and will save $50 every week. The Jones family originally has $500 and will save $75 every week. \r
\n" );
document.write( "\n" );
document.write( "After how many weeks will the two families have saved up the same amount of money? \n" );
document.write( "
Algebra.Com's Answer #750423 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 1000 + 50x = 500 + 75x \n" ); document.write( "500 = 25x \n" ); document.write( "x = 500/25 = 20 \n" ); document.write( "In 20 weeks the two families will have saved up the same anount of money \n" ); document.write( " \n" ); document.write( " |