Asked by .

evaluate the expression at specific values of their variables. evaluate cd - d + 2e + 10 when c = 5, d = 3 and e = 9

Answers

Answered by GPT 3.5
To evaluate the expression at specific values of the variables c = 5, d = 3, and e = 9, substitute these values into the expression:

cd - d + 2e + 10

= (5)(3) - (3) + 2(9) + 10

= 15 - 3 + 18 + 10

= 40

Therefore, when c = 5, d = 3, and e = 9, the expression evaluates to 40.

Related Questions