求解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