document.write( "Question 1182249: The larger of two numbers is eight more than three times the smaller number. The sum of the two numbers is fifty-two. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #812229 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x and 52-x are the numbers \n" ); document.write( "x=3(52-x)+8 \n" ); document.write( "x=156-3x+8 \n" ); document.write( "4x=164 \n" ); document.write( "x=41 \n" ); document.write( "52-x=11 \n" ); document.write( " \n" ); document.write( " |