Vectors u and v are shown in the graph. What is projvu?

In order to calculate the projection of u on v, we can use the formula below:
[tex]proj_vu=\frac{u\cdot v}{||v||^2}\cdot v[/tex]First, let's define the vectors u and v from the image:
[tex]\begin{gathered} u=-10i-7j\\ \\ v=-8i+4j \end{gathered}[/tex]Now, let's calculate the dot product on the numerator:
[tex]u\cdot v=(-10)(-8)+(-7)(4)=80-28=52[/tex]The denominator can be calculated as the dot product of v and itself:
[tex]v^2=v\cdot v=(-8)(-8)+(4)(4)=64+16=80[/tex]Therefore the projection is given by:
[tex]prov_vu=\frac{52}{80}\cdot(-8i+4j)=-5.2i+2.6j[/tex]Correct option: the second one.