Sridhar R. answered 07/20/15
Tutor
5
(6)
English, Math, Science and Computer Programming
Trenton has answered the question above. Since I was already working on it, and didn't have a chance to post it until now, I'm submitting my answer as well, since I solved it for speed (vs. for time that Trenton does above, and then substitute for speed), so this is an alternate solution...
Let's say Lara rode her motorcycle at X mph, covering the 300 miles in Y hours . Representing this as an equation
X mph * Y hours = distance traveled = 300 miles
If she averaged 10mph faster , her speed is now X + 10 mph
The problem states the trip would have taken her 1 hour less time. So the time she travels now is Y - 1 hour. The distance she travels is still the same, i.e. 300 miles
In other words
(X + 10) mph * (Y-1) hours = 300 miles
So we have 2 equations
X*Y = 300 => Y = 300/X ... result 1
(X+10)*(Y-1) = 300
Substituting Y (time) from result 1 in the above equation,
X mph * Y hours = distance traveled = 300 miles
If she averaged 10mph faster , her speed is now X + 10 mph
The problem states the trip would have taken her 1 hour less time. So the time she travels now is Y - 1 hour. The distance she travels is still the same, i.e. 300 miles
In other words
(X + 10) mph * (Y-1) hours = 300 miles
So we have 2 equations
X*Y = 300 => Y = 300/X ... result 1
(X+10)*(Y-1) = 300
Substituting Y (time) from result 1 in the above equation,
(X+10)*(Y - 1) = 300
gives
(X + 10)*(300/X - 1) = 300
300 + 3000/X - X - 10 = 300
=> X - 3000/X + 10 = 0
Let's multiple both sides by X
X2 - 3000 + 10X = 0
(X + 10)*(300/X - 1) = 300
300 + 3000/X - X - 10 = 300
=> X - 3000/X + 10 = 0
Let's multiple both sides by X
X2 - 3000 + 10X = 0
(X + 60)(X - 50) = 10
Solving it gives X=-60mph or X=50mph
Since the speed cannot be negative, the only answer is that Lara's actual speed to start with was 50mph, and she takes Y=300/X = 300/50 = 6 hours to do it initially.