To calculate the probability we need two numbers, a numerator and a denominator:
First, let's get the denominator, which is the total number of possible outcomes. We are going to choose 4 CD's from a group of 1650. This is found by the combination function C(1650,4)
Next, let's get the numerator, which is the total number of desired outcomes. We want to choose 4 from the non-defective CD's which is 1580. This is found by the combination function C(1580,4)
P = C(1580,4) / C(1650,4) ≈ .8407
If it is not clear why the combination function gives the right numbers, it would probably be worth while to book a lesson.