Answer:
You can use this step to answer your question
Explanation:
he vector projection of #vecu# onto #vecv# is
#=(vecu.vecv)/(||vecv||^2)*vecv#
The dot product is
#vecu.vecv=<3,15>.<-1,5>=-3+75=72#
The modulus of #vecv# is
#||vecv||=||<-1,5>||=sqrt(1+25)=sqrt26#
The vector projection is
#=72/26<-1,5> = 36/13<-1,5>#
The scalar projection is
#(vecu.vecv)/(||vecv||)=72/sqrt26#