Concept:The problem involves repeated independent trials (with replacement) and asks for the probability of at least 7 successes (defective bulbs).This is a binomial distribution scenario.Formula:For n independent trials, each with success probability p, the probability of exactly k successes is:P(X=k)=(kn)pkqn−kwhere q=1−p.Solution:Total bulbs = 10 defective + 90 non‑defective = 100.Probability of selecting a defective bulb: p=10010=101.Probability of a non‑defective bulb: q=1−p=109.Number of trials: n=8.We need at least 7 defective bulbs, i.e., 7 or 8.P(X≥7)=P(X=7)+P(X=8).P(X=7)=(78)p7q1=8⋅(101)7⋅109.P(X=8)=(88)p8q0=1⋅(101)8.Sum: P=(101)8[8⋅9+1]=10872+1=10873.Answer:Option A: 10873.