Defects per million opportunities (DPMO) is a metric used to measure the quality of a process. It is calculated using the formula:
\[
{DPMO} = \frac{{Number of defects}}{{Number of opportunities} \times {Number of units}} \times 1,000,000
\]
In this case:
- The number of defects is \(1500\),
- The number of units produced is \(40000\),
- The number of opportunities per unit is \(15\) (since there are 15 features considered critical-to-quality).
Substituting these values into the formula:
\[
{DPMO} = \frac{1500}{15 \times 40000} \times 1,000,000
\]
\[
{DPMO} = \frac{1500}{600000} \times 1,000,000
\]
\[
{DPMO} = 2,500 { (rounded)}
\]
Thus, the defects per million opportunities (DPMO) lies between 2490 and 2510.