document.write( "Question 324622: Suppose you draw a card from a well-shuffled deck of 52 cards. Find the following probabilities.
\n" );
document.write( "What is the probability of drawing a 5 or a jack? \n" );
document.write( "
Algebra.Com's Answer #232370 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! P(5)=4/52=1/13 \n" ); document.write( "P(J)=4/52=1/13 \n" ); document.write( "P(5 or J)=P(5)+P(J)=1/13+1/13=2/13 \n" ); document.write( " |