document.write( "Question 1059574: The second of two numbers is 5 more than twice the first. The sum of the numbers is 44 \n" ); document.write( "
Algebra.Com's Answer #674609 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "The second of two numbers is 5 more than twice \n" ); document.write( "the first. The sum of the numbers is 44. \n" ); document.write( "Make first number = x \n" ); document.write( "Second number = 2x + 5 \n" ); document.write( "Sum = x + (2x + 5) \n" ); document.write( "44 = x + 2x + 5 \n" ); document.write( "39 = 3x \n" ); document.write( "3x = 39 \n" ); document.write( "x = 13. \n" ); document.write( "First number = 13 \n" ); document.write( "Second number = 31 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |