document.write( "Question 895064: Maria left the airport and drove toward the recycling plant. Three hours later jenny left driving 30 km/hr faster in an effort to catch up to her. After two hours, Jenny finally caught up. Find Maria's average speed. \n" ); document.write( "
Algebra.Com's Answer #542536 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Maria left the airport and drove toward the recycling plant. Three hours later jenny left driving 30 km/hr faster in an effort to catch up to her. After two hours, Jenny finally caught up. Find Maria's average speed. \n" ); document.write( "*** \n" ); document.write( "let x=Maria's average speed \n" ); document.write( "x+30=jenny's average speed \n" ); document.write( "Average speed=distance/travel time \n" ); document.write( "distance=(x+30)*2 \n" ); document.write( "travel time=3+2=5 hrs \n" ); document.write( "x=(x+30)*2/5 \n" ); document.write( "5x=2x+60 \n" ); document.write( "3x=60 \n" ); document.write( "x=20 \n" ); document.write( "Maria's average speed=20 km/hr \n" ); document.write( " \n" ); document.write( " |