document.write( "Question 187834This question is from textbook Elementary Statistics
\n" );
document.write( ": Okay, and here I'm confused again ...\r
\n" );
document.write( "\n" );
document.write( "Three out of four American adults under age 35 have eaten pizza for breakfast. If a random sample of 20 adults under age 35 is selected, find the probability that exactly 16 have eaten pizza for breakfast.\r
\n" );
document.write( "\n" );
document.write( "p=25
\n" );
document.write( "q=
\n" );
document.write( "n=20
\n" );
document.write( "x=16\r
\n" );
document.write( "\n" );
document.write( "I'm not sure what goes where. Help.\r
\n" );
document.write( "\n" );
document.write( "Thanks, P\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #140820 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three out of four American adults under age 35 have eaten pizza for breakfast. If a random sample of 20 adults under age 35 is selected, find the probability that exactly 16 have eaten pizza for breakfast. \n" ); document.write( "p= 3/4 \n" ); document.write( "q= 1/4 \n" ); document.write( "n= 20 \n" ); document.write( "x= 16 \n" ); document.write( "---------------------- \n" ); document.write( "P(x=16) = binompdf(20,3/4,16) = 0.1897 ===================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |