Velocity
Now the question becomes: how do you divide a vector by a scalar?
Since multiplication is simply multiple additions (3*2 means 2+2+2), and since we can add vectors nicely in rectangular form (add the components), we should be able to multiply a vector by a scalar by just multiplying the vector’s components by the scalar.