document.write( "Question 25084: The sum of two numbers is 55. The larger number is 7 more than twice the smaller number. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #13457 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! x=one of the numbers \n" ); document.write( "2x+7=the other number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (2x+7) = 55 \n" ); document.write( "3x + 7 = 55 \n" ); document.write( "3x = 55-7 = 48 \n" ); document.write( "x = 48/3 = 16 \n" ); document.write( "2x+7 = 2(16)+7 = 39\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Did you follow the solution? \n" ); document.write( " |