document.write( "Question 947970: An experiment consists of dealing 5 cards from a 52 hand deck. What is the probability of being dealt exactly 1 ace? \n" ); document.write( "
Algebra.Com's Answer #578542 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
An experiment consists of dealing 5 cards from a 52 hand deck. What is the probability of being dealt exactly 1 ace?
\n" ); document.write( "--------------
\n" ); document.write( "# of ways to succeed:: 4C1*48C4 = 4*194580
\n" ); document.write( "---
\n" ); document.write( "# of possible results:: 52C5 = 1712304
\n" ); document.write( "----
\n" ); document.write( "Ans: (4C1*48C4)/52C5 = 0.4546
\n" ); document.write( "-----------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "----------
\n" ); document.write( "
\n" );