Let $P(n)$ be the largest prime factor of $n$, and let $\Psi(x,B) = |\{ n \mid n \leq x \wedge P(n) \leq B\}|$. (This is a well-studied function in analytic number theory.) Define $\Psi'(x,B) = | \{ n \mid n \leq x \wedge P(n) \leq B \wedge \mbox{$n$ odd}\}|$. Is there a good estimate for $\Psi'(x,B)$, or for the ratio $\Psi'(x,B)/\Psi(x,B)$?
The answer to this post shows how to prove that $\Psi(x, B) \sim \frac{1}{\pi(B)!} \cdot \prod_{p \leq B} \frac{\log x}{\log B}$. If I repeat the argument to try to estimate $\Psi'(x,B)$ I get $\Psi'(x,B) \sim \frac{1}{(\pi(B)-1)!} \cdot \prod_{2 < p \leq B} \frac{\log x}{\log B}$. But then $\Psi'(x,B)/\Psi(x,B) = \frac{\pi(B)}{\log x} \sim \frac{B}{(\log B) \cdot (\log x)}$, which can exceed 1. So that wasn't very useful.