document.write( "Question 196154: the difference between four times a number and twice the product of the number and one more than the number when translated into a mathematical expression is? \n" ); document.write( "
Algebra.Com's Answer #147076 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! let n = number \n" ); document.write( ". \n" ); document.write( "4n - ( 2*(n)(n+1) ) \n" ); document.write( ". \n" ); document.write( "4n -(2* (n^2 +n) ) \n" ); document.write( "4n - (2n^2 +2n ) \n" ); document.write( "4n -2n^2 -2n \n" ); document.write( "2n -2n^2 \n" ); document.write( "2n ( 1-n)...ANSWER \n" ); document.write( ". \n" ); document.write( "checking,, for n=0, both original and answer =0 \n" ); document.write( "for n=2, both = -4,,,ok \n" ); document.write( " |