document.write( "Question 973667: For the first 7 months of the year, the average precipitation in Toledo, Ohio is 19.32 inches. If the average precipitation is normally distributed with a standard deviation of 2.44 inches, find the following probabilities: \r
\n" );
document.write( "\n" );
document.write( "A) a randomly selected year will have precipitation greater than 18 inches for the first 7 months
\n" );
document.write( "B) five randomly selected years will have an average precipitation greater than 18 inches for the first 7 months \n" );
document.write( "
Algebra.Com's Answer #595775 by Boreal(15235) You can put this solution on YOUR website! mean=19.32 inches \n" ); document.write( "sd=2.44 inches\r \n" ); document.write( "\n" ); document.write( "z>(18-19.32)/2.44 ;;; This should have a probability of 50-84% \n" ); document.write( "z>(-1.32)/2.44 or z> -0.540 \n" ); document.write( "P=0.706\r \n" ); document.write( "\n" ); document.write( "z>(-1.32)*sqrt(5)/2.44 The SE is 2.44/sqrt(5). I inverted in division and put sqrt (5) in numerator.\r \n" ); document.write( "\n" ); document.write( "z>-1.209 \r \n" ); document.write( "\n" ); document.write( "P=0.887. This is expected, because now we are looking at 5 random years ALL of which have an expected greater than 18 inch amount. \n" ); document.write( " \n" ); document.write( " |