document.write( "Question 507816: A driver averaged a speed of 20 kph more on a trip from A to B than on the return trip. The return trip took one and a half times as long. What was the average speed of the trip from a) point A to point B and b) point B to point A? \n" ); document.write( "
Algebra.Com's Answer #340756 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Always start with d=rt, the fundamental distance equation. \n" ); document.write( "In this case, d = d because the driver goes from A to B and then from B to A. \n" ); document.write( ". \n" ); document.write( "A-to-B trip: \n" ); document.write( "r = x \n" ); document.write( "t = y \n" ); document.write( ". \n" ); document.write( "B-to-A trip: \n" ); document.write( "r = x-20 \n" ); document.write( "t = 3/2*y \n" ); document.write( ". \n" ); document.write( "d=d \n" ); document.write( "so \n" ); document.write( ". \n" ); document.write( "x*y = (x-20)*(3/2*y) \n" ); document.write( ". \n" ); document.write( "multiply both sides by 2 to eliminate fraction \n" ); document.write( ". \n" ); document.write( "2xy =(x-20)(3y) \n" ); document.write( ". \n" ); document.write( "2xy = 3xy -60y \n" ); document.write( "xy -60y = 0 \n" ); document.write( "y(x-60) = 0 \n" ); document.write( ". \n" ); document.write( "x = 60 \n" ); document.write( ". \n" ); document.write( "Recall 'x' is the average speed going from A to B. \n" ); document.write( ". \n" ); document.write( "So, x-20 = 40 is the average speed going from B to A. \n" ); document.write( ". \n" ); document.write( "Note that we do not know 't' or 'd', but we have answered the question about 'r'. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |