document.write( "Question 443702: log base 2 (x+3)+ log base 2 (x-1)=5 (solve, list answers as integers or simplified fractions)
\n" );
document.write( "x=? \n" );
document.write( "
Algebra.Com's Answer #305973 by nerdybill(7384) You can put this solution on YOUR website! log base 2 (x+3)+ log base 2 (x-1)=5 \n" ); document.write( "log base 2 (x+3)(x-1)=5 \n" ); document.write( "(x+3)(x-1)=2^5 \n" ); document.write( "x^2+2x-3 =32 \n" ); document.write( "x^2+2x-35 = 0 \n" ); document.write( "(x+7)(x-5) = 0 \n" ); document.write( "x = {-7,5} \n" ); document.write( "The negative answer is \"extraneous\" -- toss it out leaving: \n" ); document.write( "x = 5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |