document.write( "Question 324338: a group of students consists of 10 male freshman, 15 female freshman, 20 male sophmores and 5 female sophmores. If one person is randomly selected from the group, find the probability of selecting a freshman or a female \n" ); document.write( "
Algebra.Com's Answer #232125 by Fombitz(32388) You can put this solution on YOUR website! P(freshman)=(10+15)/(10+15+20+5)=25/50=1/2 \n" ); document.write( "P(female)=(15+5)/50=20/50 \n" ); document.write( "P(freshman and female)=15/50 \n" ); document.write( "Subtract those that are freshman and female so they're not double counted. \n" ); document.write( "P(freshman or female)=P(freshman)+P(female)-P(freshman and female) \n" ); document.write( "P(freshman or female)=25/50+20/50-15/50 \n" ); document.write( "P(freshman or female)=30/50=3/5 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Another way to look at it is \"find the probability of selecting a freshman or a female sophomore\", \n" ); document.write( "P=25/50+5/50=30/50=3/5 \n" ); document.write( " |