document.write( "Question 349552: 70% of people liked a hamburger. 8 customers bought it for the first time.
\n" );
document.write( "Find the probability that at least 5 people like the hamburger. \n" );
document.write( "
Algebra.Com's Answer #249848 by stanbon(75887) ![]() You can put this solution on YOUR website! 70% of people liked a hamburger. 8 customers bought it for the first time. \n" ); document.write( "Find the probability that at least 5 people like the hamburger. \n" ); document.write( "----------- \n" ); document.write( "P(5<= x <=8) = 1 - binomcdf(8,0.7,7) = 0.0576 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |