document.write( "Question 889280: one number is 4 more than another. Three times the greater number, less 2 times the smaller number is 26. find the numbers \n" ); document.write( "
Algebra.Com's Answer #538043 by Nigelyul(18) You can put this solution on YOUR website! Let \"x + 4\" be the greater number and x be the smaller number\r \n" ); document.write( "\n" ); document.write( "3(x+4) - 2(x) = 26 \n" ); document.write( "3x + 12 - 2x = 26 \n" ); document.write( "x = 14 ---> smaller number \n" ); document.write( "14 + 4 = 18 ---> greater number\r \n" ); document.write( "\n" ); document.write( "Checking by substitution: \n" ); document.write( "3(18) - 2(14) = 26 \n" ); document.write( "54 - 28 = 26 \n" ); document.write( "26 = 26 \n" ); document.write( " |