document.write( "Question 381230: Suppose one card is selected at random from an ordinary deck of 52 playing cards. Let\r
\n" );
document.write( "\n" );
document.write( "A= event a queen is selected
\n" );
document.write( "B= event a diamond is selected\r
\n" );
document.write( "\n" );
document.write( "Determine P(B/A) \n" );
document.write( "
Algebra.Com's Answer #270425 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! We're given that event A has occurred, which means that we know that a queen has been selected. There are 4 queens (one of each suit) and only one queen of diamonds. So P(B | A) = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Formally, P(B | A) = P(A intersect B)/P(A), so this means that P(B | A) = P(Queen and diamond)/P(Queen) = (1/52)/(4/52) = 1/4 \n" ); document.write( " |