document.write( "Question 1000425: from home travel 60 mph to a city, go back home at 50 mph. round trip takes 5 hrs.
\n" );
document.write( "how far from home is the city? \n" );
document.write( "
Algebra.Com's Answer #802292 by CubeyThePenguin(3113) You can put this solution on YOUR website! distance to city = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total time = x/60 + x/50 = 5 \n" ); document.write( "11x/300 = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 1500/11 miles \n" ); document.write( " |