document.write( "Question 384764: The sum of three numbers is 23. The second number is one more than three times the first,and the sum of the first and third is 16. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #272367 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x, (3x+1), the second, and (16-x), the third, represent the numbers.
\n" ); document.write( "Question states thier sum is 23***
\n" ); document.write( " x + (3x+1) + (16 -x) = 23
\n" ); document.write( "solving for x
\n" ); document.write( " 3x + 17 = 23
\n" ); document.write( " 3x = 6
\n" ); document.write( " x = 2
\n" ); document.write( " the numbers are 2, 7 (3*2+1) and 14 (16-2)\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Anwser***
\n" ); document.write( " 2 + 7 + 14 = 23
\n" ); document.write( " \n" ); document.write( "
\n" );