document.write( "Question 636832: The distance between city A and B is 90 kilometers. At the same time, a car and a motorcycle left from city A to city B. The motorcycle drove at a constant speed the entire drive and the car passed 1/3 of the drive 30 kilometers per hour faster than the motorcycle's speed, stopped for half an hour, and then continued the drive at a speed 20% slower than the speed driven in the first 1/3 of the drive. The car arrived 15 minutes before the motorcycle to city B (they drove the same distance). What was the speed of the motorcycle?\r
\n" ); document.write( "\n" ); document.write( "This is supposed to be easy, I just keep messing up somewhere.
\n" ); document.write( "I know Distance=Speed*Time
\n" ); document.write( "The motorcycle's speed is x, and the time is 90/x (because the distance is 90)
\n" ); document.write( "The car's speed is x+30, and the time is 30/x+30 (because 1/3 of 90 is 30)
\n" ); document.write( "Then the speed is .80(x+30) and the time is 60/.8x+24 (the remaining distance being 60 km)
\n" ); document.write( "but the car stopped for half an hour, and then arrived 15 minutes before the motorcycle, so I only add 1/4 of an hour to the time in the second equation..
\n" ); document.write( "After this step I keep getting stuck... Could you please help me finish?
\n" ); document.write( "Thanks so much! I don't know what I would do without your help!
\n" ); document.write( "

Algebra.Com's Answer #401299 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The distance between city A and B is 90 kilometers.
\n" ); document.write( " At the same time, a car and a motorcycle left from city A to city B.
\n" ); document.write( "The motorcycle drove at a constant speed the entire drive and the car passed
\n" ); document.write( " 1/3 of the drive 30 kilometers per hour faster than the motorcycle's speed,
\n" ); document.write( " stopped for half an hour, and then continued the drive at a speed 20% slower
\n" ); document.write( " than the speed driven in the first 1/3 of the drive.
\n" ); document.write( "The car arrived 15 minutes before the motorcycle to city B (they drove the same distance).
\n" ); document.write( "What was the speed of the motorcycle?
\n" ); document.write( "This is supposed to be easy, I just keep messing up somewhere.
\n" ); document.write( "I know Distance=Speed*Time
\n" ); document.write( "The motorcycle's speed is x, and the time is 90/x (because the distance is 90)
\n" ); document.write( "The car's speed is x+30, and the time is 30/x+30 (because 1/3 of 90 is 30)
\n" ); document.write( "Then the speed is .80(x+30) and the time is 60/.8x+24 (the remaining distance being 60 km)
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "From what I see here, you have a time equation:
\n" ); document.write( "\"30%2F%28x%2B30%29\" + \"60%2F%28.8%28x%2B30%29%29\" + .5 = \"90%2Fx\" - .25
\n" ); document.write( "we can simplify the 2nd fraction, divide .8 into 60 and we have
\n" ); document.write( "\"30%2F%28x%2B30%29\" + \"75%2F%28%28x%2B30%29%29\" + .5 = \"90%2Fx\" - .25
\n" ); document.write( "subtract .5 from both sides, add fractions with same denominator and we have
\n" ); document.write( "\"105%2F%28x%2B30%29\" = \"90%2Fx\" - .75
\n" ); document.write( "Multiply by x(x+30) to clear denominators, results:
\n" ); document.write( "105x = 90(x+30) - .75x(x+30)
\n" ); document.write( "105x = 90x + 2700 - .75x^2 - 22.5x
\n" ); document.write( "Arrange as a quadratic equation on the left
\n" ); document.write( ".75x^2 + 22.5x - 90x + 105x - 2700 = 0
\n" ); document.write( ".75x^2 + 37.5x - 2700 = 0
\n" ); document.write( "Simplify, divide by .75. results
\n" ); document.write( "x^2 + 50x - 3600 = 0
\n" ); document.write( "This will factor to
\n" ); document.write( "(x+90)(x-40) = 0
\n" ); document.write( "The positive solution
\n" ); document.write( "x = 40 mph is the motorcycle speed
\n" ); document.write( ":
\n" ); document.write( "Check this out in the original time equation
\n" ); document.write( "
\n" );