Find the terminal point given the vector <3, -2> and an initial point of (-6,10).

just add the components:

(-6,10)+<3,-2> = (-3,8)

To find the terminal point given a vector and an initial point, you can use the vector addition formula:

Terminal Point = Initial Point + Vector

In this case, the initial point is (-6, 10) and the vector is <3, -2>. To find the terminal point, add the components of the vector to the corresponding components of the initial point:

Terminal Point = (-6 + 3, 10 - 2)
= (-3, 8)

Therefore, the terminal point is (-3, 8).