Omkar A. answered 03/25/20
NCSU Engineering '23
This problem can be solved by setting up a simple system of equations.
Let the number of cats be c and number of dogs be d
The first equation demonstrates the total price:
5.5c +8d =54
The second equation demonstrates the total number of dogs and cats:
c+d = 8
Now that we have our two equations, we can solve using substitution.
d = 8-c
We can plug in 8-c for d in the first equation.
5.5c + 64 - 8c = 54
-2.5c = -10
c =4
Therefore, there were 4 cats in the store on Monday, and 4 dogs, since the total was 8.