document.write( "Question 391604: what is the sum of 7 times a number and 1 is the same as the square of 1 more than the number? \n" ); document.write( "
Algebra.Com's Answer #277845 by edjones(8007) You can put this solution on YOUR website! Let x=the number \n" ); document.write( "7x+1=(x+1)^2 \n" ); document.write( "7x+1=x^2+2x+1 \n" ); document.write( "x^2-5x=0 \n" ); document.write( "x(x-5)=0 \n" ); document.write( "x=0 or x=5 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |