Question 479673
The lifetime of ZZZ batteries is normally distributed with a mean of 270 hours and a standard deviation of 10 hours. What number of hours would represent the 40th percentile in this distribution? 
---
Find the z-value with a left-tail of 40%
invNorm(0.40) = -0.2533
---
find the correspondign hour value using x = zs+u
x = -0.2533*10+ 270 = 267.47 hrs.
Round up to 267 hrs
=====================
Cheers,
Stan H.
==================================