document.write( "Question 261281: The sum of two numbers is seventeen. The total of four times the smaller number and two times the larger number is forty-four. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #192483 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is seventeen. The total of four times the smaller number and two times the larger number is forty-four. Find the two numbers\r \n" ); document.write( "\n" ); document.write( "let x be one number and y be the other number \n" ); document.write( "let y be larger than x\r \n" ); document.write( "\n" ); document.write( " x + y = 17 (multiply by -2 and add to 2nd equation) \n" ); document.write( "4x + 2y = 44\r \n" ); document.write( "\n" ); document.write( "-2x - 2y = -34 \n" ); document.write( " 2x + 0y = 10\r \n" ); document.write( "\n" ); document.write( "2x = 10 \n" ); document.write( " x = 5\r \n" ); document.write( "\n" ); document.write( "5 + y = 17 \n" ); document.write( " y = 12\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |