You can put this solution on YOUR website! Find two consecutive integers such that twice the greater integer increased by the lesser integer is 50
------
1st: x
2nd: x+1
----
Equation:
2(x+1) + x = 50
2x+2 + x = 50
3x = 48
x = 16
x+1 = 17
=============
Cheers,
Stan H.
=============