document.write( "Question 1192373: You are given the following data
\n" );
document.write( " Light smoker Smoker
\n" );
document.write( "Men 50 200
\n" );
document.write( "Women 60 10
\n" );
document.write( " Find the probability that a person selected is man or light smoker,,
\n" );
document.write( "Find the probability that a person selected is woman or light smoker,,
\n" );
document.write( "
\n" );
document.write( " Find the probability that a person selected is a smoker man,,
\n" );
document.write( "If a man is selected Find the probability that he is a smoker? \n" );
document.write( "
Algebra.Com's Answer #849002 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! **1. Calculate Total Individuals**\r \n" ); document.write( "\n" ); document.write( "* Total individuals = (Men: Light Smokers + Smokers) + (Women: Light Smokers + Smokers) \n" ); document.write( "* Total individuals = (50 + 200) + (60 + 10) = 320\r \n" ); document.write( "\n" ); document.write( "**2. Probability of Man or Light Smoker**\r \n" ); document.write( "\n" ); document.write( "* **Find the number of individuals who are either men or light smokers:** \n" ); document.write( " * Men: 50 (light smokers) + 200 (smokers) = 250 \n" ); document.write( " * Women: 60 (light smokers) \n" ); document.write( " * Total: 250 (men) + 60 (light smoker women) = 310\r \n" ); document.write( "\n" ); document.write( "* **Probability:** 310 / 320 = **0.96875**\r \n" ); document.write( "\n" ); document.write( "**3. Probability of Woman or Light Smoker**\r \n" ); document.write( "\n" ); document.write( "* **Find the number of individuals who are either women or light smokers:** \n" ); document.write( " * Women: 60 (light smokers) + 10 (smokers) = 70 \n" ); document.write( " * Men: 50 (light smokers) \n" ); document.write( " * Total: 70 (women) + 50 (light smoker men) = 120\r \n" ); document.write( "\n" ); document.write( "* **Probability:** 120 / 320 = **0.375**\r \n" ); document.write( "\n" ); document.write( "**4. Probability of Smoker Man**\r \n" ); document.write( "\n" ); document.write( "* **Number of smoker men:** 200 \n" ); document.write( "* **Probability:** 200 / 320 = **0.625**\r \n" ); document.write( "\n" ); document.write( "**5. Probability of Smoker Given Man**\r \n" ); document.write( "\n" ); document.write( "* **Probability of being a man:** (50 + 200) / 320 = 250 / 320 = 0.78125 \n" ); document.write( "* **Probability of being a smoker given that the person is a man:** \n" ); document.write( " * (Number of smoker men) / (Total number of men) \n" ); document.write( " * 200 / 250 = **0.8** \r \n" ); document.write( "\n" ); document.write( "**Summary**\r \n" ); document.write( "\n" ); document.write( "* Probability of man or light smoker: 0.96875 \n" ); document.write( "* Probability of woman or light smoker: 0.375 \n" ); document.write( "* Probability of smoker man: 0.625 \n" ); document.write( "* Probability of smoker given man: 0.8 \n" ); document.write( " \n" ); document.write( " |