document.write( "Question 746291: the sum of two numbers is 44. The sum of the smaller and 3 times the larger is 114. find the numbers \n" ); document.write( "
| Algebra.Com's Answer #454214 by Cromlix(4381)     You can put this solution on YOUR website! x + y = 44 .....1 \n" ); document.write( "x + 3y = 114 ....2\r \n" ); document.write( "\n" ); document.write( "Multiply equation 1 by 3\r \n" ); document.write( "\n" ); document.write( "3x + 3y = 132 ....1 \n" ); document.write( "x + 3y = 114 ....2\r \n" ); document.write( "\n" ); document.write( "Subtract 2 from 1\r \n" ); document.write( "\n" ); document.write( "2x = 18 \n" ); document.write( "x = 9\r \n" ); document.write( "\n" ); document.write( "Therefore numbers are \n" ); document.write( "9 and 35 \n" ); document.write( " |