document.write( "Question 1058461: 31% of adults would pay more for environmentally friendly products. You randomly select 10 adults. Find th eprobability that the number of adults who would pay more for environmentally friendly products is (a) exactly two, (b) more than two (c) between two and five, inclusive \n" ); document.write( "
Algebra.Com's Answer #673527 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 31% of adults would pay more for environmentally friendly products. You randomly select 10 adults. \n" ); document.write( "Binomial problem with n = 10 and p = 0.31 \n" ); document.write( "-------------------------------------------- \n" ); document.write( " Find th eprobability that the number of adults who would pay more for environmentally friendly products is \n" ); document.write( "(a) exactly two,; binompdf(10,0.31,2) = 0.2222 \n" ); document.write( "(b) more than two ;1 - binomcdf(10,0.31,1) = 0.8656 \n" ); document.write( "(c) between two and five, inclusive:: \n" ); document.write( " binomcdf(10,0.31,5)-binomcdf(10,0.31,1) = 0.8105 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |