document.write( "Question 1083742: Find the positive value of x that satisfies the equation Logx-log( x + 6)^1/2 = 0
\n" );
document.write( "All the log is in base 2 \n" );
document.write( "
Algebra.Com's Answer #697771 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Logx-log( x + 6)^1/2 = 0 \n" ); document.write( "Logx = log( x + 6)^1/2 \n" ); document.write( "x = sqrt(x+6) \n" ); document.write( "x^2 - x - 6 = 0 \n" ); document.write( "etc \n" ); document.write( " |