document.write( "Question 509390: The larger of the two numbers is twice the smaller. If the smaller number is increased by 4, the result is 6 less than the larger number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #341407 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! Let x be the larger number. Let y be the smaller number\r \n" ); document.write( "\n" ); document.write( "x = 2y \n" ); document.write( "y + 4 = x - 6\r \n" ); document.write( "\n" ); document.write( "Sub 2y in for x.\r \n" ); document.write( "\n" ); document.write( "y + 4 = 2y - 6\r \n" ); document.write( "\n" ); document.write( "y = 10\r \n" ); document.write( "\n" ); document.write( "Sub y =10 back into either original equation\r \n" ); document.write( "\n" ); document.write( "x = 2*10 \r \n" ); document.write( "\n" ); document.write( "x = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the numbers are 10 and 20. \n" ); document.write( " |