In order to be within tolerance the resistance must be betwe
In order to be within tolerance, the resistance must be between mu - alpha and mu + alpha (see printout from PF4NumberGen.m). If it is outside of this range, the resistor is defective. Assuming that the system produces resistances described by a Normal distribution with mean x and variance s^2, determine the probability that the resistor will be defective. You may use MATLAB or the Z-table.
Solution
PROBLEM 3
probability = x - mean /s*s
