document.write( "Question 732412: a survey of US adults who attend at least one music concert a year found that 67% say concert tickets are too expensive. You randomly select 20 adults who attend at least one music concert a year and ask them if concert tickets are too expensive. Find the probability that fewer than 4 people say that concert tickets are too expensive. \n" ); document.write( "
Algebra.Com's Answer #447839 by stanbon(75887) ![]() You can put this solution on YOUR website! a survey of US adults who attend at least one music concert a year found that 67% say concert tickets are too expensive. You randomly select 20 adults who attend at least one music concert a year and ask them if concert tickets are too expensive. Find the probability that fewer than 4 people say that concert tickets are too expensive. \n" ); document.write( "-------- \n" ); document.write( "Binomial Problem with n = 20 and p(too expensive) = 0.67 \n" ); document.write( "--- \n" ); document.write( "P(0<= x <=3) = binomcdf(20,0.67,3) = 0.000002432 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |