document.write( "Question 1210598: assume that the readings at freezing on a bundle of thermometers are normally distributed with a mean of 0°c and a standard deviation of 1.00°c. a single thermometer is randomly selected and tested. find the probability of obtaining a reading less than -0.903°c
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #854332 by CPhill(2264) You can put this solution on YOUR website! To find the probability of obtaining a reading less than -0.903°C in a normal distribution with a mean of 0°C and a standard deviation of 1.00°C, we can use the Z-score formula:\r \n" ); document.write( "\n" ); document.write( "Z = (X - μ) / σ\r \n" ); document.write( "\n" ); document.write( "Z = (-0.903 - 0) / 1 = -0.903\r \n" ); document.write( "\n" ); document.write( "Using a Z-table or calculator, the probability for Z = -0.903 is approximately 0.1029. Thus, the probability of obtaining a reading less than -0.903°C is about 10.29%. \n" ); document.write( " |