Four copper rods have lengths 52 m, 65 m, 78 m, and 91 m. They are to be cut into equal-length pieces with no wastage. What is the minimum total number of pieces obtained?

Difficulty: Medium

Correct Answer: 22

Explanation:


Introduction:
To cut rods into equal parts without any waste, we choose the piece length as the highest common factor of all given lengths. This maximizes piece length and therefore minimizes the total number of pieces.


Given Data / Assumptions:

  • Rod lengths: 52 m, 65 m, 78 m, 91 m
  • Equal piece length
  • No wastage


Concept / Approach:
Piece length = HCF(52, 65, 78, 91). Then number of pieces = sum of (length / HCF).


Step-by-Step Solution:

HCF(52, 65) = 13 HCF(13, 78) = 13 HCF(13, 91) = 13 Piece length = 13 m Pieces: 52 / 13 = 4, 65 / 13 = 5, 78 / 13 = 6, 91 / 13 = 7 Total pieces = 4 + 5 + 6 + 7 = 22


Verification / Alternative check:
Any greater common length does not exist, so 13 m is optimal, giving the minimum number of pieces.


Why Other Options Are Wrong:
20, 21, 23, and 24 do not match the arithmetic based on the correct HCF and quotients.


Common Pitfalls:
Using LCM instead of HCF or adding lengths before dividing. Always divide each length by the HCF and sum the quotients.


Final Answer:
22

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion