document.write( "Question 860349: y = (c * LN(x)) + b how to find out the value of c & b in this equation \n" ); document.write( "
Algebra.Com's Answer #518363 by ankor@dixie-net.com(22740) 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 \n" ); document.write( "write it \n" ); document.write( "(c * LN(x)) + b = y \n" ); document.write( "subtract b from both sides \n" ); document.write( "c * LN(x) = y - b \n" ); document.write( "divide both sides by LN(x) \n" ); document.write( "c = \n" ); document.write( "and find b \n" ); document.write( "(c * LN(x)) + b = y \n" ); document.write( "subtract (c*Ln(x)) from both sides \n" ); document.write( "b = y - (c * LN(x)) \n" ); document.write( " \n" ); document.write( " |