document.write( "Question 1106772: In a Grand Prix automobile race with five different race cars, Rapid Ravi averaged 90 mi/hr for the first half of the course and 110 mi/hr for the second half of the course. Steady Spencer maintained a constant speed of 100 mi/hr throughout the race. They were the only two cars to complete the race. Who won the race? How much did the winner win by?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #721773 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In a Grand Prix automobile race with five different race cars, \n" ); document.write( " Rapid Ravi averaged 90 mi/hr for the first half of the course and 110 mi/hr for the second half of the course. \n" ); document.write( " Steady Spencer maintained a constant speed of 100 mi/hr throughout the race. \n" ); document.write( " They were the only two cars to complete the race. \n" ); document.write( " Who won the race? How much did the winner win by? \n" ); document.write( ": \n" ); document.write( "let d = the distance of half the race \n" ); document.write( "Find the total time of R, (time = dist/speed) \n" ); document.write( "{{d/90}}} + \n" ); document.write( "Common denominator is 990 \n" ); document.write( " \n" ); document.write( "simplifies to \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Find the time of S \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "\"How much did the winner win by?: \n" ); document.write( "they don't give the length of the race track, no. of laps, etc \n" ); document.write( "Assuming they use the 2 hr rule \n" ); document.write( "S travels 2 * 100 = 200 mi \n" ); document.write( "R travels 2 * 99 = 198 mi \n" ); document.write( "-------------------------- \n" ); document.write( "winner wins by: 2 mi \n" ); document.write( " \n" ); document.write( " |