document.write( "Question 958685: what is the solution set to the equation log2(3x+1) + log2(x+7)=5? \n" ); document.write( "
Algebra.Com's Answer #585915 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! log2(3x+1) + log2(x+7)=5 \n" ); document.write( " log2(3x+1)(x+7)=5 \n" ); document.write( " (3x+1)(x+7)= 2^5 \n" ); document.write( " 3x^2+21x+x+7= 32 \n" ); document.write( " 3x^2+22x+7= 32 \n" ); document.write( " 3x^2+22x-25= 0 \n" ); document.write( " 3x^2-3x+25x-25= 0 \n" ); document.write( " (3x^2-3x)+(25x-25)= 0 \n" ); document.write( " 3x(x-1)+25(x-1)= 0 \n" ); document.write( " (x-1)(3x+25)= 0 \n" ); document.write( " x = {-25,1} \n" ); document.write( "throw out the negative solution (extraneous) leaving \n" ); document.write( " x = 1 \n" ); document.write( " |