Home » Aptitude » Probability

Two cards are drawn together from a pack of 52. What is the probability that one is a spade and the other is a heart?

Difficulty: Medium

Correct Answer: 13/102

Explanation:


Given data

  • Spades = 13, Hearts = 13.
  • Total two-card selections = C(52,2) = 1326.

Concept/Approach
Choose 1 spade and 1 heart: C(13,1) × C(13,1); order does not matter because the draw is simultaneous.


Step-by-step calculation
Favourable = 13 × 13 = 169Probability = 169/1326 = 13/102


Verification/Alternative
Sequential approach without order: (13/52)×(13/51)×2 = 338/2652 = 169/1326 = 13/102.


Common pitfalls
Forgetting to treat order properly (double-counting or undercounting).


Final Answer
13/102

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion