document.write( "Question 897700: Mark drove to visit his grandma at 75km/hr. He returned at 50km/hr. It took 45 minutes longer to return home than to get to his grandmas house, how long dod it take him to get home? \n" ); document.write( "
Algebra.Com's Answer #544241 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mark drove to visit his grandma at 75km/hr. He returned at 50km/hr. It took 45 minutes longer to return home than to get to his grandmas house, how long dod it take him to get home? \n" ); document.write( "*** \n" ); document.write( "let x=travel time to grandma's house \n" ); document.write( "x+45min=travel time to return home \n" ); document.write( "distance=speed*travel time \n" ); document.write( ".. \n" ); document.write( "45 min=45/60 hr=3/4 hr \n" ); document.write( "75x=50(x+3/4) \n" ); document.write( "75x=50x+37.5 \n" ); document.write( "25x=37.5 \n" ); document.write( "x=1.5 \n" ); document.write( "x+3/4=2.25 \n" ); document.write( "how long did it take him to get home? 2.25 hr \n" ); document.write( " \n" ); document.write( " |