document.write( "Question 38929: express y in terms of x:
\n" );
document.write( "a)log y= log x+2
\n" );
document.write( "b)ln y= ln 2-3 ln x
\n" );
document.write( "c)log y= 2.5x +1 \n" );
document.write( "
Algebra.Com's Answer #24447 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! a)log y = log x+2 \n" ); document.write( "y = x + 2 \n" ); document.write( "b)ln y = ln 2 - 3ln x \n" ); document.write( "ln y = ln 2 - ln x^3 \n" ); document.write( "ln y = ln 2/x^3 \n" ); document.write( "y = 2/(x^3) \n" ); document.write( "c)log y = 2.5x +1 \n" ); document.write( "y = 10^(2.5x + 1) \n" ); document.write( " |