document.write( "Question 287644: some number is twelve more than another number. the larger number is four less than three times the smaller number. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #208401 by texttutoring(324) You can put this solution on YOUR website! Let x=smaller number \n" ); document.write( " x+12 = the larger number\r \n" ); document.write( "\n" ); document.write( "The Equation for this problem is:\r \n" ); document.write( "\n" ); document.write( "3x = (x+12) + 4\r \n" ); document.write( "\n" ); document.write( "(because the larger number is 4 less than 3 times the smaller number)\r \n" ); document.write( "\n" ); document.write( "Solve for x:\r \n" ); document.write( "\n" ); document.write( "3x = x+16 \n" ); document.write( "2x=16 \n" ); document.write( "x=8\r \n" ); document.write( "\n" ); document.write( "x+12= larger number \n" ); document.write( "8+12=20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The smaller number is 8, and the larger number is 20. \n" ); document.write( " |