document.write( "Question 53087This question is from textbook
\n" );
document.write( ": the larger of 2 consecutive integers is 10 more than twice the smaller.find the integers? \n" );
document.write( "
Algebra.Com's Answer #35406 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! smaller of two consecutive integers:x \n" ); document.write( "larger of two consecutive integers:x+1 \n" ); document.write( "The larger of two consecutive integers (x+1)is(=) 10 more than (+10) twice (2*) the smaller integer(x). \n" ); document.write( "Problem to solve: \n" ); document.write( "x+1=2x+10 \n" ); document.write( "-x+x+1=-x+2x+10 \n" ); document.write( "1=x+10 \n" ); document.write( "1-10=x+10-10 \n" ); document.write( "-9=x \n" ); document.write( "Smaller integer:x=-9 \n" ); document.write( "Larger integer:x+1=-9+1=-8 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Check: \n" ); document.write( "The larger of two consecutive integers (-8)is(=) 10 more than (+10) twice (2*) the smaller integer(-9). \n" ); document.write( "-8=2(-9)+10 \n" ); document.write( "-8=-18+10 \n" ); document.write( "-8=-8 \n" ); document.write( "Seems to check out. \n" ); document.write( " |