document.write( "Question 202159: One a sales trip, Gail drives the 600 miles to Richmond averaging a certain speed. The return trip is made at an average speed that is 10 mph slower. total time for the round trip is 22 hours. Find Gails average speed on each part of the trip. \n" ); document.write( "
Algebra.Com's Answer #152434 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One a sales trip, Gail drives the 600 miles to Richmond averaging a certain speed. The return trip is made at an average speed that is 10 mph slower. total time for the round trip is 22 hours. Find Gails average speed on each part of the trip. \n" ); document.write( "-------------- \n" ); document.write( "To-Richmond DATA: \n" ); document.write( "distance = 600 miles ; rate = x mph ; time = d/r = 600/x hrs \n" ); document.write( "--------------------------- \n" ); document.write( "From-Richmond DATA: \n" ); document.write( "distance = 600 miles ; rate = x-10 mph ; time = d/r = 600/(x-10) hrs \n" ); document.write( "----------------------------- \n" ); document.write( "Equation: \n" ); document.write( "time + time = 22 \n" ); document.write( "600/x + 600/(x-10) = 22 \n" ); document.write( "300/x + 300/(x-10) = 11 \n" ); document.write( "300x - 300*10 + 300x = 11x(x-10) \n" ); document.write( "600x -3000 = 11x^2 - 110x \n" ); document.write( "11x^2 -710x + 3000 = 0 \n" ); document.write( "x = 60 mph \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |