document.write( "Question 641767: Solve x in the following exponential notation \n" );
document.write( "
Algebra.Com's Answer #404711 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Solve x in the following exponential notation \n" ); document.write( "9^(x-1) * 81^(2x-1)=27^(3x-2) \n" ); document.write( "change to base 3 \n" ); document.write( "3^2(x-1)*3^4(2x-1)=3^3(3x-2) \n" ); document.write( "3^(2x-2)*3^(8x-4)=3^(9x-6) \n" ); document.write( "3^[(2x-2)+(8x-4])=3^(9x-6) \n" ); document.write( "3^(10x-6)=3^(9x-6) \n" ); document.write( "10x-6=9x-6 \n" ); document.write( "x=0 \n" ); document.write( "check: \n" ); document.write( "9^-1*81^-1=27^-2 \n" ); document.write( "1/9*1/81=1/27^2 \n" ); document.write( "1/729=1/729 \n" ); document.write( " |