Given the expression;
a+(b-c)²
Given the values
a = 2
b = 3
c = -2
To eveluate the expression, we will have to substitute the given values into the expression as shown;
= 2+(3-(-2))²
= 2+(3+2)²
= 2+(5)²
= 2 + 25
= 27
Hence the value of the expression is 27.