document.write( "Question 995703: The negative square root of a number equals the number decreased by 2. Find the number.\r
\n" );
document.write( "\n" );
document.write( "I tried this:
\n" );
document.write( "let n be the number
\n" );
document.write( "- sqrt ( n )= n - 2
\n" );
document.write( "square both sides,
\n" );
document.write( "n = n^2-4n+4\r
\n" );
document.write( "\n" );
document.write( "I don't know what to do next. Thank you. \n" );
document.write( "
Algebra.Com's Answer #614385 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The negative square root of a number equals the number decreased by 2. Find the number.\r \n" ); document.write( "\n" ); document.write( "I tried this: \n" ); document.write( "let n be the number \n" ); document.write( "- sqrt ( n )= n - 2 \n" ); document.write( "square both sides, \n" ); document.write( "n = n^2-4n+4 \n" ); document.write( "Subtract n \n" ); document.write( " \n" ); document.write( "(n-4)*(n-1) = 0 \n" ); document.write( "n = 1 \n" ); document.write( "n = 4 \n" ); document.write( " \n" ); document.write( " |