This calculator solves the classic "Chicken and Rabbit Problem" by finding the number of chickens and rabbits in a cage based on the total number of heads and legs.
Learn how to use the Chicken and Rabbit Problem Calculator and its working principles
The Chicken and Rabbit Problem is a classic algebraic puzzle that involves finding the number of chickens and rabbits in a cage based on two pieces of information: the total number of heads and the total number of legs.
Suppose you have 35 heads and 94 legs in a cage. The calculator will determine that there are 23 chickens (46 legs) and 12 rabbits (48 legs).
This problem can be solved using a system of linear equations:
C + R = Heads
2C + 4R = Legs
Where C is the number of chickens and R is the number of rabbits.