SajjadAhmad
If n > 6, and if n is a multiple of 6, which of the following is always a factor of n?
(A) \(n - 6\)
(B) \(n + 6\)
(C) \(\frac{n}{3}\)
(D) \(\frac{n}{2} + 3\)
(E) \(\frac{n}{2} + 6\)
Method 2: Methodical/Conceptual Approach
• If n is a multiple of 6, we can write n as:
o n = 6*k, where k > 1 (since n > 6)
Now, let’s take each option one by one and check which one will always be a factor of n.
Note: A factor of n will always divide n completely.
Option A:
• \(n – 6 = 6k – 6 = 6 * (k -1)\)
o n and n – 6 are co-prime to each other. Hence n – 6 cannot be a factor of n.
o Another way to look at it is by dividing n by n – 6
\(\frac{n}{(n-6)} = \frac{6k}{{6(k-1)}} = \frac{k}{(k-1)}\)
• From, here we can clearly see that k and k – 1 are two consecutive integers and we know that they are always co-prime.
• Hence n – 6 is not a factor of n.
Option B:• \(n + 6\)
o Now, \(n + 6 > n\)
So, n + 6 cannot be a factor of n. Factors of n must be equal to or lesser than n.
Option C:• \(\frac{n}{3} = \frac{6k}{3} = 2k\)
o Now, if we divide n by 2k, we get an integer.
\(\frac{n}{2k} = \frac{6k}{2k} = 3\)
Or we can also look at it this way: \(\frac{n}{(n/3)} = 3\).
Hence, n/3 is definitely a factor of n. The correct answer is
Option C.
We don't need to check further. However, for the sake of learning, I am showing how to discard the other two options.
Option D:• \(\frac{n}{2} + 3 = 3k + 3 = 3 * (k + 1)\)
o If we divided n by \(\frac{n}{2} + 3\), we get:
\(\frac{6k}{(3*(k +1))} = \frac{2k}{(k+1)}\)
We cannot be sure if 2k is fully divisible by k + 1 or not. So, we can discard this.
Option E:• \(\frac{n}{2} + 6 = 3k + 6 = 3 * (k + 2)\)
o If we divided n by \(\frac{n}{2} + 6\), we get:
\(\frac{6k}{(3*(k +2))} = \frac{2k}{(k+2)}\)
We cannot be sure if 2k is fully divisible by k + 2 or not. So, we can discard this.