document.write( "Question 1109853: Consider a normal population with μ = 43 and σ = 5.4. Calculate the z-score for an x of 44.1 from a sample of size 16. (Give your answer correct to two decimal places.) \n" ); document.write( "
| Algebra.Com's Answer #724906 by abdulaleem(11)     You can put this solution on YOUR website! Z = X-mean/standard deviation \n" ); document.write( "mean = 43 \n" ); document.write( "standard deviation = 5.4 \n" ); document.write( "X = 44.1 \n" ); document.write( "putting values \n" ); document.write( "Z = 44.1-43/5.4 \n" ); document.write( "Z = 0.20 \n" ); document.write( "by table \n" ); document.write( "Z = 0.0793 \n" ); document.write( " |