If y=7 and x=2 and you change x to equal 5, y would now be 10.
x=5
y=10
1st box: 2a (subtract 2a from both sides)
2nd box: 3 (add 3 to both sides)
3rd box: 10 (add 7+3)
4th and 5th box: 2 (divide both by 2)
6th box: 5 (10/2=5)
If you would like to write a * b + c in simplest form, you can do this using the following steps:
a = x + 1
b = x^2 + 2x - 1
c = 2x
a * b + c = (x + 1) * (x^2 + 2x - 1) + 2x = x^3 + 2x^2 - x + x^2 + 2x - 1 + 2x = x^3 + 3x^2 + 3x - 1
The correct result would be x^3 + 3x^2 + 3x - 1.