Concept:Three vectors (position vectors of points) are collinear if the determinant of their components (arranged in a matrix) is zero. This condition checks that the points lie on the same straight line.Explanation:Given vectors: i^+2j^+3k^, λi^+4j^+7k^, −3i^−2j^−5k^.List their components:First vector: (1, 2, 3)Second vector: (λ, 4, 7)Third vector: (-3, -2, -5)For collinearity, the determinant of the 3×3 matrix formed by these components must be zero:1λ−324−237−5=0Expand the determinant:1(4⋅(−5)−7⋅(−2))−2(λ⋅(−5)−7⋅(−3))+3(λ⋅(−2)−4⋅(−3))=0Simplify each term:First: 1(−20+14)=1(−6)=−6Second: −2(−5λ+21)=−2(−5λ+21)=10λ−42Third: 3(−2λ+12)=−6λ+36Add them: −6+10λ−42−6λ+36=0Combine like terms: (10λ−6λ)+(−6−42+36)=4λ−12=0Thus 4λ=12 ⇒ λ=3.Answer:λ = 3 (Option A)