document.write( "Question 889699: The difference between 2 natural number is 10 and their product is 119. What are the two numbers ? \n" ); document.write( "
| Algebra.Com's Answer #538373 by JulietG(1812)     You can put this solution on YOUR website! x - y = 10 \n" ); document.write( "x * y = 119 \n" ); document.write( "Natural numbers are counting numbers - they're whole \n" ); document.write( "The easiest way to solve this is to look at the factors of 119: \n" ); document.write( "119, 1 \n" ); document.write( "17, 7 \n" ); document.write( "Which of those sets fits the equation x - y = 10? \n" ); document.write( "Only 17 and 7 complete the equation correctly. Those are your two numbers. \n" ); document.write( " |