You cannot simply sum rotations by adding the axes together, it does not produce the same resulting concatenated transform. If it did, it would suggest that transformations are commutative, which they are clearly not.
Pick up an object and rotate it 90 degrees around the Y axis, and then 90 degrees around the X axis. Look at how it is oriented. Now return the original position, and rotate it 90 degrees in X, then 90 degrees in Y. Note that the orientation is different.
While it is possible to find a rotation which would produce the same result as either of the orderings, it is not the same as the sum.
Nothing changes when you vary the other parameters (provided you scale them uniformly) as the rotation axis is normalised.