document.write( "Question 426016: If two people are selected at random, what is the probability that they were both born in winter (December, January, or February)? \n" ); document.write( "
Algebra.Com's Answer #296456 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Since there are 12 months in the year, the probability of a person being born in winter = 3/12.
\n" ); document.write( "The probability of BOTH people being born in winter is the product of the individual probabilities:
\n" ); document.write( "P(both) = 3/12*3/12 = 1/16.
\n" ); document.write( "
\n" );