document.write( "Question 174438: Find the natural number which when added to its square gives a times the next natural number ? \n" ); document.write( "
Algebra.Com's Answer #129432 by nerdybill(7384) You can put this solution on YOUR website! Find the natural number which when added to its square gives a times the next natural number ? \n" ); document.write( ". \n" ); document.write( "Let x = the natural number \n" ); document.write( "then \n" ); document.write( "x+1 = next natural number \n" ); document.write( ". \n" ); document.write( "x^2 + x = x+1 \n" ); document.write( "x^2 = 1 \n" ); document.write( "x = {-1, 1} \n" ); document.write( ". \n" ); document.write( "Tossing out the negative number: \n" ); document.write( "x = 1 \n" ); document.write( " \n" ); document.write( " |