document.write( "Question 805830: Two cards are selected at random without replacement from standard 52 card deck
\n" );
document.write( "A) find probability that atleast one is red
\n" );
document.write( "B) find probability that neither is red \n" );
document.write( "
Algebra.Com's Answer #485541 by oscargut(2103) You can put this solution on YOUR website! A) P(at least on red) = 1-P(no red) = 1-P(both black) = 1-(1/2)(25/51) \r \n" ); document.write( "\n" ); document.write( "= 1-25/102 = 77/102\r \n" ); document.write( "\n" ); document.write( "B) P(neither red) = P(both black) = 25/102\r \n" ); document.write( "\n" ); document.write( "If you need more help today, you can contact me now at:\r \n" ); document.write( "\n" ); document.write( "mthman@gmail.com\r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( " |