It's C, but I think this is as clear as it can be explained:
S1: \(\frac{5n}{18}=K1\) (Letting K1 be an integer)
Then, isolating
n we get \(n=\frac{18K1}{5}\)
Going back to the original question if n is divisible by 18, based on this answer is "Maybe" (provided that K1 is a multiple of 5)
Insufficient.
S2: \(\frac{3n}{18}=K2\) (Letting K2 be an integer)
Then, isolating
n we get \(n=\frac{18K2}{3}\), reducing \(n=6K2\)
Going back to the original question if n is divisible by 18, based on this answer is "Maybe" (Provided that K2 is a multiple of 3)
Insufficient.
S1 & S2: We will make the expressions for
n equal:
\(\frac{18K1}{5}=6K2\), simplifying
\(K2=\frac{3K1}{5}\)
The key here is understanding that K1 and K2 MUST be integers. As such, the "Maybes" of S1 and S2 are proven to be true.
From the expression above, K2 is a multiple of 3 and K1 is a multiple of 5.
This is perhaps an extended explanation, but I think is clear enough.