document.write( "Question 1106566: Triple one number decreased by the second is equal to eight. The sum of the numbers is 12. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #721564 by davidb52(7) ![]() You can put this solution on YOUR website! Let x be the first number and y be the second number. \n" ); document.write( "You'd get two equations:\r \n" ); document.write( "\n" ); document.write( "3x - y = 8 \n" ); document.write( "x + y = 12\r \n" ); document.write( "\n" ); document.write( "The second equation can be used to define y in terms of x, (or x in terms of y, whichever you prefer), and then subbed into the first equation to solve for x (or y.) \n" ); document.write( " |