Concept:Combine the given vectors using scalar multiplication and addition, then find the magnitude of the resultant vector.Explanation:Given:r=2i−j, s=3i+5j, t=6i−2j.First compute 2r+s−t.2r=2(2i−j)=4i−2j.Now add s:2r+s=(4i−2j)+(3i+5j)=7i+3j.Then subtract t:2r+s−t=(7i+3j)−(6i−2j)=i+5j.Magnitude of the resultant vector:∣2r+s−t∣=∣i+5j∣=12+52.=1+25=26.Answer:26 Option D.