document.write( "Question 206018: the greater of two consecutive integers is 20 more than twice the smaller. find the integers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #155662 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x & x+1 be the 2 integers. \n" ); document.write( "x+1=2x+20 \n" ); document.write( "x-2x=20-1 \n" ); document.write( "-x=19 \n" ); document.write( "x=-19 ans. \n" ); document.write( "-19+1=-18 ans. \n" ); document.write( "Proof: \n" ); document.write( "-18=2*-19+20 \n" ); document.write( "-18=-38+20 \n" ); document.write( "-18=-18\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |