document.write( "Question 1199260: In a factory, the weight of the concrete poured into a mold by a machine follows a normal distribution with a mean of 522.7 kg and a variance of 100 kg squared. What is the probability that the weight of concrete poured into a mold is less than 521 kg? \n" ); document.write( "
Algebra.Com's Answer #833047 by Theo(13342) You can put this solution on YOUR website! the mean is 522.7 kg \n" ); document.write( "the variance is 100 square kg. \n" ); document.write( "the standard deviation is the square root of the variance = 100 kg \n" ); document.write( "raw score you want to test against is 521 kg \n" ); document.write( "z-score formula is z = (x - m) / s \n" ); document.write( "x is the raw score \n" ); document.write( "m is the mean \n" ); document.write( "s is the standard deviation. \n" ); document.write( "formula becomes z = (521 - 522.7) / 100 = -.017 \n" ); document.write( "area to the left of a z-score of -.017 = .493218 rounded to 6 decimal places. \n" ); document.write( "that's the probability that the weight of concrete poured into a mold is less than 521 kg. \n" ); document.write( "that's equal to 49.32% rounded to 2 decimal places. \n" ); document.write( " |