A farmer sells chickens,geese and ducks.Every chicken costs $100$ dollars,every goose costs $200$ dollars and every duck costs $250$ dollars.A customer wants to buy $40$ of these birds and spending $4.400$ dollars.how many birds would buy from every species?
Could anyone give any hint to find it?
The fact that those numbers are integers means you can solve it without needing two more equations.
$100x + 200y + 250z = 4400$ becomes $$2x + 4y + 5z = 88$$
So $z$ has to be an even number. So $z=2k$, $k \leq 7$.
$$x+2y+5k = 44$$ Now any $k$ from $0$ to $7$ gives you a solution:
$k$ even: solve $x+2y = 44-5k$ (even), so $x=0$ and y= $(44-5k)/2$
$k$ odd: solve $x+2y = 44-5k$ (odd), so $x=1$ and y= $(43-5k)/2$
Now you just have to make $x+y+2k=40$, so do eight sums with the numbers above and you're done.