document.write( "Question 602106: this is a class i have to take before statistics, help me solve this question if two cards are drawn with out replacement from a deck, find the probability that the second is a spade, given that the the first card was a spade. \n" ); document.write( "
Algebra.Com's Answer #380119 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The first card is a spade. So there are 13-1 = 12 spades left. On the second draw, there are 52 - 1 = 51 cards left.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of drawing a second spade given that the first is a spade is 12/51 = 4/17 \n" ); document.write( " |