document.write( "Question 731095: How do you write 16 added to a number and the sum is doubled, the result 15 less than the number \n" ); document.write( "
Algebra.Com's Answer #447018 by richwmiller(17219) You can put this solution on YOUR website! 2*(16+n)=n-15 \n" ); document.write( "32+2n=n-15 \n" ); document.write( "subtract n from both sides \n" ); document.write( "subtract 32 from both sides \n" ); document.write( "n=-47 \n" ); document.write( " \n" ); document.write( " |