A forester wants to plant 66 apple trees, 88 banana trees and 110 mango trees in equal rows (in terms of number of trees). Also he wants to make distinct rows of trees (i.e., only one type of trees in one row). Find the number of minimum number of rows required.
Answers
Answered by
36
Given,
Number of mango trees = 66
Number of orange trees = 88
Number of apple trees = 110
According to question,
We need to find the equal number of rows in which these trees can be planted
For this,
We firstly need to find the HCF of 66, 88, 110.
66 = 2 * 3 * 11
88 = 2 * 2 * 2 * 11
110 = 2 * 5 * 11
HCF = 2 * 11 = 22
Now,
The required numbers of rows,
= ( 66 / 22 ) + ( 88 / 22 ) + ( 110 / 22)
= 3 + 4 + 5
= 12
Hence,
Number of rows will be 12
Answered by
9
Similar questions