Vineet1102
Hi Bunuel, I assumed variables for cow=3x, chicken=3y and sheep=x+y. While I understood the forums' discussions, I wanted to know why I cannot reach the solution by assuming these variables? I have filled more than 8 pages still I am stuck with these variables
ThanksYou can proceed EXACTLY the same way as shown in the official solution:
(3x + 3y) + (12x + 6y) = 100
5(3x) + 3(3y) = 100
So 3x = 17 and 3y = 5, OR 3x = 14 and 3y = 10.
Then you apply the same logic as in the official solution. Not sure why you’d set it up this way though, since there’s no need for x and y here.