document.write( "Question 216298: The winner of the track meet had an average speed of 5 meters per second. The second place runner had an average speed of 4.5 meters per second. IF the winner finished 2.2 seconds ahead of the second place runner, how long did it take the winner to cross the finish line? \n" ); document.write( "
Algebra.Com's Answer #163370 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The winner of the track meet had an average speed of 5 meters per second.
\n" ); document.write( " The second place runner had an average speed of 4.5 meters per second.
\n" ); document.write( " IF the winner finished 2.2 seconds ahead of the second place runner,
\n" ); document.write( " how long did it take the winner to cross the finish line?
\n" ); document.write( ":
\n" ); document.write( "Let t = winners time to the finish line (in seconds)
\n" ); document.write( "then
\n" ); document.write( "(t+2.2) = 2nd place runner to finish line
\n" ); document.write( ":
\n" ); document.write( "Both runners covered the same distance, write a dist equation: dist = speed * time
\n" ); document.write( ":
\n" ); document.write( "5t = 4.5(t+2.2)
\n" ); document.write( ":
\n" ); document.write( "5t = 4.5t + 9.9
\n" ); document.write( ":
\n" ); document.write( "5t - 4.5t = 9.9
\n" ); document.write( ":
\n" ); document.write( ".5t = 9.9
\n" ); document.write( "Multiply both sides by 2
\n" ); document.write( "t = 19.8 seconds for the winner to cross the finish line
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "Check solution by finding the distance
\n" ); document.write( "5*19.8 = 99 meters
\n" ); document.write( "4.5(19.8+2.2) = 99 meters
\n" ); document.write( "
\n" );