Answer:
cats = 4; dogs = 12
Explanation:
There are 3 times more dogs than cats.
There are 16 dogs and cats in all.
Let:
dogs = d ; cats = c
Set the system of equations:
d + c = 16
3c = d
Plug in 3c for d (as d = 3c) in the first equation
(3c) + c = 16
Simplify. Combine like terms:
(3c + c) = 16
4c = 16
Isolate the variable. Note the equal sign, what you do to one side, you do to the other. Divide 4 from both sides
(4c)/4 = (16)/4
c = 16/4
c = 4
Plug in 4 for c in one of the equations.
d + c = 16
d + (4) = 16
Isolate the variable. Note the equal sign, what you do to one side, you do to the other. Subtract 4 from both sides
d + 4 (-4) = 16 (-4)
d = 16 - 4
d = 12
Answers: c = 4; d = 12
~