Question:

The Madhura Fruits Company is packing four types of fruits into boxes. There are 126 oranges, 162 apples, 198 guavas and 306 pears. The fruits must be packed in such a way that a given box must have only one type of fruit and must contain the same number of fruit units as any other box. What is the minimum number of boxes that must be used?

Updated On: Aug 22, 2025
  • 21
  • 42
  • 36
  • 18
  • 44
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is

Solution and Explanation

To determine the minimum number of boxes needed, we must first find the greatest common divisor (GCD) of the number of each fruit type, as each box must contain an equal number of fruits of the same type. The fruits are:

  • Oranges: 126
  • Apples: 162
  • Guavas: 198
  • Pears: 306

The smallest number of fruits per box will be the GCD of these four numbers. Let's calculate the GCD step-by-step:

1. Find the GCD of 126 and 162:

  • Prime factorization of 126: \(2 \times 3^2 \times 7\)
  • Prime factorization of 162: \(2 \times 3^4\)
  • Common factors: \(2 \times 3^2 = 18\)

2. Find the GCD of 18 and 198:

  • Prime factorization of 198: \(2 \times 3^2 \times 11\)
  • Common factors: \(2 \times 3^2 = 18\)

3. Find the GCD of 18 and 306:

  • Prime factorization of 306: \(2 \times 3^2 \times 17\)
  • Common factors: \(2 \times 3^2 = 18\)

The GCD of all four numbers is 18. Thus, each box will contain 18 fruits of one type.

Now, calculate the number of boxes for each fruit type:

Fruit TypeTotal FruitsFruits per BoxNumber of Boxes
Oranges12618\(126 \div 18 = 7\)
Apples16218\(162 \div 18 = 9\)
Guavas19818\(198 \div 18 = 11\)
Pears30618\(306 \div 18 = 17\)

Total number of boxes required = \(7 + 9 + 11 + 17 = 44\).

Thus, the minimum number of boxes that must be used is 44.

Was this answer helpful?
0
0