gunslinger said:
Homework Statement
A bus travels 650km in 3 hours less than the other bus whose speed is 15 km/h slower than the speed of the first bus.
A. Assemble the equation.
B. Solve the equation and state the speeds of the buses.
Homework Equations
The Attempt at a Solution
V = d / t
Velocity of the first bus = Velocity of the second bus - 15; V1 = 650 / t2 - 3
Time of the first bus = Time of the second bus - 3; V1 - 15 = 650 / t1 + 3
I don't really know.
Either use a single t, or else use the two of them properly, as in:
[tex]V_1 = 650/t_1\\<br />
V_1 - 15 = 650/t_2\\<br />
t_2 = t_1 + 3[/tex]
You will have three unknowns ##V_1, t_1, t_2## and three equations, so you ought to be able to solve. Your blunder was to put ##t_2-3## in the first equation and ##t_1 + 3## in the second equation, but never specifying what is the relation between ##t_1## and ##t_2##.
BTW: if you do insist on putting the +3 and -3 in your two equation, you need to write them properly. What you wrote means, literally,
[tex]V_1 = \frac{650}{t_2} - 3.[/tex] If you mean
[tex]V_1 = \frac{650}{t_2 - 3}[/tex] then you need to use parentheses, like this:
V1 = 650/(t2-3). Do you see the difference?