Question 80307
"Find the largest pair of consectutive integers whose sum is less than 85."
------
Let the consecutive integers be "x" and "x+1"
EQUATION:
x+x+1<85
2x < 84
x < 42
x=41 and x+1=42
============
Cheers,
Stan H.