document.write( "Question 964018: solve for x.
\n" );
document.write( "2^(x^2-x+10)=16^(7-x)
\n" );
document.write( "if there is more than one solution, separate them with commas. \n" );
document.write( "
Algebra.Com's Answer #588909 by Murthy(22)![]() ![]() ![]() You can put this solution on YOUR website! 2^(x^2-x+10)=16^(7-x)\r \n" ); document.write( "\n" ); document.write( "Taking log with base 2 on both sides\r \n" ); document.write( "\n" ); document.write( "(x^2-x+10)x log2(2)= (7-x)x log2(2^4)\r \n" ); document.write( "\n" ); document.write( "=(x^2-x+10)x log(2)=(7-x)x 4xlog2(2)\r \n" ); document.write( "\n" ); document.write( "cancel log2(2)on both sides\r \n" ); document.write( "\n" ); document.write( "(x^2-x+10)=4(7-x)\r \n" ); document.write( "\n" ); document.write( "x^2+3x-18=0\r \n" ); document.write( "\n" ); document.write( "(x+6)(x-3)=0\r \n" ); document.write( "\n" ); document.write( "therefore,\r \n" ); document.write( "\n" ); document.write( "x=-6,3 \n" ); document.write( " \n" ); document.write( " |