document.write( "Question 711649: Solve the equation. Round answer to four decimal places.
\n" );
document.write( "log3(x+2)+log3(4x-1)=5? \n" );
document.write( "
Algebra.Com's Answer #437507 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! log3(x+2)+log3(4x-1)=5 \n" ); document.write( "log3(x+2)(4x-1)=5 \n" ); document.write( "(x+2)(4x-1)=3^5 \n" ); document.write( "4x^2-x+8x-2 = 243 \n" ); document.write( "4x^2+7x-245 = 0 \n" ); document.write( "rewrite middle term: \n" ); document.write( "4x^2-28x+35x-245 = 0 \n" ); document.write( "group: \n" ); document.write( "(4x^2-28x)+(35x-245) = 0 \n" ); document.write( "4x(x-7)+35(x-7) = 0 \n" ); document.write( "(x-7)(4x+35) = 0 \n" ); document.write( "x = {-35/4, 7} \n" ); document.write( "throw out the negative solution (extraneous) leaving: \n" ); document.write( "x = 7 \n" ); document.write( "or, to 4 decimal places: \n" ); document.write( "x = 7.0000 \n" ); document.write( " |