Concept:The scalar projection of vector a onto vector b is given by ∣b∣a⋅b​.Explanation:Start with a=i^−2j^​+k^ and b=4i^−4j^​+7k^.Compute the dot product: a⋅b=(1)(4)+(−2)(−4)+(1)(7)=4+8+7=19.Find the magnitude of b: ∣b∣=42+(−4)2+72​=16+16+49​=81​=9.Now, the scalar projection is ∣b∣a⋅b​=919​.Answer:919​