document.write( "Question 734296: How do I convert y=27(1/3)^(2x)into logarithmic form? \n" ); document.write( "
Algebra.Com's Answer #448834 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! Y=27(1/3)^(2X) IN LOGARITHMIC FORM: \n" ); document.write( "lny=ln27+2x*ln(1/3) \n" ); document.write( "lny=ln27-2x*ln3 \n" ); document.write( "ln27-lny=2xln3 \n" ); document.write( "ln(27)/y)=2*ln3 \n" ); document.write( "2x=ln(27/y)/ln(3)=log3(27/y) \n" ); document.write( "X=1/2log3(27/y) \n" ); document.write( " |