Find the total number of possible pairs of 5 cards (No arrangememt) chosen from a deck of 52 cards that contains
3 face cards, 1 king and 1 spade .
( Without replacement , i.e we are not picking up 1 card and keeping it back and choosing the other card, rather we are choosing 5 cards at once. )
By pairs I mean, Example : 1,2,3,4,5,6,7,8,9 will have pairs of 5 numbers
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Check out my solution here