document.write( "Question 967527: twenty-five percent of households in a town have a microwave sample of fifteen houses,what is the probility that exactly 5 has microwave oven?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591379 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! twenty-five percent of households in a town have a microwave sample of fifteen houses,what is the probility that exactly 5 has microwave oven? \n" ); document.write( "------------------ \n" ); document.write( "P(x = 5) = 15C5*0.25^5*0.75^10 = binompdf(15,0.25,5) = 0.1652 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |