SOLUTION: If p=6q-r and t=3q+r , find p in terms of r and t .
What I did :
I first did r subject of formula:
3q+r=t
r=t-3q
Then I substituted the r in the other equation :
p=6q-(t-
Question 1200591: If p=6q-r and t=3q+r , find p in terms of r and t .
What I did :
I first did r subject of formula:
3q+r=t
r=t-3q
Then I substituted the r in the other equation :
p=6q-(t-3q)
p=6q-t+3q
p=9q-t
But the correct answer is :p=2t-3r, how is this supposed to be worked out please? Found 3 solutions by ikleyn, Theo, greenestamps:Answer by ikleyn(52781) (Show Source): You can put this solution on YOUR website! .
If p=6q-r and t=3q+r , find p in terms of r and t .
~~~~~~~~~~~~~~~~
We should exclude q from p=6q-r, using the second equation t=3q+r.
So, from t=3q+r we find q= and then substitute it into
the first equation, replacing q there. We get then
p = = 2*(t-r) - r = 2t - 2r - r = 2t - 3r,
exactly as your answer says.
Solved, with complete explanations.
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website! start with p = 6q - r and t = 3q + r
solve for q in both equations to get:
q = (p + r) / 6 and q = (t - r) / 3
since they are both equal to q, set them equal to each other to get:
(p + r) / 6 = (t - r) / 3
multiply both sides of the equation by 6 to get:
p + r = 2 * (t - r)
simplify to get:
p + r = 2t - 2r
subtract r from both sides of the equation to get:
p = 2t - 3r
you needed to eliminate q from the equations.
that was done by solving for q in both equations.
you then used what q was equivalent to in each equation rather than q itself.
that eliminated q from both equations and left p and t and r.