For a triangle formed by lines $y = m_1x$, $y = m_2x$, and a horizontal line $y = c$, the area can be calculated directly using the short formula:
$$\text{Area} = \frac{c^2}{2} \left| \frac{1}{m_1} - \frac{1}{m_2} \right|$$
Substituting $c = 9$, $m_1 = 3$, and $m_2 = 6$:
$$\text{Area} = \frac{9^2}{2} \left| \frac{1}{3} - \frac{1}{6} \right| = \frac{81}{2} \times \frac{1}{6} = \frac{27}{4}\ \text{sq. units.}$$