document.write( "Question 475702: At a golf tournament 10 golfers , 6 of them are girls 2 of the girls are over 40 , 3 of the men are over 40 .
\n" ); document.write( "What is the probability that the winner is a girl or over 40 ?
\n" ); document.write( "

Algebra.Com's Answer #326207 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: P(A or B) = P(A) + P(B) - P(A and B)
\n" ); document.write( "10 golfers , 6 of them are girls
\n" ); document.write( "2 of the girls are over 40 , 3 of the men are over 40 .
\n" ); document.write( "P(girl or over 40) = 6/10 + 5/10 - 2/10 = 9/10 \n" ); document.write( "
\n" );