In relative to their body size, pigs have large heads.
by cutting off their heads
8 pigs & 9 ducks
35 pigs, 65 chickens
guinea pigs are born full functional they are miniature versions of there parents with proportionally big heads
they keep their heads out of the water
Here's a Perl script that will answer the problem for any number of heads and feet. sub how_many { print "Number of heads: "; chomp($h = ); print "Number of feet: ";chomp($f = ); $p = $h; $c = 0; while (($p*4 + $c*2) != $f) { $p--; $c++; } } &how_many; print "There are $p pigs and $c chickens.\n"; print "They have $h heads and $f feet.\n"; Number of heads: 27 Number of feet: 78 There are 12 pigs and 15 chickens. They have 27 heads and 78 feet.
fish,crabs,deer,corn,rabbits,apples,tortillas,turtle heads,berries,goat heads,pigs
pigs do indeed have a muscle called the biceps brachii. It is one headed though unlike in humans where there are 2 heads.
Flies can bite guinea pigs. They will bite and irritate guinea pigs, but no worries- that's how they lived in the wild. Notice that when flies go near their ears, they shake their heads. If you put your finger near their ear and softly touch the ear hair, they will shake their heads.
If there are x ducks and y pigs, then we know that x + y = 17 2x + 4y = 50 Solving these simultaneous equations gives9 ducks and 8 pigs.
D=duck P=pig D+P=19 2D+4P=52 Therefore there are 12 ducks and 7 pigs.