document.write( "Question 116500This question is from textbook
\n" );
document.write( ": Cindy averaged 60 mph on a trip to Chicago. Returning home she took a more scenice route and averaged 50 mph. The return trip was 2 hours longer and was 30 miles farther. How long did it take Cindy to drive to Chicago? \n" );
document.write( "
Algebra.Com's Answer #84698 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Cindy averaged 60 mph on a trip to Chicago. \n" ); document.write( "Returning home she took a more scenic route and averaged 50 mph. \n" ); document.write( "The return trip was 2 hours longer and was 30 miles farther. \n" ); document.write( "------------------ \n" ); document.write( "To Chicago DATA: \n" ); document.write( "Distance = x miles ; rate = 60 mph ; time = d/r = x/60 hrs \n" ); document.write( "--------------- \n" ); document.write( "Return DATA: \n" ); document.write( "Distance = x+30 miles ; rate = 50 mph ; time = (x+30)/50 hrs \n" ); document.write( "---------------- \n" ); document.write( "How long did it take Cindy to drive to Chicago? \n" ); document.write( "EQUATION: \n" ); document.write( "Return time = to Chi. time +2 hrs \n" ); document.write( "(x+30)/50 = x/60 +2 \n" ); document.write( "6(x+30) = 5x + 600 \n" ); document.write( "6x + 180 = 5x + 600 \n" ); document.write( "x = 420 miles \n" ); document.write( "============================ \n" ); document.write( "Time to Chicago = x/60 = 420/60 =7 hrs. \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |