document.write( "Question 317134: A single card is drawn from deck. What is the probability of selecting a spade or a three? \n" ); document.write( "
Algebra.Com's Answer #227031 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
P(spade)=13/52
\n" ); document.write( "P(3)=4/52
\n" ); document.write( "Since it ask for spade or 3, add the probabilities.
\n" ); document.write( "P(spade or 3)=13/52+4/52=17/52.
\n" ); document.write( "
\n" );