document.write( "Question 394103: What is the answer for 3 to the power of x+1 = 2 raise to the power of 2x + 1?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #279619 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the answer for 3 to the power of x+1 = 2 raise to the power of 2x + 1?\r \n" ); document.write( "\n" ); document.write( "3^(x+1)=2^(2x+1) \n" ); document.write( "(x+1)log3=(2x+1)log2 \n" ); document.write( "xlog3+log3=2xlog2+log2 \n" ); document.write( "xlog3-2xlog2=log2-log3 \n" ); document.write( "x(log3-2log2)=log2-log3 \n" ); document.write( "x=(log2-log3)/(log3-2log2) \n" ); document.write( "ans:x=1.409\r \n" ); document.write( "\n" ); document.write( "check:3^(1.409+1) = 2^(2*1.409+1) \n" ); document.write( " 14.105=14.104 (rounded to 3 decimal places) \n" ); document.write( " |