Concept:Convert numbers in base x to powers of x, then solve the linear equation.Explanation:Write 23x as 2x+3.Write 101x as x2+1.Write 130x as x2+3x.So, (2x+3)+(x2+1)=x2+3x.Simplify: x2+2x+4=x2+3x.Cancel x2 from both sides: 2x+4=3x.Therefore, x=4.Answer:x=4, so the correct option is D.