Old McDonald has a farm. There are currently 3 sheep and 5 cows in the barn. After bringing in an additional 10 animals, there are an equal number of cows and sheep in the barn. How many sheep and cows did Old McDonald bring in?
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.
x = number of sheeps added
y = number of cows added
x + y = 1 0 ( 1 )
3 + x = 5 + y ⟹ x − y = 2 ( 2 )
Adding ( 1 ) and ( 2 ) , we get
x = 6
It follows that
y = 4