document.write( "Question 924338: If you are dealt one card from a 52-card deck, find the probability of being dealt a card less than 4 and greater than 10 (Assume the Ace is High). \n" ); document.write( "
Algebra.Com's Answer #560838 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
A card can't be less than 4 and greater than 10.
\n" ); document.write( "I'm assuming you meant less than 4 or greater than 10.
\n" ); document.write( "Less than 4 would be 2,3 since Ace is 11.
\n" ); document.write( "\"P=2%2F13\"
\n" ); document.write( "Greater than 10 would be J,Q,K,A.
\n" ); document.write( "\"P=4%2F13\"
\n" ); document.write( "Putting them together,
\n" ); document.write( "\"P=2%2F13%2B4%2F13=6%2F13\"
\n" ); document.write( "
\n" ); document.write( "
\n" );