Take a look at the problem:
Amirah travels by coach from Singapore to Penang, which are 700 km apart, to visit her grandparents. she returns to singapore by car at an average speed which is 30 km/h greater than that of a coach. If the average speed of the car is $x$ km/h and the time taken for the whole journey is $20 $ hours, formulae an equation in $x $ and show that it reduces to $x^2 - 100x + 1050 = 0$.
This is what I managed to do so far and I generated $3$ equations but the answer isn't correct:
- $x + 30$
- $700/x$
- $700/(x + 30)$
$$700/x = 700/(x + 30) - 20$$ The equation produced by this is $x^2 + 30x + 1050 = 0$.
Where am I making a mistake?
Average speed throughout the journey is $$\frac{700 ~\mathrm{km}}{20 ~\mathrm{h}} = 35 ~\mathrm{km/h}.$$
But the same average speed is given by the harmonic average of the speeds of the 2 legs, hence $$ 35 = \frac2{\frac1x + \frac1{x-30}} = \frac{2x(x-30)}{2x-30}, $$ can you take it from here?