document.write( "Question 299448: Please help me solve this question on binomial probability. \r
\n" );
document.write( "\n" );
document.write( "Question 37% of adults say cashews are their favorite kind of nut. You randomly select 12 adults and ask each to
\n" );
document.write( "4.2.21. name his or her favorite nut. Find the probability that the number who say cashews are their favorite nut is
\n" );
document.write( "(a) exactly three, (b) at least four, and (c) at most two. If convenient, use technology to find the probabilities.\r
\n" );
document.write( "\n" );
document.write( "(a) P(3) = (Round to the nearest thousandth as needed.)
\n" );
document.write( "(b) P(x 4) E (Round to the nearest thousandth as needed.)
\n" );
document.write( "(c) P(x 2) = (Round to the nearest thousandth as needed.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #215208 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Question 37% of adults say cashews are their favorite kind of nut. You randomly select 12 adults and ask each to \n" ); document.write( "4.2.21. name his or her favorite nut. Find the probability that the number who say cashews are their favorite nut is \n" ); document.write( "(a) exactly three, (b) at least four, and (c) at most two. If convenient, use technology to find the probabilities. \n" ); document.write( "(a) P(3) = binompdf(12,0.37,3) = 0.1742 \n" ); document.write( "(b) P(x >= 4) = 1 - binomcdf(12,0.37,3) = 0.7053 \n" ); document.write( "------------------------------- \n" ); document.write( "(c) P(x <= 2) = binomcdf(12,0.37,2) = 0.2947 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |