This question is related to prime factorisation.
How do I find the smallest whole number $b$ for which $240/b$ is a factor of $252$?
\begin{align*} 240 &= 2^4 \times 3 \times 5 \\ 252 &= 2^2 \times 3^2 \times 7 \\ \end{align*}
Does the question mean the result from the division is a factor of 252? I'm a bit confused..
find $gcd(240,252)$. it is equal to $12$. so $b = 240/12 = 20$