Concept:For two vectors written as column vectors, add their corresponding components to find the resultant vector, then use Pythagoras to find its magnitude.Explanation:Given vectors are U=(5−1) and V=(4−2).Add the vectors component-wise:U+V=(5+4−1+(−2))=(9−3)The expression ∣U+V∣ means the magnitude of the resultant vector.Magnitude is found using:∣U+V∣=(−3)2+92=9+81=90Simplify 90:90=9×10=310This matches option A.Answer:310 (Option A)