document.write( "Question 240859: Information from the American Institute of Insurance indicates the mean amount of life insurance per household in the United States is $110,000. This distribution follows the normal distribution with a standard deviation of $40,000.
\n" );
document.write( "a. If we select a random sample of 50 households, what is the standard error of the mean?
\n" );
document.write( "b. What is the expected shape of the distribution of the sample mean?
\n" );
document.write( "c. What is the likelihood of selecting a sample with a mean of at least $112,000?
\n" );
document.write( "d. What is the likelihood of selecting a sample with a mean of more than $100,000
\n" );
document.write( "e. What is the likelihood of selecting a sample with a mean of more than $100,000 but less than $112,000?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #176449 by stanbon(75887) ![]() You can put this solution on YOUR website! Information from the American Institute of Insurance indicates the mean amount of life insurance per household in the United States is $110,000. This distribution follows the normal distribution with a standard deviation of $40,000. \n" ); document.write( "a. If we select a random sample of 50 households, what is the standard error of the mean? \n" ); document.write( "The standard error depends on the level of significance.\r \n" ); document.write( "\n" ); document.write( "If alpha is 5%, SE = 2.0096*40,000/sqrt(50) = 11369.0143 \n" ); document.write( "------------------------------------------------------------- \n" ); document.write( "b. What is the expected shape of the distribution of the sample mean? \n" ); document.write( "Normal with mean = 110,000 and std = 40,000/sqrt(25) = 5656.85 \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "c. What is the likelihood of selecting a sample with a mean of at least $112,000? \n" ); document.write( "t(112,000)= (112,000-110,000)/[40,000/sqrt(50)] = 0.3536.. \n" ); document.write( "----------------- \n" ); document.write( "P(x >= 112000) = P(t >= 0.3536 with df = 49) = 0.3626 \n" ); document.write( "================================================================ \n" ); document.write( "d. What is the likelihood of selecting a sample with a mean of more than $100,000 \n" ); document.write( "Same process as \"c\" \n" ); document.write( "---------------------------- \n" ); document.write( "e. What is the likelihood of selecting a sample with a mean of more than $100,000 but less than $112,000? \n" ); document.write( "Combine the t-values from \"c\" and \"d\". \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |