Given:
- Average duration m of breath-holding for adults = 50 seconds
- Standard deviation s of breath-holding durations = 6 seconds
- Margin of error in decision = 4%
We want to find the lowest duration x of breath-holding for a patient to NOT be considered ill.
We need to find the z-score corresponding to the 4% margin of error. This z-score can be found using a standard normal distribution table or calculator. A z-score of -1.750 corresponds to the 4th percentile.
Using the formula for the z-score:
z = x-m/s
We rearrange the formula to solve for x:
x=z*s+m
Substitute the values:
x= -1.75*6+50
Calculate:
x= -10.5+50=39.5
Therefore, the lowest duration of breath-holding for a patient to NOT be considered ill is approximately 39.5 seconds.