
Michael D. answered 06/18/19
Versatile STEM tutor eager to teach
First, you should insert the variables you know :
RKTK + 60 = RMTM
RK*(3) + 60 = RM*(2)
We now have 2 equations that relate RK to RM. Since we have 2 unknown variables and 2 equations, we can solve by plugging one equation into the other. See the following :
Since you are trying to find RK, put RM in terms of RK :
RK + RM = 25
RM = 25 - RK
Plug it into the equation we got before :
RK*(3) + 60 = RM*(2)
RK*(3) + 60 = (25 - RK)*(2)
simplify and solve :
RK*(3) + 60 = (25 - RK)*(2)
3*RK + 60 = 50 - 2*RK
5*RK + 60 = 50
5*RK = -10
RK = -2
------------------------------------------------------------
Always check your work! To do so, solve for RM first :
RM = 25 - RK
RM = 25 - (-2)
RM = 27
Plug it all into the original equation :
RKTK + 60 = RMTM
(-2)*(3) + 60 = (27)*(2)
-6 + 60 = 54
54 = 54
Correct!