Concept:For mutually orthogonal vectors, the dot product of every pair is zero.Explanation:Given aˉ⋅cˉ=0:(i^−j^+2k^)⋅(λi^+j^+μk^)=0So, λ−1+2μ=0, giving λ+2μ=1.Also, bˉ⋅cˉ=0:(2i^+4j^+k^)⋅(λi^+j^+μk^)=0So, 2λ+4+μ=0, giving 2λ+μ=−4.Solve the two equations:From λ+2μ=1, write λ=1−2μ.Substitute into 2λ+μ=−4:2(1−2μ)+μ=−42−4μ+μ=−4−3μ=−6, hence μ=2.Then λ=1−2(2)=−3.Therefore, (λ,μ)=(−3,2).Answer:(λ,μ)=(−3,2), which matches option A.