document.write( "Question 173765: the sum of two numbers is 52. twice the first number is 17 more than the second. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #128663 by sowmya(32)![]() ![]() ![]() You can put this solution on YOUR website! Let the numbers be x and y\r \n" ); document.write( "\n" ); document.write( "x + y = 52 \n" ); document.write( "2x = y+17 \n" ); document.write( "solving these simultaneous equations,\r \n" ); document.write( "\n" ); document.write( "we get x=23 \n" ); document.write( "y = 29 \n" ); document.write( " |