document.write( "Question 139696: In how many different ways can two black cards be drawn from a standard deck of cards? Assume that the order of the cards matters. \n" ); document.write( "
Algebra.Com's Answer #101820 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
In how many different ways can two black cards be drawn from a standard deck of cards? Assume that the order of the cards matters.
\n" ); document.write( "--------------------
\n" ); document.write( "# of ways to pick the two black cards from a deck of 52 = 26C2
\n" ); document.write( "# of ways to order the two cards picked = 2
\n" ); document.write( "============
\n" ); document.write( "Total # of ways = 26C2 * 2 = 26*25/1*2 *2 = 26*25 = 650
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );