when we evaluate the given expression:
5*(x^2 - y)/z
in x = -3, y = 7 and z = 10 the value of the expression is 1.
Here we start with the expression:
5*(x^2 - y)/z
Where x, y, and z are called variables, meaning that can take any number we want.
And we want to evaluate this, given the values:
x = -3
y = 7
z = 10
Evaluating just means that we need to change the correspondent variables by the given numbers, if we do that in the given expression we will get:
5*( (-3)^2 - 7)/10
5*( 9 - 7)/10 = 5*(2)/10 = 10/10 = 1
So, we can see that when we evaluate the given expression in x = -3, y = 7 and z = 10 the value of the expression is 1.
If you want to learn more about evaluating expressions:
https://brainly.com/question/4344214
#SPJ1