document.write( "Question 870306: Light Bulbs have an advertised rating of 1750 lumens. If measurements are normally distributed with mean 1784 and standard deviation 38, what percentage of bulbs exceed the advertised rating? \n" ); document.write( "
Algebra.Com's Answer #524800 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "z = (1750-1784)/38 = -34/38 = -.8974
\n" ); document.write( "P(x > 1750) = P(z > -.8974) = 81.52 %
\n" ); document.write( "use z-table or Calculator to find P(z ≥ -.8974)
\n" ); document.write( "TI syntax is normalcdf(smaller z, larger z).
\n" ); document.write( "P(z > -.8974) = normalcdf(-.8974, 10) | z= 10 being a placeholder \n" ); document.write( "
\n" );