WAEC 2019 · Paper 2 · Q1

  1. (a)

    How many even numbers greater than 5000 can be formed using the digits 1, 2, 4, 5, 6 if no digit is used more than once?

Worked solution (try it first)
  1. A five-digit number from these digits is always greater than 5000.
  2. A four-digit one must start with 5 or 6.
  3. Every number must end in 2, 4 or 6.
  4. Four digits starting with 5: 3 choices for the last digit, then 3×2=63 \times 2 = 6 for the middle two: 1818.
  5. Four digits starting with 6: 2 choices for the last digit (2 or 4), then 3×2=63 \times 2 = 6: 1212.
  6. Five digits: 3 choices for the last digit, then 4!=244! = 24 orders for the rest: 7272.
  7. Total: 18+12+72=10218 + 12 + 72 = 102 even numbers.

Report a problem with this question