document.write( "Question 1008118: In a statistics class there 30 females and 20 males; 18 of the females are freshmen and 12 of the males are sophomores. If a student is selected at random, find the probability of selecting a male or a freshman. \n" ); document.write( "
Algebra.Com's Answer #623886 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
P(male or fresh) = P(male) + P(fresh) - P(male)*P(fresh)
\n" ); document.write( "= 20/50 + 26/50 - (20/50)(26/50) = .712 = 71.2 %
\n" ); document.write( "
\n" );