Answer:
15 birds
Explanation:
In this case we can solve it using a 2x2 system of equations, like this:
let x: number of birds in the shelter
let y: number of cats in the shelter
So:
4 * x + 6 * y = 126
x + y = 26 => x = 26 - y
Replacing, we are left with that:
4 * (26 - y) + 6 * y = 126
104 - 4 * y + 6 * y = 126
- 4 * y + 6 * y = 126 -104
2 * y = 22
y = 2/22
y = 11
Now to calculate x:
x = 26 - 11
x = 15
Which means that there were 15 birds and 11 cats in the shelter.