Answer:
7 birds
Explanation:
Let b = number of birds
c = number of cats
We know there were 13 birds and cats
b+c =13
It is $2 per bird and $5 per cat for a total of $44
2b+5c =44
Solve b+c =13 for c by subtracting b from each side
c = 13-b
Now we can substitute this into the second equation
2b+5c =44
2b + 5(13-b) =44
Now distribute
2b+65 -5b = 44
Combine like terms
-3b +65 =44
Subtract 65 from each side
-3b +65-65 =44-65
-3b = -21
Divide each side by -3
-3b/-3 = -21/-3
b=7
There were 7 birds
We could also find the number of cats
c =13-7
c =6