Concept:Convert both numbers to base 10 and solve for x.Explanation:Write 132x in base 10:132x=1×x2+3×x1+2×x0=x2+3x+2.Write 70eight in base 10:70eight=7×81+0×80=56.Equate the two expressions:x2+3x+2=56.Simplify:x2+3x−54=0.Factorise the quadratic:(x+9)(x−6)=0.So x=−9 or x=6.A base must be positive and greater than any digit used, so x=6.Answer:x=6Option C.