document.write( "Question 731975: Twice the difference between a number, n, and thirty-one is three times the number. How do I translate n solve this problem? \n" ); document.write( "
Algebra.Com's Answer #447418 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Twice the difference between a number, n, and thirty-one is three times the number. How do I translate n solve this problem?
\n" ); document.write( "--------------
\n" ); document.write( "The difference between a number, n, and thirty-one can be n-31 or 31-n.
\n" ); document.write( "The absolute value, |n-31|, covers both.
\n" ); document.write( "-----
\n" ); document.write( "2|n-31| = 3n
\n" ); document.write( "2n-62 = 3n
\n" ); document.write( "n = -62
\n" ); document.write( "-----------
\n" ); document.write( "2(31-n) = 3n
\n" ); document.write( "62 - 2n = 3n
\n" ); document.write( "5n = 62
\n" ); document.write( "n = 12.4
\n" ); document.write( "
\n" ); document.write( "
\n" );