document.write( "Question 340715: Find 2 consecutive intergers such that the first less twice the second is equal to 98. My daughter missed this problem on a quiz, and I am trying to help figure it out, so we will understand how to do it next time. Thank You \n" ); document.write( "
Algebra.Com's Answer #244080 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find 2 consecutive integers such that \n" ); document.write( "the first less twice the second is equal to 98. \n" ); document.write( "--- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "x - 2(x+1) = 98 \n" ); document.write( "--- \n" ); document.write( "x -2x -2 = 98 \n" ); document.write( "-x = 100 \n" ); document.write( "x = -100 \n" ); document.write( "x+1 = -100+1 = -99\r \n" ); document.write( "\n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |