document.write( "Question 924823: the sum of three numbers is 14. The first number is twice the second number. The third number is 16 less than three times the second number. Find all three numbers? \n" ); document.write( "
Algebra.Com's Answer #561103 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the second number (referred to)
\n" ); document.write( "2x + x + (3x-16) = 14
\n" ); document.write( "6x = 30
\n" ); document.write( "x = 5
\n" ); document.write( "NUmbers are: 10, 5, -1 \"3%2A5-16\"
\n" ); document.write( "And...checking
\n" ); document.write( "Sum = 14
\n" ); document.write( "
\n" );