document.write( "Question 377901: The sum of three numbers is 18. The sum of the first and second number is 15, and the first number is 3 times the third number. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #268502 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Suppose these three numbers are a, b, and c. We can write the following equations:\r
\n" ); document.write( "\n" ); document.write( "#1 a+b+c = 18
\n" ); document.write( "#2 a+b = 15
\n" ); document.write( "#3 a = 3c\r
\n" ); document.write( "\n" ); document.write( "If we subtract #2 from #1 we have c = 3. From #3 we have a = 3(3) = 9. Finally, since a+b+c = 18 we plug in our known values for a and c to obtain b = 6. Therefore our three numbers are a = 9, b = 6, c = 3.
\n" ); document.write( "
\n" );