I had a question and answered it, but I've been told that my solution is incorrect. What's the mistake here?
The Question
Runner A is running at the speed of x in a triangular path (each side of the triangle is of length a) and Runner B is running in the same track at the speed of x+3. Runner A passed 3a+60 (a>60) while at the same time Runner B passed 6a-60. Express the value of the perimeter (3a, I believe) using the speed x.
My solution
Using this table
| time | speed | location |
-----------------|---------|------------|
Rider A | t | x | tx |
-----------------|---------|------------|
Rider B | t | x+3 | t(x+3) |
-----------------------------------------
We can understand that tx=3a+60 and t(x+3)=6a-60 so t(x+3)-3a+120=3a+60=tx and then we get tx+3t-3a+120=tx and then 3t=3a-120 => t=a-40. If we put that back in the first equation tx=3a+60 we get
(a-40)x=3a+60 => xa-40x=3a+60 => (x-3)a=40x+60 => a=(40x+60)/(x-3) meaning that the permiteter is
P=3a=3*(40x+60)/(x-3)
What is incorrect here? (Sadly I'm not sure what the correct answer is so I can't add it here)
You need to eliminate $t$, so write $$tx=3a+60\\t(x+3)=6a-60\\t=\frac {3a+60}x\\t=\frac {6a-60}{x+3}$$ $$(3a+60)(x+3)=(6a-60)x\\ 3ax+9a+60x+180=6ax-60x\\ 120x+180=3ax-9a\\ \frac{120x+180}{x-3}=3a$$