Bunuel
How many distinct factors do 165 and 300 have in common?
A. 2
B. 3
C. 4
D. 5
E. 8
165 = 5 * 33 = 5 * 3 * 11. Since 300 doesn't contain an 11, but is a multiple of 3 and 5, GCF(300,165)=15. A trick here is \(\frac{165}{5} = 165 * \frac{2}{10} = \frac{330}{10} = 33\)).
Since the GCF is 15, any common factor of 165 and 300 will be a factor of 15. Therefore 1, 3, 5, 15 are the common factors. We have 4, so pick C.
However, if the GCF was bigger, let's say 96, then counting would be more exhausting and we might miss a factor. In this case, we can find the number of factors of 96 systematically this way:
Prime factorize \(96 = 32*3 = 2^5 * 3\). When constructing a factor of 96, we can choose from 0-5 multiples of two in the product. For the factor of three, we can choose either 0 threes or 1 multiple of three. Picking 0 multiples of both two and three means we construct the factor "1". Therefore there are \((5+1)*(1+1) = 6*2 = 12\) options, thus 96 has 12 factors in total. We can abbreviate this method with (a+1)(b+1)(c+1) ... where a, b, and c are the powers of each factor.