document.write( "Question 284338: The sum of two numbers is fourteen. The difference between two times the smaller and the larger is one. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #206332 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is fourteen. The difference between two times the smaller and the larger is one. Find the two numbers.\r \n" ); document.write( "\n" ); document.write( "x smaller number, y larger number\r \n" ); document.write( "\n" ); document.write( "x + y = 14 \n" ); document.write( "2x - y = 1\r \n" ); document.write( "\n" ); document.write( "y = 14 - x\r \n" ); document.write( "\n" ); document.write( "2x - 14 + x = 1 \n" ); document.write( "3x - 14 = 1 \n" ); document.write( "3x = 15 \n" ); document.write( "x = 5\r \n" ); document.write( "\n" ); document.write( "y = 14 - 5 = 9\r \n" ); document.write( "\n" ); document.write( "the 2 numbers are 5 and 9 \n" ); document.write( " \n" ); document.write( " |