document.write( "Question 856959: Twice a number added to four is the same as one subtracted from the
\n" );
document.write( "number. What is the number? \n" );
document.write( "
Algebra.Com's Answer #516289 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! 2x + 4 = x - 1 \n" ); document.write( ". \n" ); document.write( "Subtract x from each side \n" ); document.write( "x + 4 = -1 \n" ); document.write( "Subtract 4 from each side \n" ); document.write( "x = -5 \n" ); document.write( ". \n" ); document.write( "Let's plug it in to make certain it works. \n" ); document.write( "(2 * -5)+4 = -5 -1 \n" ); document.write( "-10 + 4 = -6 \n" ); document.write( "-6 = -6 \n" ); document.write( "Success! \n" ); document.write( " |