document.write( "Question 1117176: A class of 50 students obtained the following grades in a statistics course:
\n" ); document.write( "A 5 B 25 C 15 D 5
\n" ); document.write( "If one student is selected at random, what is the probability that
\n" ); document.write( "a. the student obtained a B?
\n" ); document.write( " b. the student obtained either a B or a C?
\n" ); document.write( " c. the student did not obtain a D?
\n" ); document.write( " d. the student did not obtain either a B or a C?
\n" ); document.write( "

Algebra.Com's Answer #732182 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
a) Probability selected student obtained a B = 25/50 = 1/2
\n" ); document.write( ":
\n" ); document.write( "b) Probability selected student obtained a B or a C = 25/50 + 15/50 = 40/50 = 4/5
\n" ); document.write( ":
\n" ); document.write( "c) Probability selected student did not obtain a D = 1 - 5/50 = 45/50 = 9/10
\n" ); document.write( ":
\n" ); document.write( "d) Probability selected student did not obtain a B or a C = 1 - 4/5 = 1/5
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );