document.write( "Question 657048: find two consecutive integers such that twice the first is 26 more than the second
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #409953 by kevwill(135)![]() ![]() You can put this solution on YOUR website! Let x be the first of the two consecutive integers. Then the second is x+1. If twice the first is 26 more than the second, we have:\r \n" ); document.write( "\n" ); document.write( "2x = (x+1) + 26 \n" ); document.write( "2x = x + 27 \n" ); document.write( "x = 27\r \n" ); document.write( "\n" ); document.write( "The two numbers are 27 and 28.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |