If N = pm.qn (where p, q are prime numbers and m, n are counting numbers), how many factors does N have?
Factors of N: {pi qj | i = 0, .., m ; j = 0, .., n}
=> Total: (m + 1)(n + 1) factors.