document.write( "Question 925597: The results of a survey revealed that 30% of the people surveyed said that they would buy home electronic equipment at post-holiday sales. If 20 people are selected, find the probability that 8 OR 9 will purchase home electronic equipment at the post-holiday sales. (Round to 4 decimal places \n" ); document.write( "
Algebra.Com's Answer #561643 by ewatrrr(24785) You can put this solution on YOUR website! p(buy electronics)= .30, n = 20 \n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P(x = 8 0R x = 9) = binompdf(20, .30, 8) + binompdf(20, .30 9) = .1144 + .0654 = .1798 0r 17.98% \n" ); document.write( "...By Hand \n" ); document.write( "P(x = 8 0R x = 9) = 20C8(.3)^8(.7)^12 + 20C9(.3)^9(.7)^11 \n" ); document.write( "Let me know this works for You. \n" ); document.write( " |