Question:medium

There are 3 different types of rice weighing \(435,\ 493,\) and \(551\) kg respectively. The rice is packed in bags so that no two types are mixed and all bags are of equal size. Find the least number of bags.

Show Hint

“Least number of equal bags’’ \(⇒\) take the \(\gcd\) as bag size, then sum the quotients.
Updated On: Mar 23, 2026
  • 51
  • 56
  • 57
  • 54
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Determine the maximum bag size
The equal bag size must divide each heap, thus use \(\gcd(435,493,551)\).
\(\gcd(435,493)=\gcd(435,58)=\gcd(58,29)=29\). Since \(551=29\times 19\), then \(\gcd=29\ \text{kg}\).
Step 2: Calculate the number of bags
Bags \(=\dfrac{435}{29}+\dfrac{493}{29}+\dfrac{551}{29}=15+17+19=51\).
\[ \boxed{51} \]
Was this answer helpful?
0