document.write( "Question 670411: how do I solve 4^(x-6)=16^x\r
\n" );
document.write( "\n" );
document.write( "I tried two methods, one where I change the base of 16 to 4^2 and solve from there, I got x=8\r
\n" );
document.write( "\n" );
document.write( "and then I tried the long method of making each one a log but my answer came out to be x=-2\r
\n" );
document.write( "\n" );
document.write( "though my book says the answer should be -6...\r
\n" );
document.write( "\n" );
document.write( "thank you in advance for any help. \n" );
document.write( "
Algebra.Com's Answer #416915 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 4^(x-6)=16^x \n" ); document.write( "---- \n" ); document.write( "4^(x-6) = (4^2)^x \n" ); document.write( "---- \n" ); document.write( "4^(x-6) = 4^(2x) \n" ); document.write( "---- \n" ); document.write( "x-6 = 2x \n" ); document.write( "x = -6 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |