Concept:The angle between two vectors is found using the dot product formula.Explanation:Let a=i+5j=(1,5) and b=5i−j=(5,−1).Use cosθ=∣a∣∣b∣a⋅b.Compute the dot product: a⋅b=(1)(5)+(5)(−1)=5−5=0.Find the magnitudes: ∣a∣=12+52=26 and ∣b∣=52+(−1)2=26.Therefore, cosθ=26260=0.So, θ=cos−1(0)=90∘.Answer:The angle between the vectors is 90∘.Correct option: D. 90∘