document.write( "Question 1130737: The difference between two numbers is 10 and their sum is four times the smaller number. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #747344 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The difference between two numbers is 10 and their sum is four times the smaller number. Find the two numbers \n" ); document.write( "----- \n" ); document.write( "x = y-10 \n" ); document.write( "x+y = 4x \n" ); document.write( "etc \n" ); document.write( " |