document.write( "Question 867503: Hi there, I have a question pertaining to solving exponential equations with common bases. I understand the whole when bases are equal the exponents must be equal, but I don't quite get how to solve so the exponents are equal.
\n" );
document.write( "For example
\n" );
document.write( "3^2x+6 = 3^-3
\n" );
document.write( "They have the same bases so all I've got to do is solve:
\n" );
document.write( "2x+6 = -3
\n" );
document.write( "And it becomes 2X = -9. I don't understand how you get 2x = -9,
\n" );
document.write( ", and then x = -9/2. \n" );
document.write( "
Algebra.Com's Answer #523043 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! another way \n" ); document.write( "3^(2x+6) = 3^-3 \n" ); document.write( "3^(2(x+3)) = 3^-3 \n" ); document.write( "2(x+3)=-3 \n" ); document.write( "x+3=-3/2 \n" ); document.write( "x=-3/2-3 \n" ); document.write( "x=-9/2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |