document.write( "Question 397898: how do you solve for x in the following equation:\r
\n" );
document.write( "\n" );
document.write( "2^(2x+12) = 3^(x-45)\r
\n" );
document.write( "\n" );
document.write( "i changed it to log2 (2x+12) = log3 (x-45)
\n" );
document.write( "is that right? where do i go from there? \n" );
document.write( "
Algebra.Com's Answer #281900 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 2^(2x+12) = 3^(x-45)\r \n" ); document.write( "\n" ); document.write( "i changed it to log2 (2x+12) = log3 (x-45) \n" ); document.write( "is that right? where do i go from there? \n" ); document.write( "--------------- \n" ); document.write( "(2x+12)*log(2) = (x-45)*log(3) I think that's what you meant anyway. \n" ); document.write( "Just solve for x. Logs of constants are constants. \n" ); document.write( "-------------------- \n" ); document.write( "2x*log(2) + 12log(2) = x*log(3) - 45log(3) \n" ); document.write( "2x*log(2) - x*log(3) = -12log(2) - 45log(3) \n" ); document.write( "x*(log(3) - 2log(2)) = 12log(2) + 45log(3) \n" ); document.write( "x = (12log(2) + 45log(3))/(log(3) - 2log(2)) \n" ); document.write( "x =~ -200.7609\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |