document.write( "Question 546419: The sum of three a number and 4 is the same as, 7 less than twice the number. What is the number\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #356042 by JBarnum(2146) You can put this solution on YOUR website! 3+n+4=2n-7 add 3 and 4 \n" ); document.write( "7+n=2n-7 subtract n \n" ); document.write( "7=n-7 add 7 \n" ); document.write( "14=n \n" ); document.write( " |