Question 1210285
<br>
First a typical standard algebraic solution....<br>
p = # of pigs
c = # of chickens<br>
Each pig has four feet and each chicken has two; each pig and each chicken has one head.<br>
The total number of heads is 27:
p+c = 27 [1]<br>
The total number of feet is 78:
4p+2c = 78 [2]<br>
Solve the pair of equations [1] and [2] by your favorite method.  When the two equations are in this form, elimination is my preference.<br>
Multiply equation [1] by 2 and compare to equation [2] to eliminate c and solve for p.<br>
2p+2c = 54
4p+2c = 78
2p = 78-54 = 24
p = 24/2 = 12<br>
The number of pigs is 12, so the number of chickens is 27-12 = 15.<br>
ANSWER: 12 pigs, 15 chickens<br>
And now an informal solution, done mentally and quickly.<br>
If all 27 animals were chickens, the number of feet would be 27*2 = 54.
The actual number of feet is 78, which is 24 more than that.
Each pig has 2 more feet than each chicken, so the number of pigs is 24/2 = 12.<br>
ANSWER: 12 pigs and 17-12 = 15 chickens<br>
For studying math, understanding the formal algebraic solution is important.<br>
But solving problems like this informally using logical reasoning is excellent brain exercise.<br>