The problem states that we have 3 types of animals: a horse, an elephant, and a chicken. The price of a horse is $Rs. 1$. The price of an elephant is $Rs. 5$. The price of a chicken is $Rs. 0.05$. We need to take 100 animals in total, and the total price should be $Rs. 100$. We need to find out how many of each animal we should take.

AlgebraSystems of EquationsWord ProblemLinear EquationsInteger Solutions
2025/7/18

1. Problem Description

The problem states that we have 3 types of animals: a horse, an elephant, and a chicken. The price of a horse is Rs.1Rs. 1. The price of an elephant is Rs.5Rs. 5. The price of a chicken is Rs.0.05Rs. 0.05. We need to take 100 animals in total, and the total price should be Rs.100Rs. 100. We need to find out how many of each animal we should take.

2. Solution Steps

Let xx be the number of horses, yy be the number of elephants, and zz be the number of chickens. We can set up the following equations:
x+y+z=100x + y + z = 100 (total number of animals)
1x+5y+0.05z=1001x + 5y + 0.05z = 100 (total cost)
We can multiply the second equation by 20 to eliminate the decimal:
20x+100y+z=200020x + 100y + z = 2000
Now we have the following system of equations:
x+y+z=100x + y + z = 100
20x+100y+z=200020x + 100y + z = 2000
Subtract the first equation from the second equation:
(20x+100y+z)(x+y+z)=2000100(20x + 100y + z) - (x + y + z) = 2000 - 100
19x+99y=190019x + 99y = 1900
We can rearrange the equation to solve for xx:
19x=190099y19x = 1900 - 99y
x=190099y19x = \frac{1900 - 99y}{19}
x=10099y19x = 100 - \frac{99y}{19}
Since xx and yy must be integers, 99y99y must be divisible by
1

9. This means $y$ must be a multiple of

1

9. Let $y = 19k$, where $k$ is an integer.

Then x=10099(19k)19x = 100 - \frac{99(19k)}{19}
x=10099kx = 100 - 99k
Since xx and yy must be positive integers, we have:
x>010099k>099k<100k<100991.01x > 0 \Rightarrow 100 - 99k > 0 \Rightarrow 99k < 100 \Rightarrow k < \frac{100}{99} \approx 1.01
y>019k>0k>0y > 0 \Rightarrow 19k > 0 \Rightarrow k > 0
Therefore, the only integer value for kk is

1. $k = 1$

y=19(1)=19y = 19(1) = 19
x=10099(1)=1x = 100 - 99(1) = 1
Now we can find zz:
x+y+z=100x + y + z = 100
1+19+z=1001 + 19 + z = 100
20+z=10020 + z = 100
z=80z = 80
So, we have x=1x=1, y=19y=19, and z=80z=80.
Let's verify the solution:
1+19+80=1001 + 19 + 80 = 100
1(1)+5(19)+0.05(80)=1+95+4=1001(1) + 5(19) + 0.05(80) = 1 + 95 + 4 = 100

3. Final Answer

You should take 1 horse, 19 elephants, and 80 chickens.