document.write( "Question 193789: Hello,\r
\n" );
document.write( "\n" );
document.write( "I have a problem with the following exponential equation, each time I try to solve it, I keep getting the wrong answer, could you look at my work and see what I am doing wrong? Thank you in advance.\r
\n" );
document.write( "\n" );
document.write( " Problem : 2^2x+4=3^x-21\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "This is what I have done so far :\r
\n" );
document.write( "\n" );
document.write( "ln(2)^2x+4=ln(3)^x-21
\n" );
document.write( "(2x+4)ln(2)= (x-21)ln(3)
\n" );
document.write( "2x*ln(2)+4*ln(2)=x*ln(3)-21*ln(3)
\n" );
document.write( "2x*ln(2)+x*ln(3)= -4*ln(2)-21*ln(3)
\n" );
document.write( "x(ln(3)+2*ln(2))=4*ln(2)-21*ln(3)
\n" );
document.write( "x= 4*ln(2)-21*ln(3)/ln(3)+2*ln(2) \n" );
document.write( "
Algebra.Com's Answer #145490 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! very good work \n" ); document.write( "looking at line 4, the (+xln3) should be (-xln3) \n" ); document.write( ", \n" ); document.write( "we tried \n" ); document.write( "(2x+4)ln2 = (x-21) ln3 \n" ); document.write( ", \n" ); document.write( "(2x+4)= (ln3/ln2)(x-21) = 1.58496 ( x-21) = 1.58496 x - 33.284 \n" ); document.write( ", \n" ); document.write( ".415 x = -37.284 \n" ); document.write( ", \n" ); document.write( "x= (-89.8415) ANSWER \n" ); document.write( ", \n" ); document.write( "checking \n" ); document.write( "2^( 2(-89.8)+4) = 3^( (-89.4)-21) \n" ); document.write( "2^-175.7 = 3^-110.84 \n" ); document.write( "1.3 x 10^-53 = 1.3 x 10^-53 ,,,ok \n" ); document.write( ", \n" ); document.write( "Keep up the good work \n" ); document.write( " |