Concept:Two vectors are perpendicular if and only if their dot product is zero.Explanation:Given vectors are a=2i^+3j^+4k^ and b=3i^+2j^−λk^.They are perpendicular, so a⋅b=0.Compute the dot product:(2i^+3j^+4k^)⋅(3i^+2j^−λk^) = 2⋅3+3⋅2+4⋅(−λ) = 6+6−4λ = 12−4λ.Set this equal to zero: 12−4λ=0.Solve for λ: 4λ=12, hence λ=3.Answer:λ=3