document.write( "Question 453069:  Determine the positive root of the following equation: 
\n" );
document.write( "log3(c - 4) + log3(c + 6) = 4. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(Please round your answer to one decimal place.)
\n" );
document.write( " 
\n" );
document.write( " Answer   
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #311307 by nerdybill(7384)     You can put this solution on YOUR website! log3(c - 4) + log3(c + 6) = 4 \n" ); document.write( "log3(c - 4)(c + 6) = 4 \n" ); document.write( "(c - 4)(c + 6) = 3^4 \n" ); document.write( "c^2 + 6c - 4c -24 = 81 \n" ); document.write( "c^2 + 2c -105 = 0 \n" ); document.write( "apply the quadratic formula to find the roots: \n" ); document.write( "c = {9.3, -11.3} \n" ); document.write( "throw out the negative root leaving: \n" ); document.write( "c = 9.3 \n" ); document.write( ". \n" ); document.write( "details of quadratic to follow: \n" ); document.write( " 
 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |