You can put this solution on YOUR website! y = (c * LN(x)) + b how to find out the value of c & b in this equation
write it
(c * LN(x)) + b = y
subtract b from both sides
c * LN(x) = y - b
divide both sides by LN(x)
c =
and find b
(c * LN(x)) + b = y
subtract (c*Ln(x)) from both sides
b = y - (c * LN(x))