Asked by vincent

If # is a binay operation defied by a # b = a^2 + b, find the value of 4 # 1.

Answers

Answered by vincent
If # is a binary operation defied by a # b = a^2 + b, find the value of 4 # 1.
Answered by Reiny
Just do what it says, you defined the operator.

if a # b = a^2 + b
4 # 1 = 4^2 + 1 = 17
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions