document.write( "Question 449527: Solve for x\r
\n" );
document.write( "\n" );
document.write( "8^(2x)=13^(x+10)\r
\n" );
document.write( "\n" );
document.write( "Write the exact answer using base-10 logarithms. \n" );
document.write( "
Algebra.Com's Answer #309515 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Solve for x \n" ); document.write( "8^(2x)=13^(x+10) \n" ); document.write( "Write the exact answer using base-10 logarithms. \n" ); document.write( ".. \n" ); document.write( "8^(2x)=13^(x+10) \n" ); document.write( "taking log of both sides \n" ); document.write( "2xlog8=(x+10)log13 \n" ); document.write( "2xlog8=xlog13+10log13 \n" ); document.write( "2xlog8-xlog13=10log13 \n" ); document.write( "x(2log8-log13)=10log13 \n" ); document.write( "x=10log13/(2log8-log13) \n" ); document.write( " |