Concept:Two lines intersect if they have a common point, so their general point coordinates must be equal.Explanation:General point on the first line:(1+2λ,m+3λ,3+4λ)General point on the second line:(4+5μ,1+mμ,μ)Equating corresponding coordinates:1+2λ=4+5μm+3λ=1+mμ3+4λ=μFrom the third equation, μ=3+4λ.Substitute in the first equation:1+2λ=4+5(3+4λ)1+2λ=19+20λ−18=18λ⇒λ=−1Then,μ=3+4(−1)=−1Now use λ=−1 and μ=−1 in the second equation:m+3(−1)=1+m(−1)m−3=1−m2m=4⇒m=2Answer:m=2Correct option: C.