You can put this solution on YOUR website! Hi there,
Make the number 'x'
Number is increased by 7
=> x + 7
That result is divided by 2
=> (x + 7)/2
The number 5 is obtained.
=> (x + 7)/2 = 5
Cross multiply
=> x + 7 = 10
Take 7 off each side of the equation
=> x + 7 - 7 = 10 - 7
=> x = 3
This is the original number.
Hope this helps:-)