Step 1: Set up the chance for one bulb.
Out of $100$ bulbs, $10$ are defective, so the chance a bulb is defective is $p=\frac{10}{100}=0.1$ and good is $q=0.9$. We pick $n=5$ bulbs.
Step 2: Understand at most one.
At most one defective means zero defective or exactly one defective. We add those two chances.
Step 3: Chance of zero defective.
$P(X=0)=q^5=(0.9)^5=0.59049$.
Step 4: Chance of exactly one defective.
$P(X=1)=\binom{5}{1}p\,q^4=5(0.1)(0.9)^4=5(0.1)(0.6561)=0.32805$.
Step 5: Add them up.
$P(X\le 1)=0.59049+0.32805=0.91854$.
Step 6: State the answer.
The store gets at most one defective bulb with probability $0.91854$, which is option (2). \[ \boxed{P(X\le 1)=0.91854} \]