document.write( "Question 258040: in how many ways can 3 cards from a deck of 52 by laid in a row face up? \n" ); document.write( "
Algebra.Com's Answer #189885 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
We have a combination problem. We want 3 face up , but also we want the rest, 49, face down, so we can say
\n" ); document.write( "52c3 = 22100
\n" ); document.write( "
\n" );