The projection of a vector $\vec{u}$ on a vector $\vec{v}$ is given by the formula $\frac{\vec{u} \cdot \vec{v}}{|\vec{v}|}$.
Let $P_1$ be the projection of $\vec{b}$ on $\vec{a}$.
$P_1 = \frac{\vec{b} \cdot \vec{a}}{|\vec{a}|}$.
Let $P_2$ be the projection of $\vec{a}$ on $\vec{b}$.
$P_2 = \frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}$.
We need to find the ratio $\frac{P_1}{P_2}$.
$\frac{P_1}{P_2} = \frac{\frac{\vec{b} \cdot \vec{a}}{|\vec{a}|}}{\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}}$.
Since the dot product is commutative ($\vec{a} \cdot \vec{b} = \vec{b} \cdot \vec{a}$), the dot product terms cancel out.
The ratio simplifies to $\frac{|\vec{b}|}{|\vec{a}|}$.
First, we calculate the magnitude of $\vec{a}$.
$|\vec{a}| = \sqrt{1^2 + (-2)^2 + 2^2} = \sqrt{1+4+4} = \sqrt{9} = 3$.
Next, we calculate the magnitude of $\vec{b}$.
$|\vec{b}| = \sqrt{9^2 + 6^2 + (-18)^2} = \sqrt{81+36+324} = \sqrt{441} = 21$.
The required ratio is $\frac{21}{3} = 7$.