document.write( "Question 993642: The square root of the sum of the square of a number increased by 5 added to the number is equal to 5. Find the number \n" ); document.write( "
Algebra.Com's Answer #612899 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Writing the equation carefully, we get \n" ); document.write( "sqrt(x^2 + 5) + x = 5 \n" ); document.write( "Then bring the x to the other side and square both sides \n" ); document.write( "sqrt(x^2 + 5) = 5 - x \n" ); document.write( "x^2 + 5 = 25 - 10x + x^2 \n" ); document.write( "Subtract x^2... \n" ); document.write( "5 = 25 - 10x \n" ); document.write( "-20 = -10x \n" ); document.write( "x = 2 \n" ); document.write( "Normally you check any kind of root problem...this solution works... \n" ); document.write( " |