Correct option is D
Given:
Number of guava trees = 33
Number of banana trees = 55
Number of malta trees = 88
Formula Used:
To minimize the number of rows, the number of trees in each row must be the greatest common divisor (GCD) of the number of trees of each type.
The total number of rows is the sum of the number of rows for each type of tree, which can be calculated by dividing the total number of trees by the GCD.
Solution:
33 = 3 × 11
55 = 5 × 11
88 = 8 × 11
The GCD of 33, 55, and 88 is 11.
Number of rows for guava trees =
Number of rows for banana trees =
Number of rows for malta trees =
The total number of rows = 3 + 5 + 8 = 16
So, the minimum number of rows in which the trees may be planted is 16.