Concept:When two column vectors are equal, their corresponding top and bottom entries must also be equal.Explanation:Given a=(2n5) and b=(62n−1).Since a=b, equate the top entries:5=2n−1Add 1 to both sides:6=2nDivide both sides by 2:n=3Equating the bottom entries gives the same result:2n=6, so n=3.Both comparisons confirm the value of n.Answer:n=3, which is option B.