document.write( "Question 881067: the larger of two numbers is four more than the smaller and their sum is 20 \n" ); document.write( "
Algebra.Com's Answer #531927 by Boyen(12) ![]() You can put this solution on YOUR website! x = small number \n" ); document.write( "x+4 = large number \n" ); document.write( "x + x+4 = 20 \n" ); document.write( "2X = 20-4 \n" ); document.write( "2x = 16 \n" ); document.write( "x = 8\r \n" ); document.write( "\n" ); document.write( "small number is 8 \n" ); document.write( "large number is 8+4 = 12 \n" ); document.write( " |