document.write( "Question 855229: according to a may 2013 gallup poll, 53% of americans support the legalization of same sex marriage. \r
\n" );
document.write( "\n" );
document.write( "b. if a random sample of 10 americans is found, how many people would we expect to support the legalization of same sex marriage \r
\n" );
document.write( "\n" );
document.write( "c. what would the standard deviation of this 10 person distribution be \r
\n" );
document.write( "\n" );
document.write( "d. if we would randomly sample 10 people, what is the probability that exactly 6 would support the legalization of same sex marriage.\r
\n" );
document.write( "\n" );
document.write( "e if we would randomly sample 10 people, what is the probability less than 6 would support the legalization of same sex marriage.\r
\n" );
document.write( "\n" );
document.write( "f. if we secure a simple randome sample of 250 americans, what is the probability that less than 120 would support the legalization of same sex marriage \n" );
document.write( "
Algebra.Com's Answer #515161 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! according to a may 2013 gallup poll, 53% of americans support the legalization of same sex marriage. \n" ); document.write( "b. if a random sample of 10 americans is found, how many people would we expect to support the legalization of same sex marriage \n" ); document.write( "E(x) = np = 10*0.53 = 5.3 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "c. what would the standard deviation of this 10 person distribution be \n" ); document.write( "std = sqrt(npq) = sqrt(5.3*0.47) = 1.58 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "d. if we would randomly sample 10 people, what is the probability that exactly 6 would support the legalization of same sex marriage. \n" ); document.write( "P(x = 6) = 10C6(0.53)^6(0.47)^4 = binompdf(10,0.53,6) = 0.2271 \n" ); document.write( "--------------------------- \n" ); document.write( "e if we would randomly sample 10 people, what is the probability less than 6 would support the legalization of same sex marriage. \n" ); document.write( "--- \n" ); document.write( "P(0<= x <=5) = binomcdf(10,0.53,5) = 0.5474 \n" ); document.write( "-------- \n" ); document.write( "f. if we secure a simple randome sample of 250 americans, what is the probability that less than 120 would support the legalization of same sex marriage\r \n" ); document.write( "\n" ); document.write( "P(x < 120) = binomcdf(250,0.53,119) = 0.0499 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |