document.write( "Question 848984: According to a recent report, 0.27 is the probability that an American adult female has high cholesterol requiring treatment. Five American adult females are randomly selected. What is the probability that exactly 2 of the 5 have high cholesterol requiring treatment? \n" ); document.write( "
Algebra.Com's Answer #511332 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
According to a recent report, 0.27 is the probability that an American adult female has high cholesterol requiring treatment. Five American adult females are randomly selected. What is the probability that exactly 2 of the 5 have high cholesterol requiring treatment?
\n" ); document.write( "---------------------
\n" ); document.write( "Binomial Problem with n = 5; p(h chol) = 0.27 ; p(not h chol) = 0.73
\n" ); document.write( "---------------------
\n" ); document.write( "P(x=2) = 5C2*(0.27)^2*(0.73)^3 = binompdf(5,0.27,2) = 0.3826
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------------
\n" ); document.write( "
\n" );