document.write( "Question 1059111: Find three consecutive numbers such that three times the first number is equal to the sum of the other two \n" ); document.write( "
Algebra.Com's Answer #674251 by solve_for_x(190)![]() ![]() ![]() You can put this solution on YOUR website! Let x represent the first of the three numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The next two consecutive numbers (assumed to be integers) are x + 1 and x + 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since \"three times the first number is equal to the sum of the other two\", you can write:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = (x + 1) + (x + 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = 2x + 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x - 2x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The three numbers are then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 1 = 3 + 1 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 2 = 3 + 2 = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution: The numbers are 3, 4, and 5. \n" ); document.write( " |