document.write( "Question 1085716: 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( "
Algebra.Com's Answer #699843 by mathmate(429) You can put this solution on YOUR website! Question: \n" ); document.write( "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( "[NOTE: Question incomplete. Will calculate probability of all possible outcomes, i.e. 0-8 respondents have financial concerns] \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Looks like a binomial distribution, let's check: \n" ); document.write( "1. Bernoulli trials, i.e. exactly two possible outcomes. (yes, have concerns, or not) \n" ); document.write( "2. Number of trials is known before experiment, i.e. independent of outcomes. (yes, 8) \n" ); document.write( "3. All trials are independent of each other. (yes, randomly selected) \n" ); document.write( "4. Probability of success is known, and remain constant throughout trials. (yes, large population, small sample) \n" ); document.write( "Conclusion: binomial distribution applies. \n" ); document.write( " \n" ); document.write( "Let \n" ); document.write( "N=sample size = 8 \n" ); document.write( "x=number of successes (have financial concern) \n" ); document.write( "p=probability of success, 0.2 \n" ); document.write( "q=probability of failure, 1-0.2=0.8 (Bernoulli trials, either success or not) \n" ); document.write( "C(N,x)=number of combinations of x objects selected from N = N!/(x!(N-x)!) \n" ); document.write( "then \n" ); document.write( "P(x)=C(N,x)(p^x)(q^(N-x)) \n" ); document.write( "for each of x=0 to 8. \n" ); document.write( "For example, N=8, x=2, \n" ); document.write( "P(2)=C(8,2)(0.2^2)(0.8^6)=0.29360 \n" ); document.write( " \n" ); document.write( "The complete set of probabilities is as follows: \n" ); document.write( "P(0)=0.16777 \n" ); document.write( "P(1)=0.33554 \n" ); document.write( "P(2)=0.29360 \n" ); document.write( "P(3)=0.14680 \n" ); document.write( "P(4)=0.04585 \n" ); document.write( "P(5)=0.00916 \n" ); document.write( "P(6)=0.00115 \n" ); document.write( "P(7)=8.19200*10^-5 \n" ); document.write( "P(8)=2.56000*10^-6 \n" ); document.write( "sum=1.0 \n" ); document.write( " |