document.write( "Question 96972: A bike race consists of two segments whose total length is 90 km. The first segment is covered at 10 kph and takes 2 hours longer to complete than the second segment, which is covered at 25 kph. How long is each segment?\r
\n" ); document.write( "\n" ); document.write( "I have tried setting it up as t/25 = (t+2)/10 but for some reason I can't figure out the algebra.\r
\n" ); document.write( "\n" ); document.write( "Thanks!
\n" ); document.write( "

Algebra.Com's Answer #70601 by mathslover(157)\"\" \"About 
You can put this solution on YOUR website!
Let the first segment be x km
\n" ); document.write( "therefore the second segment is 90- x km\r
\n" ); document.write( "\n" ); document.write( "time taken to cover the first segment (t1) = x/10
\n" ); document.write( "time taken to cover the second segment (t2) = (90-x)/25\r
\n" ); document.write( "\n" ); document.write( "given that the time taken to cover the first segment is 2 hours more\r
\n" ); document.write( "\n" ); document.write( "t1 = t2 + 2\r
\n" ); document.write( "\n" ); document.write( "substituting the values of t1 andf t2 from above \r
\n" ); document.write( "\n" ); document.write( "x/10 = (90-x)/25 +2
\n" ); document.write( "Multipying by 50 on both sides \r
\n" ); document.write( "\n" ); document.write( "5x = 180 -2x + 100\r
\n" ); document.write( "\n" ); document.write( "7x =280
\n" ); document.write( "x=40\r
\n" ); document.write( "\n" ); document.write( "therefore the other segment is 90 -40 = 50\r
\n" ); document.write( "\n" ); document.write( "hence the segments is (40, 50)
\n" ); document.write( "
\n" );