document.write( "Question 745640: The sum of 6 times a positive number and 1 is the same as the square of 1 less than the number. \n" ); document.write( "
Algebra.Com's Answer #806390 by CubeyThePenguin(3113) You can put this solution on YOUR website! 6x + 1 = (x-1)^2 \n" ); document.write( "6x + 1 = x^2 - 2x + 1 \n" ); document.write( "0 = x^2 - 8x \n" ); document.write( "0 = x(x - 8) \n" ); document.write( "x = 0, x = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is positive ----> x = 8 \n" ); document.write( " |