document.write( "Question 775321: How many different ways are there of picking 2 cards one after the other, from the deck of 52 playing cards if the first is not returned to the deck? \n" ); document.write( "
Algebra.Com's Answer #472789 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
There are 52 possibilities on the first pick, and 51 on the second.


\n" ); document.write( "52*51 = 2652 \n" ); document.write( "

\n" );