document.write( "Question 420777: How do you solve the equation 3 to the power of (x + 3) - 3 to the power of (x) = 78 using the log function \n" ); document.write( "
Algebra.Com's Answer #293908 by scott8148(6628) You can put this solution on YOUR website! can't use log function because of subtraction\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(3^x)(3^3) - (3^x) = 78\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "27(3^x) - (3^x) = 78\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "26(3^x) = 78\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3^x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 1 \n" ); document.write( " |