document.write( "Question 358453: the sum of two consecutive numbers is 68. what are the numbers
\n" );
document.write( "show me formula \n" );
document.write( "
Algebra.Com's Answer #255881 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two consecutive numbers is 68. what are the numbers \n" ); document.write( "show me formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let one number be x \n" ); document.write( "let the next consecutive number be x + 1 \n" ); document.write( "x + (x + 1) = 68 \n" ); document.write( "x + x + 1 = 68 \n" ); document.write( "2x + 1 = 68 \n" ); document.write( "2x = 67 \n" ); document.write( "x = 33.5 so x + 1 = 34.5 \n" ); document.write( "33.5 + 34.5 = 68 \n" ); document.write( "33.5 and 34.5 are not integers \n" ); document.write( "note: 33 + 34 = 67 and 34 + 35 = 69 \n" ); document.write( "there is not 2 consecutive integers that add to 68 \n" ); document.write( " \n" ); document.write( " |