Concept:Use vector algebra to find the resultant vector, then apply the magnitude formula.Explanation:Given r=i+2j and n=−i+3j. First, compute 2n: 2n=2(−i+3j)=−2i+6j.Now, subtract r from 2n: 2n−r=(−2i+6j)−(i+2j). Simplify component-wise: =(−2−1)i+(6−2)j=−3i+4j.Find the magnitude: ∣2n−r∣=(−3)2+42.=9+16=25=5.0.Answer:5.0 (Option C).