Question:medium

4 cards are drawn from a well–shuffled deck of 52 cards. What is the probability of obtaining 3 diamonds and one spade?

Updated On: Jan 23, 2026
Show Solution

Solution and Explanation

Given:

A standard deck has 52 cards:
Diamonds = 13 cards
Spades = 13 cards

Four cards are drawn at random.


Step 1: Find the total number of ways to draw 4 cards

Total ways =

52C4


Step 2: Find the number of favourable outcomes

To obtain exactly 3 diamonds and 1 spade:

Ways to choose 3 diamonds from 13 =
13C3

Ways to choose 1 spade from 13 =
13C1

Total favourable outcomes =

13C3 × 13C1


Step 3: Calculate the probability

Probability =

( Number of favourable outcomes ) / ( Total number of outcomes )

= ( 13C3 × 13C1 ) / 52C4


Step 4: Simplify (optional)

13C3 = 286
13C1 = 13
52C4 = 270725

Probability =

(286 × 13) / 270725

= 3718 / 270725


Final Answer:

The probability of obtaining 3 diamonds and 1 spade is
( 13C3 × 13C1 ) / 52C4

Was this answer helpful?
0