document.write( "Question 703759: Th second of the three numbers is 2 more than the first. The third number is twice the first. The sum of the first and third exceeds the second by 2. Find the 3 numbers \n" ); document.write( "
Algebra.Com's Answer #433819 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Th second of the three numbers is 2 more than the first.
\n" ); document.write( " The third number is twice the first.
\n" ); document.write( " The sum of the first and third exceeds the second by 2.
\n" ); document.write( " Find the 3 numbers
\n" ); document.write( ":
\n" ); document.write( "let n = the first number
\n" ); document.write( ":
\n" ); document.write( "\"The second of the three numbers is 2 more than the first.\"
\n" ); document.write( "(n+2) = the 2nd number
\n" ); document.write( ":
\n" ); document.write( "\" The third number is twice the first.\"
\n" ); document.write( "2n = the 3rd number
\n" ); document.write( ":
\n" ); document.write( "The sum of the first and third exceeds the second by 2.
\n" ); document.write( "n + 2n = (n+2) + 2
\n" ); document.write( "3n = n + 4
\n" ); document.write( "3n - n = 4
\n" ); document.write( "2n = 4
\n" ); document.write( "n = 2
\n" ); document.write( ":
\n" ); document.write( "Find the 3 numbers, 2, 4, 4
\n" ); document.write( "
\n" );