document.write( "Question 1007338: The sum of the least and greatest of 3 consecutive integers is 98. What is the lowest integer?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623288 by tiffany222(56)![]() ![]() ![]() You can put this solution on YOUR website! x + (x+2) = 98 \n" ); document.write( "2x + 2 = 98 \n" ); document.write( "2x = 96 \n" ); document.write( "x = 48\r \n" ); document.write( "\n" ); document.write( "Final Answer: 48 \n" ); document.write( " |