Give the component form of the resultant vector in the following.

NOTE: Answer must be typed in using the following format -- including the parentheses: (#,#).
u = (10, 5)
-3u = ?

The component form of -3u can be obtained by multiplying each component of vector u by -3.

(-3u) = (-3 * 10, -3 * 5) = (-30, -15)

To find the component form of -3u, we need to multiply each component of u by -3.

Given u = (10, 5), we can multiply each component by -3:

-3u = (-3 * 10, -3 * 5) = (-30, -15)

Therefore, the component form of -3u is (-30, -15).