document.write( "Question 763467: Two friends decide to meet in Chicago to attend a Cubs baseball game. Rob travels 174miles in the same time that Carl travels 156miles Rob's trip uses more interstate highways and he can average 6 mph more than Carl. What is Rob's average speed?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #464811 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Carl's speed = x \n" ); document.write( "Rob's speed = x + 6 \n" ); document.write( "Carl's time = 156 miles/x \n" ); document.write( "Rob's time = 174/x + 6 \n" ); document.write( "As the time were the same \n" ); document.write( "we can say:- \n" ); document.write( "156/x = 174/x + 6 \n" ); document.write( "Cross multiply \n" ); document.write( "174(x) = 156(x + 6) \n" ); document.write( "174x = 156x + 936 \n" ); document.write( "174x - 156x = 936 \n" ); document.write( " 18x = 936 \n" ); document.write( " x = 936/18 \n" ); document.write( " x = 52 mph \n" ); document.write( "Carl's speed = 52 mph \n" ); document.write( "Rob's speed = 58 mph \n" ); document.write( "Proof: \n" ); document.write( "156/52 = 3hrs \n" ); document.write( "174/58 = 3hrs \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " \n" ); document.write( " |