document.write( "Question 427962: One number is 4 more than twice the second number. Their total is 25. What are the 2 numbers. \n" ); document.write( "
Algebra.Com's Answer #297534 by John10(297) You can put this solution on YOUR website! One number is 4 more than twice the second number. Their total is 25. What are the 2 numbers.\r \n" ); document.write( "\n" ); document.write( "Let x be the first number and y is the second number\r \n" ); document.write( "\n" ); document.write( "x = 4 + 2y (1) \n" ); document.write( "x + y = 25 (2)\r \n" ); document.write( "\n" ); document.write( "Substitute (1) into (2) \n" ); document.write( "4 + 2y + y = 25 \n" ); document.write( "3y = 21 \n" ); document.write( "y = 21/3 \n" ); document.write( "y = 7\r \n" ); document.write( "\n" ); document.write( "Substitute y = 7 into (1) to find x:\r \n" ); document.write( "\n" ); document.write( "x = 4 + 2(7) = 4 + 14 = 18\r \n" ); document.write( "\n" ); document.write( "Thus the first number is 18 and second number is 7\r \n" ); document.write( "\n" ); document.write( "Hope it will help you! John10 \n" ); document.write( " |