document.write( "Question 17680: the sum of two numbers is 42. One number plus two times the other number is 57. What are the numbers? The answers are 15 and 27 but I don't understand how to get there. Could you help? \n" ); document.write( "
Algebra.Com's Answer #8528 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 42. One number plus two times the other number is 57. What are the numbers? The answers are 15 and 27 but I don't understand \r \n" ); document.write( "\n" ); document.write( "let one number be =x \n" ); document.write( "let the other number be =y \n" ); document.write( "their sum =x+y=42..........(1) \n" ); document.write( "two times the other number =2y \n" ); document.write( "plus the first number x = x+2y=57...........(2) \n" ); document.write( "(2)-(1) ....x+2y-x-y=57-42=15 \n" ); document.write( "y=15...substituting in (1),we get ..x+15=42 \n" ); document.write( "x=42-15=27 \n" ); document.write( " |