document.write( "Question 1095145: In the morning, Julie drove to a job interview at 40 mph. Her average speed on the return trip in the afternoon was 30 mph. The return trip took 1/2 hour longer because of heavy traffic. How far did she travel to the job interview? \n" ); document.write( "
Algebra.Com's Answer #709702 by hgv (5)![]() ![]() You can put this solution on YOUR website! Distance = Speed * Time\r \n" ); document.write( "\n" ); document.write( "Let time be x\r \n" ); document.write( "\n" ); document.write( "=> Trip to job interview : 40 * x\r \n" ); document.write( "\n" ); document.write( "=> Return trip : 30 * (x + 0.5)\r \n" ); document.write( "\n" ); document.write( "Equating both since distance traveled is the same;\r \n" ); document.write( "\n" ); document.write( "=> 40 * x = 30 * (x + 0.5) \n" ); document.write( "=> 40x = 30x + 15 \n" ); document.write( "=> x = time = 1.5 hours\r \n" ); document.write( "\n" ); document.write( "Thus, distance = 40 * 1.5 \n" ); document.write( "=> 60 m \n" ); document.write( "Or 30 * (1.5 + 0.5) \n" ); document.write( "=> 30 * 2 - 60 m \n" ); document.write( " |