求解lg(y+2)=x+1 当方程一边有对数时怎么解?

问题描述:

求解lg(y+2)=x+1 当方程一边有对数时怎么解?

这个方程可以写成 y+2=10*(x+1) y=10*(x+1)-2

lg(y+2)=x+1
y+2=10^(x+1)
y=10^(x+1)-2