document.write( "Question 12431: The sum of two numbers is 26. Find the two numbers if the larger number is 2 less than three times the smaller number. \n" ); document.write( "
Algebra.Com's Answer #6333 by kchande(5)![]() ![]() ![]() You can put this solution on YOUR website! let us say 2 numbers are x and y and y is the larger number. \n" ); document.write( "Since their sum is 26, so x + y = 26 \n" ); document.write( "also y = 3x-2 based on the 2nd fact.\r \n" ); document.write( "\n" ); document.write( "Now from Ist equation y = 26 -x \n" ); document.write( "equate the 2 y, \n" ); document.write( "26 -x = 3x -2 \n" ); document.write( "so 4x = 28 \n" ); document.write( "x = 7 \n" ); document.write( "now y = 26 - 7 = 19 \n" ); document.write( "so numbers are 7 and 9.\r \n" ); document.write( "\n" ); document.write( "Thanks, \n" ); document.write( "kchande \n" ); document.write( " |