document.write( "Question 149218: Find y as a function of x. The constant Cis a positive number.
\n" );
document.write( "ln(y-3)=ln 2(x^2)+ln C \n" );
document.write( "
Algebra.Com's Answer #109500 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! ln( y - 3 ) = ln( 2x^2 ) + ln( C ) \n" ); document.write( "ln( y - 3 ) = ln( 2C*x^2 ) \n" ); document.write( "y - 3 = 2C*x^2 \n" ); document.write( "y = 2C*x^2 + 3 \n" ); document.write( " |