document.write( "Question 407522: The larger of two consecutive integers is 7 greater than twice the smaller. Find the integers.
\n" );
document.write( "Is it,
\n" );
document.write( "4, 5, -8, -9,or -5, -6
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #287286 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let x smaller integer then \n" ); document.write( "x < 2x+7 \n" ); document.write( "x-2x < 7 \n" ); document.write( "-x < 7 \n" ); document.write( "x > -7 \n" ); document.write( " so x is -6, -5, 4 and 5 \n" ); document.write( " |