document.write( "Question 937207: Last weekend Oscar traveled by train to visit his grandparents. On Friday he boarded an express train that traveled at an average rate of 85 miles per hour. On Sunday he returned home on a slower train that traveled at an average rate of 51 miles per hour. The total time Oscar spent on the trains last weekend was 8 hours. How many hours did Oscar spend on the train on Friday \n" ); document.write( "
Algebra.Com's Answer #570642 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let be x be the time spend on the train on Friday \n" ); document.write( "ley y be the time spend on the train on sunday \n" ); document.write( " total time spend on the trains = 8 hours \n" ); document.write( " x+y =8 ..................eq(1) \n" ); document.write( "let d be the distance from home to place of grand parents \n" ); document.write( " during forward journey ,distance traveled = speed *time \n" ); document.write( " =85*x \n" ); document.write( "during return journey ,distance traveled = speed *time \n" ); document.write( " =51*y \n" ); document.write( "but in both journeys , distance traveled must be same \n" ); document.write( " hence \n" ); document.write( " 85x =51y \n" ); document.write( " move 51y to the left \n" ); document.write( " 85x-51y =0...................eq(2) \n" ); document.write( "we need to eq(1), eq(2) to get x, y values \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " hence time spend on the train on Friday = 3 hrs \n" ); document.write( " |