document.write( "Question 631169: There is a 17% chance that two parents will pass a hereditary disease to any of their children. If they plan on having 4 children, what is the probability that at least one child will inherit the disease? \n" ); document.write( "
Algebra.Com's Answer #397397 by stanbon(75887) ![]() You can put this solution on YOUR website! There is a 17% chance that two parents will pass a hereditary disease to any of their children. If they plan on having 4 children, what is the probability that at least one child will inherit the disease? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 4 and p(don't inherit) = 0.83 \n" ); document.write( "--- \n" ); document.write( "P(atleast one inherit) = 1 - P(4 don't inherit) \n" ); document.write( "= 1 - (.83)^4 \n" ); document.write( "= 0.5254 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |