document.write( "Question 1036346: In a certain population, the probability that a woman has red hair is 1/4. If a woman has red hair, the probability of her having freckles is 3/4. If she does not have red hair, the probability of her having freckles is 1/16 .
\n" );
document.write( "Find the following probabilities. Enter your final answers in percent notation rounded to the nearest tenth.
\n" );
document.write( "1)If a woman is chosen at random from the population, what is the probability that she will have freckles? My instructors hint was: women may have freckles regardless of the color of their hair.
\n" );
document.write( "2) If a woman will have freckles, what is the probability that she has red hair? \n" );
document.write( "
Algebra.Com's Answer #651008 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a certain population, the probability that a woman has red hair is 1/4. \n" ); document.write( "If a woman has red hair, the probability of her having freckles is 3/4. \n" ); document.write( "P(red) = 1/4 \n" ); document.write( "P(f | red) = 3/4 = P(red AND f)/P(red) \n" ); document.write( "So, P(red AND f) = P(red)*(3/4) = (1/4)(3/4) = 3/16 \n" ); document.write( "Comment:: Use this for your problem #2. \n" ); document.write( "---------------------- \n" ); document.write( "If she does not have red hair, the probability of her having freckles is 1/16 . \n" ); document.write( "P(f |not red) = 1/16 \n" ); document.write( "------------------- \n" ); document.write( "Find the following probabilities. Enter your final answers in percent notation rounded to the nearest tenth. \n" ); document.write( "1)If a woman is chosen at random from the population, what is the probability that she will have freckles? My instructors hint was: women may have freckles regardless of the color of their hair. \n" ); document.write( "P(f) = P(f |red) + P(f |not red) = (3/4) + 1/16 = 13/16 \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "2) If a woman will have freckles, what is the probability that she has red hair? \n" ); document.write( "P(red | f) = P(red AND f)/P(f) = (3/16)/(13/16) = 3/13 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |