Choosing pairs

Choosing pairs

0%
Accuracy
0
Current streak
0
Total answers
Count how many different pairs you can make from the given items.

How many different pairs can you choose from 4 items? (The order inside a pair does not matter.)

A
B
C
D

What does the generator do?

The generator alternates between sets of 3, 4 and 5 items (labelled A, B, C, โ€ฆ). It asks how many different unordered pairs you can make.

How to solve

List all pairs systematically: first all pairs that contain A, then all the new ones that contain B, and so on. Check with the formula n ยท (n โˆ’ 1) / 2 โ€” we divide by two because "A, B" is the same pair as "B, A".

Other exercise generators: