document.write( "Question 514255: one in four americans own stock, in a random sample of ten people, what is the probability that the number owning individual stocks is?
\n" );
document.write( "Exactly 2=0.0282 (???)
\n" );
document.write( "At most two?
\n" );
document.write( "More than two?=0.718 (???)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #343367 by stanbon(75887) ![]() You can put this solution on YOUR website! one in four americans own stock, in a random sample of ten people, what is the probability that the number owning individual stocks is? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 10 and p = 0.25 \n" ); document.write( "---- \n" ); document.write( "I used a TI-84 calculator to get the following answers. \n" ); document.write( "-------------------------- \n" ); document.write( "Exactly 2 = 0.2816 \n" ); document.write( "At most 2 = binomcdf(10,0.25,2) = 0.5256 \n" ); document.write( "More than 2 = 1 - 0.5256 = 0.4744 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |