SOLUTION: 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 cov
Algebra ->
Customizable Word Problem Solvers
-> Travel
-> SOLUTION: 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 cov
Log On
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?
I have tried setting it up as t/25 = (t+2)/10 but for some reason I can't figure out the algebra.
Thanks! Found 2 solutions by Earlsdon, mathslover:Answer by Earlsdon(6294) (Show Source):
You can put this solution on YOUR website! From your equation, it appears that you assumed that the two segments were the same distance, but there is nothing in the problem to support this assumption.
So, back to basics: and...
We know that: and... and we also know that: So we can write: aagh...to many variables! Let's replace with and replace with , so now we have: and Solve this for ...but, of course, , so... Good, now we have one variable , so let's solve for it. and... hrs. Now we can find and km and... km
Check:
Total distance is = 90km
You can put this solution on YOUR website! Let the first segment be x km
therefore the second segment is 90- x km
time taken to cover the first segment (t1) = x/10
time taken to cover the second segment (t2) = (90-x)/25
given that the time taken to cover the first segment is 2 hours more
t1 = t2 + 2
substituting the values of t1 andf t2 from above
x/10 = (90-x)/25 +2
Multipying by 50 on both sides
5x = 180 -2x + 100
7x =280
x=40
therefore the other segment is 90 -40 = 50
hence the segments is (40, 50)