On the Math Island Mart, a cow costs €1000, a pig costs €200 and a sheep costs €100. A farmer buys 14 animals for €3900. How many sheep did he buy?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let (x,y,z) = # of (cow, pig, sheep)
Then,
x+y+z = 14
($1000)x + ($200)y + ($100)z = $3900 ---> 10x + 2y + z = 39
9x+y=25
max x = 2 because if x = 3 , then, y will be a negative but there is a negative number of thing so, x = 2.
Then,
9x + y = 25 --->y=25-18=7
And finally,
z = # of sheep = 14-(x+y) = z ---> z = 14-9 = 5
Final Answer: 5.