document.write( "Question 366279: if you subtract a number from twice its square, the result is 3. find all such numbers. \n" ); document.write( "
Algebra.Com's Answer #261899 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! 2n^2 - n = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2n^2 - n - 3 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ (2n - 3)(n + 1) = 0 \n" ); document.write( " |