Lesson Problem on animals at a farm

Algebra ->  Customizable Word Problem Solvers  -> Misc -> Lesson Problem on animals at a farm      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   


This Lesson (Problem on animals at a farm) was created by by ikleyn(52747) About Me : View Source, Show
About ikleyn:

Problem on animals at a farm


Problem

There are rabbits and turkeys at a farm,  41  heads and  132  legs in all.
There is no need to explain that a rabbit has four legs,  while a turkey has two legs.
How many rabbits and turkeys are at the farm?

You can solve this problem in three different ways.
If you are familiar with systems of linear equations,  you can reduce the problem to the system of two linear equations in two unknowns and solve it.
This way is implemented in the  Solution 1  below.
You can also reduce the problem to one equation with one unknown and solve it.  This is done in the  Solution 2  below.
Alternatively,  you can solve the problem simply applying logical reasoning and not using equations at all.  This is done in the  Solution 3  below.

Solution 1

Let  x  be the number of rabbits and  y  be the number of turkeys at the farm.
If you count the heads you get the equation
x + y = 41.
If you count the legs you get the equation
4x + 2y = 132.

So you have the system of two equations with two unknowns
system+%28x+%2B+y+=+41%2C%0D%0A4x+%2B+2y+=+132%29%0D%0A

To solve this system of equations multiply the first equation by  2  and subtract the obtained equation from the second one.
You will get, step by step,
system+%282x+%2B+2y+=+82%2C%0D%0A4x+%2B+2y+=+132%29%0D%0A

4x - 2x = 132 - 82,
2x = 50,
x = 25.

So,  there are  25  rabbits in the farm.
Hence,  the number of turkeys is  41 - 25 = 16.

Let us check the total number of legs.  You have altogether
4*25 + 2*16 = 100 + 32 = 132 legs.

Answer.  There are  25  rabbits and  16  turkeys at the farm.


Solution 2

Let  x  be the number of rabbits at a farm.
Then the number of turkeys is  41 - x  in accordance with the condition.
If you count the legs you get the equation
4x + 2*(41-x) = 132.

To solve this equation open the brackets and combine like terms,  step by step:
4x + 2*41 - 2x = 132,
2x + 82 = 132,
2x = 132 - 82,
2x = 50,
x = 25.

So,  there are  25  rabbits at the farm.
Hence,  the number of turkeys is  41 - 25 = 16.

Let us check the total number of legs.  You have altogether
4*25 + 2*16 = 100 + 32 = 132 legs.

You get the same answer as in the Solution 1.

Answer.  There are  25  rabbits and  16  turkeys at the farm.


Solution 3

Let us suppose for a moment that all the animals at the farm have two legs each.
Under this assumption, the total number of legs is  41*2 = 82 legs.

This number is in  50  less than  132  legs given by condition.
Certainly,  these  50  legs belong to rabbits in the number of  2  legs to each rabbit  (in addition to that two legs we just counted under the assumption).
This means that the number of rabbits is  50/2 = 25.
Hence,  the number of turkeys is  41 - 25 = 16.

You get the same answer as in the solutions  1  and  2  above.

Answer.  There are  25  rabbits and 16 turkeys at the farm.


For more similar problems see the lessons
    Problem on two-wheel and three-wheel bicycles
    Problem on pills in containers     and
    What type of problems are these?
under the current topic Miscellaneous Word Problems of the section Word problems in this site.

Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.


This lesson has been accessed 13219 times.