document.write( "Question 152194: The sum of the number and its square is twelve times the next higher number. Find the no. \n" ); document.write( "
Algebra.Com's Answer #111866 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the number = x \n" ); document.write( "x+x^2=12(x+1) \n" ); document.write( "x+x^2=12x+12 \n" ); document.write( "x^2-11x-12=0 \n" ); document.write( "(x-12)(x+1)=0 \n" ); document.write( "x=12 or x=-1 \n" ); document.write( ". \n" ); document.write( "Check: \n" ); document.write( "12+144=12*13 True \n" ); document.write( "-1+(-1)^2=12*0 True \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |