document.write( "Question 146734: x minus the square root of -2x+21 = 9.
\n" );
document.write( "What does x equal?
\n" );
document.write( "Im not sure how to write the radical sign but -2x+21 is whats under the radical sign.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #107156 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! x - Sqrt[-2 x + 21] = 9 \n" ); document.write( "Sqrt[-2 x + 21] = x - 9 \n" ); document.write( "-2 x + 21 = x^2 - 18 x + 81 \n" ); document.write( "0 = x^2 - 16 x + 60 \n" ); document.write( "0 = (x-6)(x-10)\r \n" ); document.write( "\n" ); document.write( "gives x=6 or x=10,\r \n" ); document.write( "\n" ); document.write( "but x=6 makes 6 - Sqrt[9]=3 which is not= 9. We therefore exclude this solution.\r \n" ); document.write( "\n" ); document.write( "Leaving x=10 as the solution. \n" ); document.write( " |