document.write( "Question 1118548: Two cards are drawn in succession without replacement from a standard deck of 52 cards. What is the probability that the first card is a face card (jack, queen, or king) given that the second card is an eight? (Round your answer to three decimal places.)
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #733937 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let event A be the probability of first drawing a face card = 12/52 = 3/13
\n" ); document.write( ":
\n" ); document.write( "let B be the probability of second drawing an 8 = 4/51(because the face card was drawn first)
\n" ); document.write( ":
\n" ); document.write( "Probability (P) (A|B) = P (A intersection B) / P(B)
\n" ); document.write( ":
\n" ); document.write( "P (A intersection B) means P that both events happen, therefore
\n" ); document.write( ":
\n" ); document.write( "P (A intersection B) = (3/13) * (4/51) = 12/663 = 4/221
\n" ); document.write( ":
\n" ); document.write( "P (A|B) = (4/221) / (4/51) = 51/221 is approximately 0.231
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );