Question: If the vector a = (2, 3, 4) is scaled by a factor of 2, what is the resulting vector?
Options:
Correct Answer: (4, 6, 8)
Solution:
Scaling the vector a by 2 gives (2*2, 2*3, 2*4) = (4, 6, 8).