document.write( "Question 1086694: According to a report from the Center for Studying Health System Change, 20% of Americans delay or go without medical care because of concerns about cost (The Wall Street Journal, June 26, 2008). Suppose eight individuals are randomly selected.
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "What is the probability that no more than two will delay or go without medical care? (Do not round intermediate calculations. Round your final answers to 4 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "What is the probability that at least seven will delay or go without medical care? (Do not round intermediate calculations. Round your final answers to 4 decimal places.)
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "What is the expected number of individuals who will delay or go without medical care? (Do not round intermediate calculations. Round your final answers to 4 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "Calculate the variance and the standard deviation for this probability distribution. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) \n" );
document.write( "
Algebra.Com's Answer #700910 by stanbon(75887) ![]() You can put this solution on YOUR website! According to a report from the Center for Studying Health System Change, 20% of Americans delay or go without medical care because of concerns about cost (The Wall Street Journal, June 26, 2008). \n" ); document.write( "Suppose eight individuals are randomly selected. \n" ); document.write( "---------- \n" ); document.write( "What is the probability that no more than two will delay or go without medical care? (Do not round intermediate calculations. Round your final answers to 4 decimal places.) \n" ); document.write( "Binomial Problem with n = 8 and p = 0.2 \n" ); document.write( "P(0<= x <= 1) = binomcdf(8,0.2,1) = 0.5033 \n" ); document.write( "------------------------------------------ \n" ); document.write( " \n" ); document.write( "What is the probability that at least seven will delay or go without medical care? (Do not round intermediate calculations. Round your final answers to 4 decimal places.) \n" ); document.write( "P(7<= x <=8) = 1 - binomcdf(8,0.2,6) = 0.00008 \n" ); document.write( "-------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "What is the expected number of individuals who will delay or go without medical care? (Do not round intermediate calculations. Round your final answers to 4 decimal places.) \n" ); document.write( "E(x) = n*p = 8*0.2 = 1.6 \n" ); document.write( "------------------------------------- \n" ); document.write( "Calculate the variance and the standard deviation for this probability distribution. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) \n" ); document.write( "var(x) = npq = 8*0.2*0.8 = 1.28 \n" ); document.write( "std(x) = sqrt(npq) = sqrt(1.28) = 1.1314 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |