document.write( "Question 859838: Solve each equation. Round to 2 decimal places, if needed.\r
\n" );
document.write( "\n" );
document.write( "7^x=3^3x+1\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance for the help. \n" );
document.write( "
Algebra.Com's Answer #517999 by Alan3354(69443) You can put this solution on YOUR website! What is the exponent of 3? 3x? 3x+1? \n" ); document.write( "---------- \n" ); document.write( "If it's 3x+1, \n" ); document.write( "7^x=3^3x+1 \n" ); document.write( "x*ln(7) = (3x+1)*ln(3) \n" ); document.write( "x*ln(7) = 3x*ln(3) + ln(3) \n" ); document.write( "x*(ln(7) - 3ln(3)) = ln(3) \n" ); document.write( "x = ln(3)/(ln(7) - ln(27)) \n" ); document.write( "x = ln(3)/ln(7/27) \n" ); document.write( "x =~ -0.813831 \n" ); document.write( " |