document.write( "Question 543101: The sum of two consecutive integers is 86. Find them using a variable. \n" ); document.write( "
Algebra.Com's Answer #354746 by stanbon(75887) ![]() You can put this solution on YOUR website! The sum of two consecutive integers is 86. Find them using a variable. \n" ); document.write( "---- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "su = 86 \n" ); document.write( "2x+1 = 86 \n" ); document.write( "2x = 85 \n" ); document.write( "x = 42.5 \n" ); document.write( "Comment: \n" ); document.write( "That is not an integer. \n" ); document.write( "There are no consecutive integers whose sum = 86. \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |