document.write( "Question 1165286: The probability of being a smoker among a group of cases with lung cancer is
\n" );
document.write( "0.75. Calculate the probability that in a group of 6 cases, you have at least 3
\n" );
document.write( "smokers. \n" );
document.write( "
Algebra.Com's Answer #789754 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "One less calculation to compute this as 1-Pr(2 or fewer smokers) \r \n" ); document.write( "\n" ); document.write( "Probability of nonsmoker is 1-0.75 = 0.25 \r \n" ); document.write( "\n" ); document.write( "Probability of at least 3 smokers = 1 - (probability of 2 or fewer smokers) \r \n" ); document.write( "\n" ); document.write( "Probability of 0 smokers: \n" ); document.write( "Probability of 1 smoker : \n" ); document.write( "Probability of 2 smokers: \n" ); document.write( " \n" ); document.write( "Sum is 0.037598 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "Proability of at least 3 smokers = 1-0.037598 = \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "You can try solving it in a direct method (pr(3)+pr(4)+pr(5)+pr(6) smokers) to prove to yourself that the answer comes out the same. \n" ); document.write( " \n" ); document.write( " |