Sorry for the trivial question.
I was wondering if there was an easy way to solve this equation.
The equation is:
$$
\frac{30}{15+a} + \frac{30}{15-a} = 4.5
$$
The approach I tried was multiplying both sides by $(15+a)(15-a)$ to get rid of the fractions but I ended up with a really messy quadratic. I am sure there is a simpler way.
Thanks for any help :-)
Edit
Thanks for all the help, it seems there are many ways to do it, you just need a little clever thinking. Just in case anyone's interested I got this equation from an iq test question on a phone app. Which was:
A motorboat, whose speed is 15km/hr in still water goes 30km downstream
and comes back in a total of 4 hours 30 minutes. What is the speed
of the stream's current?
Maybe I was barking up the wrong tree with this approach, the test was only supposed to take 5 minutes and had 10 questions. Is there a simpler way?
Not really. This is a quadratic equation in disguise. You can make the numbers smaller by defining $x=\frac a{15}$. The equation becomes $\frac 2{1+x}+ \frac 2{1-x}=\frac 92$ and when you clear the denominators you get $4(1-x)+4(1+x)=9-9x^2, 0=1-9x^2$ which doesn't seem so messy. Even without the substitution, you won't have a first power term, so can solve the equation just by taking a square root.