document.write( "Question 1058796: The sum of two integers is 32. Four less than twice the smaller number is equal to the larger number x. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #673900 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of two integers is 32. Four less than twice the smaller number is equal to the larger number x. Find the larger number. \n" ); document.write( "--------- \n" ); document.write( "x + y = 32 \n" ); document.write( "x = 2y-4 \n" ); document.write( "------ \n" ); document.write( "Sub for x in the 1st equation \n" ); document.write( " \n" ); document.write( " |