document.write( "Question 1123046: If you randomly select a card from a well-shuffled standard deck of 52 cards, what is the probability that the card you select is a diamond or Queen? \n" ); document.write( "
Algebra.Com's Answer #739259 by Alex.33(110)\"\" \"About 
You can put this solution on YOUR website!
Since the deck is well-shuffled and the selection is random, the probability of selecting any 1 card in the deck is equivalent. There are 14 diamonds and 4 Queens.
\n" ); document.write( "Therefore,
\n" ); document.write( "P(diamond)=14/52=1/4.
\n" ); document.write( "P(Queen)=4/52=1/13.
\n" ); document.write( "
\n" );