BUSINESS STATISTICS • QUALITY AND PROCESS IMPROVEMENT

Quality Assurance Sampling — Sampling for Quality Assurance (Intro)

How systematic sampling plans help organizations ensure product and service quality without inspecting every unit.

Historical Context & Motivation

The idea of inspecting a subset of products rather than every single item has deep roots in industrial practice, stretching back more than a century. As mass production accelerated in the early twentieth century, manufacturers quickly realized that 100% inspection was not only prohibitively expensive but also surprisingly error-prone—fatigued inspectors routinely missed defects after hours of repetitive checking. The need for a rigorous, statistically grounded alternative gave rise to quality assurance sampling, a discipline that uses probability theory to draw reliable conclusions about an entire production lot from a carefully selected sample.

1924
Shewhart's Control Chart
Walter Shewhart at Bell Telephone Laboratories develops the first statistical control chart, laying the foundation for distinguishing normal process variation from assignable causes of defects.
1928
Dodge–Romig Tables
Harold Dodge and Harry Romig publish the first formal acceptance sampling tables, giving manufacturers predefined sample sizes and acceptance criteria tied to desired quality levels.
1942
MIL-STD-105 (WWII)
The U.S. War Department issues Military Standard 105, mandating acceptance sampling for all military procurement. This standard became the global benchmark for lot-by-lot inspection.
1989
ISO 2859 / ANSI Z1.4
International and American standards bodies adopt updated versions of acceptance sampling procedures, broadening their use to civilian manufacturing, healthcare, and service industries.
2000s
Six Sigma & Lean Integration
Sampling methods become embedded within Six Sigma and Lean frameworks, where they serve as verification tools within continuous improvement cycles such as DMAIC.

The central question that these developments address is straightforward yet profound: How can a firm make confident decisions about the quality of an entire batch of goods or services by examining only a fraction of it? Answering this question requires an understanding of sampling design, probability distributions, and the trade-offs between inspection cost, consumer risk, and producer risk—topics that form the core of this introductory lesson.

Core Principles & Definitions

Quality assurance sampling rests on a handful of foundational ideas that connect statistical theory to practical business decisions. Understanding these principles is essential before diving into specific sampling plans, because every plan is ultimately a structured way of managing two competing risks: accepting a bad lot (which harms consumers) and rejecting a good lot (which harms producers). The following core concepts define the vocabulary and logic of the field.

1

Lot & Sample

A lot (or batch) is the entire collection of items under consideration, while the sample is the subset drawn for inspection. Sampling decisions are only as good as the representativeness of the sample.
2

Acceptable Quality Level (AQL)

The AQL is the maximum percent defective that can be considered satisfactory as a process average. Lots at or below the AQL should be accepted most of the time.
3

Producer's Risk (α) & Consumer's Risk (β)

Producer's risk (α) is the probability of rejecting a lot that actually meets the AQL. Consumer's risk (β) is the probability of accepting a lot whose defect rate equals or exceeds the Lot Tolerance Percent Defective (LTPD).
4

Acceptance Number (c)

In a single-sampling plan, the acceptance number c is the maximum number of defectives allowed in the sample before the entire lot is rejected. If defectives ≤ c, the lot passes.
5

Operating Characteristic (OC) Curve

The OC curve plots the probability of lot acceptance against the true fraction defective. It is the single most important tool for evaluating the discriminating power of a sampling plan.
KEY TAKEAWAY
Think of QA sampling like a restaurant food critic who visits three random locations of a chain instead of all 300. If each visit reveals clean kitchens and consistent dishes, the critic can confidently infer overall quality without dining at every outlet. The AQL is the critic's minimum standard, α is the chance the critic unfairly slams a good chain, and β is the chance the critic mistakenly endorses a bad one. A well-designed sampling plan minimizes both errors simultaneously.

Visual Explanation — The Sampling Decision Flow

The diagram below illustrates the end-to-end logic of a single-sampling acceptance plan. A lot of size N arrives, a random sample of size n is drawn, defective items d are counted, and the lot is either accepted or rejected based on whether d exceeds the acceptance number c. Follow the arrows to trace the decision pathway.

The flowchart shows a single-sampling plan with lot size N = 5,000, sample size n = 200, and acceptance number c = 5. If the number of defectives found (d) is at most 5, the lot is accepted; otherwise it is rejected for further action.

Notice that the decision is strictly binary at the sample level: a lot either passes or fails. The power of the approach lies in choosing n and c so that the probabilities of the two types of errors—accepting a bad lot and rejecting a good one—are kept within tolerable bounds. The tool that quantifies these probabilities is the Operating Characteristic (OC) curve, which we explore in the next section's mathematical framework.

Mathematical Framework

The mathematics behind quality assurance sampling centers on computing the probability of accepting a lot given its true fraction defective p. In the simplest case—when the lot size N is very large relative to the sample size n—the number of defectives in the sample follows a binomial distribution. When N is small relative to n (roughly n/N > 0.10), the hypergeometric distribution is more precise. For moderate np values, the Poisson approximation offers computational convenience. We present each below.

BINOMIAL PROBABILITY OF ACCEPTANCE
P(accept) = Σ [from d=0 to c] C(n, d) × p^d × (1 − p)^(n−d)
Where n = sample size, c = acceptance number, p = true fraction defective, d = number of defectives observed, and C(n, d) = n! / [d!(n − d)!].
POISSON APPROXIMATION (np ≤ 15, large N)
P(accept) ≈ Σ [from d=0 to c] e^(−np) × (np)^d / d!
This is widely used in practice because np (expected defectives in the sample) replaces the need to compute individual binomial terms. Set λ = np and sum Poisson probabilities from 0 to c.
HYPERGEOMETRIC (FINITE LOT CORRECTION)
P(d) = C(D, d) × C(N − D, n − d) / C(N, n)
Where N = lot size, D = total defectives in the lot, n = sample size, and d = defectives found in the sample. Use when n/N > 0.10.
💡 WHEN TO USE WHICH DISTRIBUTION
In practice, most QA professionals default to the Poisson approximation because lot sizes are typically large relative to the sample and p is small—exactly the conditions under which Poisson converges to the binomial. The hypergeometric is reserved for situations where sampling without replacement meaningfully depletes the lot, such as a small lot of 50 high-value assemblies.

The Operating Characteristic (OC) Curve

The OC curve is the graphical signature of any sampling plan. It plots the probability of accepting a lot (vertical axis) against the lot's true fraction defective p (horizontal axis). An ideal OC curve would be a vertical drop: lots at or below the AQL would always be accepted and lots above would always be rejected. Real curves are S-shaped, and their steepness depends on sample size n and acceptance number c. A larger sample size tightens the curve, giving the plan greater discriminating power.

The solid cyan curve represents a stricter plan (n = 200, c = 5) with greater discriminating power. The dashed pink curve (n = 80, c = 2) is less discriminating—notice its shallower slope. The vertical green dashed line marks the AQL (0.02), and the red dashed line marks the LTPD (≈ 0.07). At the AQL, the probability of acceptance is about 0.95 (1 − α). At the LTPD, the probability of acceptance falls to about 0.10 (β).

Two design levers control the shape of the OC curve. Increasing the sample size n makes the curve drop more steeply, providing sharper discrimination between good and bad lots. Adjusting the acceptance number c shifts the curve left or right—lowering c makes the plan stricter (fewer defectives tolerated), while raising c makes it more lenient. In practice, a quality engineer selects n and c to anchor two points on the curve: the plan should accept lots at the AQL with probability 1 − α (typically 0.95) and accept lots at the LTPD with probability no more than β (typically 0.10).

Key OC curve parameters and their conventional values
ParameterDefinitionTypical Value
AQLMaximum percent defective considered a satisfactory process average0.5% – 2.5%
LTPD (RQL)Lot Tolerance Percent Defective—defect rate the consumer considers unacceptable5% – 10%
α (Producer's Risk)Probability of rejecting a lot at AQL quality0.05 (5%)
β (Consumer's Risk)Probability of accepting a lot at LTPD quality0.10 (10%)

Worked Example — Designing & Evaluating a Sampling Plan

A consumer electronics company receives shipments of 10,000 USB-C connectors. Management wants a sampling plan with AQL = 1% and LTPD = 5%. They propose a single-sampling plan with n = 150 and c = 3. We need to verify whether this plan meets the customary risk targets of α ≤ 0.05 and β ≤ 0.10 using the Poisson approximation.

Evaluating a Single-Sampling Plan (n = 150, c = 3)
1
Step 1 — Compute λ at the AQLAt p = AQL = 0.01, the expected number of defectives in the sample is λ₁ = n × p = 150 × 0.01 = 1.5. This is the Poisson parameter at the AQL point.
λ₁ = 1.5
2
Step 2 — Calculate P(accept) at the AQLSum Poisson probabilities for d = 0 to 3 with λ = 1.5: P(0) = e⁻¹·⁵ × 1.5⁰ / 0! = 0.2231 P(1) = e⁻¹·⁵ × 1.5¹ / 1! = 0.3347 P(2) = e⁻¹·⁵ × 1.5² / 2! = 0.2510 P(3) = e⁻¹·⁵ × 1.5³ / 3! = 0.1255 P(accept) = 0.2231 + 0.3347 + 0.2510 + 0.1255 = 0.9344. Therefore α = 1 − 0.9344 = 0.0656.
P(accept | AQL) ≈ 0.934, α ≈ 0.066
3
Step 3 — Compute λ at the LTPDAt p = LTPD = 0.05, the expected number of defectives is λ₂ = 150 × 0.05 = 7.5.
λ₂ = 7.5
4
Step 4 — Calculate P(accept) at the LTPDSum Poisson probabilities for d = 0 to 3 with λ = 7.5: P(0) = 0.000553, P(1) = 0.004149, P(2) = 0.01556, P(3) = 0.03890. P(accept) = 0.000553 + 0.004149 + 0.01556 + 0.03890 = 0.0591. This is the consumer's risk β.
P(accept | LTPD) ≈ 0.059, β ≈ 0.059
5
Step 5 — Evaluate the PlanThe consumer's risk β ≈ 0.059 < 0.10, which satisfies the requirement. However, the producer's risk α ≈ 0.066 slightly exceeds the conventional 0.05 target. Management could increase the sample size to n ≈ 170 or raise c to 4 to bring α below 0.05, though either change would alter the LTPD performance and require recalculation.
β target met ✓ | α target marginally exceeded — plan adjustment may be needed

Strengths, Limitations & Sampling Plan Types

Not all sampling plans are created equal, and no single plan suits every operational context. The table below contrasts the three most common types of attribute-based acceptance sampling plans: single sampling, double sampling, and sequential (multiple) sampling. Each plan trades off inspection cost, decision speed, and the psychological complexity faced by inspectors.

Comparison of three acceptance sampling plan types
FeatureSingle SamplingDouble SamplingSequential Sampling
How it worksOne sample of n items; accept if d ≤ c, else rejectFirst sample n₁; if borderline, take second sample n₂ before decidingItems inspected one at a time (or in small groups) until cumulative evidence triggers accept/reject
Average sample sizeFixed at nOften lower than single plan with same OC curveLowest on average — decisions made early when quality is clearly good or bad
SimplicityHighest — one decision pointModerate — two possible stagesLowest — requires ongoing cumulative tracking
Best suited forDestructive testing; simple administrationModerate lot sizes; desire to reduce inspection costVery large lots; high inspection cost per item
LimitationPotentially over-inspects when lot quality is extremeMore complex to administer; second-stage delayAdministratively complex; variable sample size complicates planning
KEY TAKEAWAY
Choosing a sampling plan is like choosing between a full medical exam, a two-stage screening (quick test followed by confirmatory test), and continuous monitoring via a wearable device. Single sampling gives a definitive, one-shot verdict. Double sampling saves resources by first running a cheaper screen. Sequential sampling constantly updates the diagnosis as new data arrive. The right choice depends on the cost of inspection, the cost of making a wrong decision, and the operational complexity the organization can absorb.

Connection to Advanced Quality Methods

Acceptance sampling is often characterized as a reactive quality tool—it evaluates lots after production. In contrast, advanced methods like Statistical Process Control (SPC) and Six Sigma's DMAIC cycle are proactive, seeking to prevent defects during production. Understanding how acceptance sampling fits alongside these frameworks is essential for any business professional working in operations or supply chain management.

Acceptance sampling vs. Statistical Process Control
DimensionAcceptance SamplingStatistical Process Control (SPC)
TimingPost-production, lot-by-lotDuring production, real-time
FocusDisposition of completed lots (accept / reject)Process stability (in-control vs. out-of-control)
Primary toolOC curve, acceptance/rejection criteriaControl charts (X̄, R, p, c)
Defect philosophyTolerates defects within AQLAims to eliminate assignable causes entirely
Typical use caseIncoming material inspection from suppliersIn-house manufacturing process monitoring

In mature quality management systems, acceptance sampling and SPC complement each other rather than compete. A firm might use SPC to monitor its own production lines and acceptance sampling to inspect incoming materials from suppliers whose processes are not directly observable. As supplier relationships mature and SPC data become available from the supplier's own charts, the need for incoming inspection often diminishes—a principle embodied in the ISO 2859 provision for 'reduced inspection' when historical quality is consistently good. This evolution illustrates the broader trajectory of quality management: from detection-based to prevention-based strategies.

🔭 LOOKING AHEAD
Subsequent lessons will cover variable sampling plans (where measurements such as weight or diameter replace pass/fail counts), the design of double and sequential sampling schemes, and the integration of sampling with control chart methodology. These advanced topics build directly on the OC curve analysis and risk-balancing framework introduced here.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain the difference between producer's risk (α) and consumer's risk (β) in the context of acceptance sampling. Why is it impossible to simultaneously reduce both risks to zero without inspecting every item in the lot?
PROBLEM 2BASIC CALCULATION
A single-sampling plan specifies n = 100 and c = 2. Using the Poisson approximation, calculate the probability of accepting a lot with a true fraction defective of p = 0.03.
PROBLEM 3INTERMEDIATE
A company uses a sampling plan with n = 200 and c = 4. Management sets AQL = 0.01 and wants α ≤ 0.05. Using the Poisson approximation, determine whether the plan meets the producer's risk requirement. If it does not, suggest a specific adjustment.
PROBLEM 4APPLIED
A pharmaceutical distributor receives lots of 5,000 vials. Regulatory standards require AQL = 0.5% and LTPD = 3%. Management wants α ≤ 0.05 and β ≤ 0.10. A quality engineer proposes n = 200, c = 3. Evaluate whether this plan satisfies both risk targets using the Poisson approximation, and discuss the business implications if it does not.
PROBLEM 5CRITICAL THINKING
A manufacturing VP argues that acceptance sampling is obsolete because modern Six Sigma programs aim for near-zero defects, making lot-by-lot inspection unnecessary. Construct a nuanced counter-argument that acknowledges the merits of this view but identifies at least three scenarios where acceptance sampling remains indispensable.

Lesson Summary

Quality assurance sampling uses probability theory to make accept-or-reject decisions about production lots based on a representative subset rather than exhaustive inspection. Every sampling plan is defined by its sample size (n) and acceptance number (c), and its performance is evaluated against two quality benchmarks: the Acceptable Quality Level (AQL) and the Lot Tolerance Percent Defective (LTPD). The twin risks—producer's risk (α) of rejecting a good lot and consumer's risk (β) of accepting a bad one—are quantified by the Operating Characteristic (OC) curve, the single most important graphical tool in the field.

The mathematical backbone relies on the binomial distribution (or its Poisson approximation when np is small and the lot is large). Plans come in three main flavors—single, double, and sequential sampling—each trading off inspection cost against administrative complexity. While acceptance sampling is a detection-based approach, it complements proactive methods like Statistical Process Control (SPC) and Six Sigma, particularly for incoming supplier inspection, destructive testing, and regulatory compliance.

Varsity Tutors • Business Statistics • Quality Assurance Sampling — Sampling for Quality Assurance (Intro)