Problema Solution
There are 27 birds and horses on a farm. If there are 96 legs, how many of each animal are there?
Answer provided by our tutors
There are 27 birds and horses on a farm. If there are 96 legs, how many of each animal are there?
let birds = x
horses = 27-x
total legs = 2x + 4(27-x)
=> 108-2x = 96
=> 2x = 12
=> x = 6
birds = 6
horses = 21