WHAT we need:λ is just "average defects per die." The parent built it as λ=D0A — density (per area) times area gives a pure count.
WHY this and not Y: the question stops at the mean count. Yield comes later, from asking "what's the chance that count is zero?"
λ=D0A=0.4×2=0.8.
Units cancel: cm2defects×cm2=defects. A pure number, as a count should be.
Recall Solution 1.2
Answer: (a) e−D0A.
The Poisson probability of exactly k events is P(k)=k!λke−λ. Set k=0: 0!λ0e−λ=e−λ=e−D0A.
(b) is only the first two terms of the Taylor series of e−λ and goes negative once D0A>1 — impossible for a probability. (c) blows up as D0A→0, giving yields above 1 — also impossible.
Step 1 — mean:λ=D0A=0.8 (from 1.1).
Step 2 — plug into e−λ:Why? Yield = probability of zero defects.
Y=e−0.8=0.4493≈44.9%.
So of every 100 dies you print, about 45 survive.
Recall Solution 2.2
Step 1 — radius: diameter 200 mm=20 cm, so r=10 cm.
Step 2 — naive count (circle area ÷ die area):
Aπr2=0.5π×100=0.5314.159=628.3.Step 3 — edge-loss term (the rim of partial dies):
2Aπ2r=1π×20=162.83=62.83.Step 4 — subtract:628.3−62.8=565.5⇒565 dies. Why subtract? Round wafer, square dies — the ring at the curved edge holds dies chopped in half that we can't use.
Recall Solution 2.3
Step 1 — yield for THIS die:λ=0.4×0.5=0.2, so
Y=e−0.2=0.8187≈81.9%.
Small die → tiny target for defects → high yield.
Step 2 — good dies:DPW×Y=565×0.8187=462.6≈462 good dies.
Step 3 — cost per good die:Why divide by good, not gross? You pay for the whole wafer no matter how many die; only the survivors earn money.
Costgood=462.65000=$10.81.
Step 1 — write both:YS=e−0.5⋅1=e−0.5, YB=e−0.5⋅4=e−2.
Step 2 — relate exponents:e−2=e−0.5×4=(e−0.5)4. Why does this work? The exponent laws: e−D0A with A multiplied by 4 pulls the 4 out as a power, not a factor. This is the whole reason yield collapses for big chips.
Step 3 — numbers:YS=e−0.5=0.6065 (≈61%), YB=e−2=0.1353 (≈13.5%).
Interpretation: quadrupling area doesn't cut yield to a quarter (that would be ≈15%by luck here, but the mechanism is different) — it raises the survival factor to the 4th power. Look at the steep exponential in the figure: a big die is a big target, and every extra bit of area multiplies the death chance.
α→∞: collapses to e−2=0.1353 → 13.5% (the sanity anchor).
Trend: small α = heavy clustering = defects pile onto a few dies, sparing the rest → highest yield. As α grows, clustering fades and yield sinks toward the pessimistic Poisson floor. See how the curve slides down toward the dashed Poisson line.
Plan Mono.
DPW: 6π⋅225−12π⋅30=6706.86−3.464194.25=117.81−27.21=90.6→90.
Yield: λ=0.3×6=1.8, Y=e−1.8=0.1653.
Good products = 90×0.1653=14.88→14.
Cost per product = \frac{8000}{14.88} = \boxed{\537.6}$.
Plan Chiplet.
DPW (per chiplet, A=3): 3706.86−694.25=235.62−38.48=197.1→197.
Yield per chiplet: λ=0.3×3=0.9, Y=e−0.9=0.4066.
Good chiplets = 197×0.4066=80.1→80.
Good products (need 2 chiplets each) =80/2=40.
Cost per product = \frac{8000}{40} = \boxed{\200}$.
Recommendation: Plan Chiplet. At $200 vs $537.6 per working product it is far cheaper, because splitting the area drops each chiplet's λ from 1.8 to 0.9 and yield is exponential in λ: two small dies each survive much more often than one big die. This is exactly the argument behind Chiplets and MCM. (Real life adds packaging/interconnect cost — see Chip economics and cost per transistor.)
Each core good with probability q=1−p=0.9. Number of good cores follows a binomial distribution: P(k good)=(k8)qkp8−k. Why binomial, not Poisson? We have a fixed, small number of independent yes/no trials (8 cores), which is the binomial setting — Poisson is the limit of many rare trials.
(a) Perfect 8-core: all cores good.
P(8)=q8=0.98=0.4305→43.0%.(b) 6-core bin = exactly 6 or 7 good (8-good already claimed by top bin):
P(7)=(78)q7p1=8×0.97×0.1=8×0.4783×0.1=0.3826.P(6)=(68)q6p2=28×0.96×0.01=28×0.5314×0.01=0.1488.P(6 or 7)=0.3826+0.1488=0.5314→53.1%.(c) The point: without harvesting, only 43% of dies (the perfect ones) would sell — the rest are "failed." Binning rescues the 53.1% that have 6–7 good cores: fuse off the bad cores and sell them as a cheaper 6-core SKU. Total sellable fraction jumps from 43% to 43.0+53.1=96.1%. That recovered revenue is why Wafer testing and probe measures per-block health, not just pass/fail — it decides which bin each die lands in.
Recall Solution 5.2
Effect 1 (helps yield): smaller area. Shrinking transistors shrinks A, and Y=e−D0Arises as A falls. Good.
Effect 2 (hurts yield): higher D0 on a new node. A brand-new node is immature — tighter feature sizes mean smaller specks now count as fatal, and the process hasn't been tuned, so D0spikes. Since Y=e−D0A depends on the productD0A, a large jump in D0 can overwhelm the drop in A.
Verdict: early in a node's life, rising D0 usually wins → yield dips (the dreaded early "yield valley"), then recovers as Photolithography and defect control mature (the "yield ramp") and D0 falls. The parent's mistake-callout — "D0 is not a fixed material constant" — is exactly this story: D0 is a maturity number that moves over time.
Recall One-line self-test
Cover the solutions and re-derive Exercise 3.1's identity YB=(YS)4 from the exponent laws alone.
YB=e−D0(4A)=(e−D0A)4=(YS)4 ::: because multiplying the exponent by 4 is the same as raising the whole factor to the 4th power.