document.write( "Question 169324: This problem states, log base 9 (x-7) + log base 9 (x-7) is equal to 1.
\n" );
document.write( "I have done this over and over and can not seem to come up with the right answer. :)
\n" );
document.write( "log( 9, (x-7) + log( 9, (x-7) = 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #124823 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Applying \"log rules\": \n" ); document.write( "log9(x-7) + log9(x-7) = 1 \n" ); document.write( "log9((x-7)(x-7)) = 1 \n" ); document.write( "(x-7)(x-7) = 9^1 \n" ); document.write( "(x-7)(x-7) = 9 \n" ); document.write( "x^2-7x-7x+49 = 9 \n" ); document.write( "x^2-14x+49 = 9 \n" ); document.write( "x^2-14x+40 = 0 \n" ); document.write( "(x-10)(x-4) = 0 \n" ); document.write( ". \n" ); document.write( "x = {10,4}\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |