document.write( "Question 298523: There are 60% heating equipment 25% electrical equipment and 15% plumbing equipment in a store, what is the probability that at least 3 out of 5 of the items bought are heating equipment? \n" ); document.write( "
Algebra.Com's Answer #214728 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 60% heating equipment 25% electrical equipment and 15% plumbing equipment in a store, what is the probability that at least 3 out of 5 of the items bought are heating equipment? \n" ); document.write( "------------------------ \n" ); document.write( "P(heating) = 0.6 \n" ); document.write( "n = 5 \n" ); document.write( "x = 3<= x <=5 \n" ); document.write( "------------------- \n" ); document.write( "P(3<= x <=5) = 1 - binomcdf(5,0.6,2) = 0.6826 \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |