Concept:Three vectors are collinear if the points they represent (as position vectors) lie on a single straight line.This means the vectors connecting any two points are parallel (scalar multiples of each other).Explanation:Let the given vectors be position vectors of points A, B, C:A=60i^+3j^, B=40i^−8j^, C=βi^−52j^.Take A as the reference point. Then vector AB is from A to B:AB=B−A=(40−60)i^+(−8−3)j^=−20i^−11j^.Vector AC is from A to C:AC=C−A=(β−60)i^+(−52−3)j^=(β−60)i^−55j^.For collinearity, AB and AC must be parallel. Therefore, their components are proportional:β−60−20=−55−11.Simplify the right side: −55−11=51.Thus, β−60−20=51.Cross-multiply: −20×5=1×(β−60) → −100=β−60.Solve for β: β=−100+60=−40.Answer:β=−40, which corresponds to option C.