Step 1: Understanding the Concept:
The prismoidal rule (derived from Simpson's 1/3rd rule) is used to estimate the volume of earthwork, reservoirs, or ponds between parallel contour planes.
For the mathematical formulation of this rule to be valid, specific conditions regarding the number of boundary planes and intervals must be met.
Step 2: Detailed Explanation:
The formula for the prismoidal rule for volume calculation between parallel areas is:
\[ V = \frac{d}{3} [ (A_1 + A_n) + 4(A_2 + A_4 + \dots + A_{n-1}) + 2(A_3 + A_5 + \dots + A_{n-2}) ] \]
Where:
- \(d\) is the constant contour interval.
- \(A_1, A_2, \dots, A_n\) are the cross-sectional or contour areas.
For this mathematical division into triplets to work, the total number of contour areas (\(n\)) must be an odd number (A).
When the total number of contours is odd, the number of spaces or intervals between them (which is equal to \(n-1\)) is an even number (D).
If there is an even number of contours, the prismoidal rule cannot be applied to the entire series directly; the last interval must be computed separately using the trapezoidal rule.
Therefore, the prismoidal rule requires an odd number of contours and an even number of contour intervals.
Step 3: Final Answer:
The correct combination is A and D only.