Concept:
The Least Common Multiple (LCM) of numbers is the smallest number divisible by all of them.
Important property:
If one number is divisible by all the others, then that number itself is the LCM.
Step 1: Checking Statement (I).
Given:
\[
x \text{ and } y \text{ are divisors of } z
\]
This means:
\[
x \mid z \quad \text{and} \quad y \mid z
\]
So \(z\) is divisible by both \(x\) and \(y\).
Hence, \(z\) itself is the smallest common multiple of \(x,y,z\).
Thus:
\[
LCM(x,y,z)=z
\]
So Statement (I) alone is sufficient.
Step 2: Checking Statement (II).
Given:
\[
x+y+z=128
\]
Many combinations are possible.
Example:
\[
(20,30,78)
\]
or
\[
(10,18,100)
\]
Different combinations give different LCMs.
So Statement (II) alone is not sufficient.
Hence, Statement (I) alone is sufficient.