Mixtures and Alligations

Q1: How much Pepsi at Rs. 6 a litre is added to 15 litre of ‘dew’ at Rs.10 a litre so that the price of the mixture be Rs. 9 a litre?
A. 5
B. 8
C. 10
D. None of these
Correct Answer: A

Solution:
Let $x$ be the amount of Pepsi added.
The total cost of 15 liters of dew is $15 \times 10 = \text{Rs.
} 150$.
The total cost of $x$ liters of Pepsi is $6x$.
The total volume of the mixture is $15 + x$ liters.
The total cost of the mixture is $150 + 6x$.
The price of the mixture is Rs.
9 per liter.
Therefore, $\frac{150 + 6x}{15 + x} = 9$ $$150 + 6x = 9(15 + x)$$ $$150 + 6x = 135 + 9x$$ $$150 - 135 = 9x - 6x$$ $$15 = 3x$$ $$x = \frac{15}{3} = 5 \text{ liters}$$ Therefore, 5 liters of Pepsi should be added.

Q2: In a municipal parking there are some two wheelers and rest are 4 wheelers. If wheels are counted, there are total 520 wheels but the incharge of the parking told me that there are only 175 vehicles. If no vehicle has a stepney, then the no. of two wheelers is :
A. 75
B. 100
C. 90
D. 85
Correct Answer: C

Solution:
Let $x$ be the number of two-wheelers and $y$ be the number of four-wheelers.
We know that the total number of vehicles is 175, so $x + y = 175$.
The total number of wheels is 520, so $2x + 4y = 520$.
We can solve this system of linear equations.
From the first equation, we get $y = 175 - x$.
Substitute this into the second equation: $2x + 4(175 - x) = 520$ $2x + 700 - 4x = 520$ $-2x = -180$ $x = 90$ Therefore, there are 90 two-wheelers.

Q3: In my pocket there are Rs. 25 consisting of only the denominations of 20 paise and 50 paise. Thus there are total 80 coins in my pocket.The no. of coins of the denomination of 50 paise is :
A. 30
B. 70
C. 50
D. 25
Correct Answer: A

Solution:
Let $x$ be the number of 20 paise coins and $y$ be the number of 50 paise coins.
We are given that the total number of coins is 80, so $x + y = 80$.
The total value of the coins is Rs.
25, which is equal to 2500 paise.
Therefore, $20x + 50y = 2500$.
We have a system of two linear equations: 1) $x + y = 80$ 2) $20x + 50y = 2500$ From equation (1), we can express $x$ as $x = 80 - y$.
Substitute this into equation (2): $20(80 - y) + 50y = 2500$ $1600 - 20y + 50y = 2500$ $30y = 900$ $y = 30$ Therefore, there are 30 coins of 50 paise denomination.
To verify, substitute $y = 30$ into $x = 80 - y$: $x = 80 - 30 = 50$.
So there are 50 coins of 20 paise and 30 coins of 50 paise.
Total coins: $50 + 30 = 80$ (Correct) Total value: $(50 \times 20) + (30 \times 50) = 1000 + 1500 = 2500$ paise = Rs.
25 (Correct)

Q4: There are some shepherds and their sheep in a grazing field. The no. of total heads are 60 and total legs are 168 including both men and sheep. The no. of sheep is :
A. 18
B. 26
C. 24
D. 36
Correct Answer: C

Solution:
Let $x$ be the number of shepherds and $y$ be the number of sheep.
Each shepherd has 2 legs and each sheep has 4 legs.
We can set up a system of two linear equations based on the given information: $$ x + y = 60 $$ $$ 2x + 4y = 168 $$ We can solve this system of equations using substitution or elimination.
Let's use elimination.
Multiply Equation 1 by -2: $$ -2x - 2y = -120 $$ Now add this modified Equation 1 to Equation 2: $$ (-2x - 2y) + (2x + 4y) = -120 + 168 $$ $$ 2y = 48 $$ $$ y = 24 $$ Therefore, there are 24 sheep.
Substitute $y = 24$ back into Equation 1 to find $x$: $$ x + 24 = 60 $$ $$ x = 36 $$ There are 36 shepherds and 24 sheep.
The question asks for the number of sheep.

Q5: In the 75 litres of mixture of milk and water, the ratio of milk and water is 4 :1. The quantity of water required to make the ratio of milk and water 3:1 is :
A. 1 litre
B. 3 litres
C. 4 litres
D. 5 litres
Correct Answer: D

Solution:
Let the quantity of milk in the mixture be $4x$ litres and the quantity of water be $x$ litres.
Total quantity of mixture = $4x + x = 5x$ litres.
Given that the total quantity of mixture is 75 litres, we have $5x = 75$.
Therefore, $x = 15$ litres.
Quantity of milk = $4x = 4 \times 15 = 60$ litres.
Quantity of water = $x = 15$ litres.
Let $y$ litres of water be added to make the ratio of milk and water 3:1.
The quantity of milk remains the same, which is 60 litres.
The quantity of water becomes $15 + y$ litres.
The new ratio of milk to water is $60 : (15 + y) = 3 : 1$.
We can set up a proportion: $$ \frac{60}{15 + y} = \frac{3}{1} $$ Cross-multiplying, we get: $60 = 3(15 + y)$ $60 = 45 + 3y$ $3y = 60 - 45$ $3y = 15$ $y = 5$ Therefore, 5 litres of water needs to be added.

Q6: A car agency has 108 cars. He sold some cars at 9% profit and rest at 36% profit. Thus he gains 17% on the sale of all his cars. The no. of cars sold at 36% profit is :
A. 25
B. 32
C. 35
D. 75
Correct Answer: B

Solution:
Let $x$ be the number of cars sold at 9% profit and $(108-x)$ be the number of cars sold at 36% profit.
The total profit is 17% of 108 cars.
Let $CP$ be the cost price of each car.
The total cost price is $108CP$.
$$108CP \times 1.17 = 126.36CP$$ The total selling price is $126.36CP$.
The selling price from cars sold at 9% profit is $xCP \times 1.09 = 1.09xCP$.
The selling price from cars sold at 36% profit is $(108-x)CP \times 1.36 = 146.88CP - 1.36xCP$.
Therefore, $1.09xCP + 146.88CP - 1.36xCP = 126.36CP$ $$146.88CP - 0.27xCP = 126.36CP$$ $$0.27xCP = 20.52CP$$ $$x = \frac{20.52}{0.27} = 76$$ The number of cars sold at 36% profit is $108 - 76 = 32$.

Q7: Rs. 69 were divided among 115 students so that each girl gets 50 paise less than a boy. Thus each boy received twice the paise as each girl received. The no. of girls in the class is :
A. 92
B. 42
C. 33
D. 23
Correct Answer: A

Solution:
Let the amount received by each girl be $x$ paise.
Then each boy received $2x$ paise.
Each girl received 50 paise less than a boy, so $x + 50 = 2x$.
Solving for $x$, we get $x = 50$ paise.
Therefore, each girl received 50 paise and each boy received 100 paise ($2 \times 50 = 100$).
Let the number of girls be $g$ and the number of boys be $b$.
The total number of students is 115, so $g + b = 115$.
The total amount distributed is Rs.
69, which is 6900 paise.
So, $50g + 100b = 6900$.
We have a system of two equations: $$g + b = 115$$ $$50g + 100b = 6900$$ From the first equation, $b = 115 - g$.
Substitute this into the second equation: $50g + 100(115 - g) = 6900$ $50g + 11500 - 100g = 6900$ $-50g = -4600$ $g = 92$ Therefore, there are 92 girls.

Q8: A butler stole wine from a butt of sherry containing 50% of spirit, then he replenished it by different wine containing 20% spirit. Thus there was only 30% strength (spirit) in the new mixture. How much of the original wine did he steal?
A. 1 / 3
B. 2 / 3
C. 1 / 2
D. 1 / 4
Correct Answer: B

Solution:
Let $x$ be the amount of wine stolen.
The original mixture contained 50% spirit.
After $x$ amount is stolen, the remaining spirit is $0.5(1-x)$.
The butler then adds $x$ amount of 20% spirit wine.
The total volume remains 1.
The new mixture contains 30% spirit.
Therefore, we can set up the equation: $$0.5(1-x) + 0.2x = 0.3(1)$$ Solving for $x$: $0.5 - 0.5x + 0.2x = 0.3$.
This simplifies to $0.2 = 0.3x$.
Therefore, $x = \frac{0.2}{0.3} = \frac{2}{3}$.
The butler stole $\frac{2}{3}$ of the original wine.
To express this as a percentage, $\left(\frac{2}{3}\right) \times 100\% \approx 66.67\%$.
However, the question asks how much of the original wine, not percentage.
Therefore, the answer is $\frac{2}{3}$ or approximately 66.67% of the original wine.
Let's assume the butt contained 1 unit of wine.
Then the butler stole $\left(\frac{2}{3}\right)$ units of wine.

Q9: In what proportion water be mixed with spirit to gain 12.5% by selling it at cost price?
A. 3 : 5
B. 1 : 8
C. 2 : 7
D. 1 : 9
Correct Answer: B

Solution:
Let the cost price of the spirit be Rs.
$100$ per liter.
To gain $12.5\%$, the selling price should be Rs.
$112.5$.
However, the spirit is sold at the cost price, implying that the seller is selling less spirit than a liter.
Let $x$ liters of spirit be sold for Rs.
$100$.
Then, the selling price per liter = $\frac{100}{x}$.
The gain is $12.5\%$, therefore, the selling price is $112.5\%$ of the cost price.
We have: $\frac{100}{x} = 1.125 \times 100$ $\frac{100}{x} = 112.5$ $x = \frac{100}{112.5} = \frac{1000}{1125} = \frac{8}{9}$ This means that $\frac{8}{9}$ liters of spirit are sold as 1 liter.
The quantity of water added is $1 - \frac{8}{9} = \frac{1}{9}$ liters.
The proportion of water to spirit is $\frac{1/9}{8/9} = \frac{1}{8}$.
Therefore, the proportion of water to spirit is $1:8$.

Q10: Mr. Mittal purchased two steel factories, one in India and other one in Malaysia for total Rs. 72 crores. Later on he sold the Indian factory at 16% profit and Malasian factory at 24% profit. Thus he gained a total profit of 19%. The selling price of Indian factory is:
A. 45 crore
B. 52.2 crore
C. 8.55 crore
D. Cannot be determined
Correct Answer: B

Solution:
Let the cost price of the Indian factory be $x$ crores and the cost price of the Malaysian factory be $(72-x)$ crores.
The selling price of the Indian factory is $1.16x$ crores ($16\%$ profit).
The selling price of the Malaysian factory is $1.24(72-x)$ crores ($24\%$ profit).
Total selling price = $1.16x + 1.24(72-x) = 1.19 \times 72$ ($19\%$ total profit) $$1.16x + 89.28 - 1.24x = 85.68$$ $$-0.08x = 85.68 - 89.28$$ $$-0.08x = -3.6$$ $$x = 45$$ Selling price of Indian factory = $1.16x = 1.16 \times 45 = 52.2$ crores

No comments:

Post a Comment