document.write( "Question 941175: A card is selected at random from a standard deck of 52 cards. Find the probability of choosing a spade or a 3 card. \n" ); document.write( "
Algebra.Com's Answer #573773 by Rizz Rizz(1) You can put this solution on YOUR website! Solution: \n" ); document.write( "Let A= Spade Card \n" ); document.write( " B= 3 Card \n" ); document.write( "Then, \n" ); document.write( "P(A)= 13/52 (there are 13 \"spade cards\") \n" ); document.write( "P(B)= 4/52 (there are 4 \"3 cards\") \n" ); document.write( "P(A∩B)= 1/52 (\"spade\" and \"3\" cards) \n" ); document.write( "Hence, P(AUB)= P(A)+ P(B)- P(A∩B) \n" ); document.write( " =13/52+ 4/52- 1/52 \n" ); document.write( " =16/52 \n" ); document.write( " =0.3076 \n" ); document.write( " |