document.write( "Question 467140: if 2 was added to a number and the sum is doubled the result 17 is less than the number find the number \n" ); document.write( "
Algebra.Com's Answer #320419 by mananth(16946) You can put this solution on YOUR website! let x be the number \n" ); document.write( "2 added \n" ); document.write( "x+2 \n" ); document.write( "doubled \n" ); document.write( "2(x+2)= x-17 \n" ); document.write( "2x+4=x-17 \n" ); document.write( "2x-x=-17-4 \n" ); document.write( "x=-21\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |