document.write( "Question 1007312: There are two number. One is 14 less than twice the other number. If you add the two numbers together you get 37. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #623269 by tiffany222(56)![]() ![]() ![]() You can put this solution on YOUR website! Let the first number be x \n" ); document.write( "Let the second number be y\r \n" ); document.write( "\n" ); document.write( "y = 2x - 14\r \n" ); document.write( "\n" ); document.write( "x + y = 37 \n" ); document.write( "x + (2x - 14) =37 \n" ); document.write( "3x - 14 = 37 \n" ); document.write( "3x = 51 \n" ); document.write( "x = 17\r \n" ); document.write( "\n" ); document.write( "y = 2x - 14 = 2(17) -14 = 20\r \n" ); document.write( "\n" ); document.write( "Final Answer: 17 and 20 \n" ); document.write( " |