231k views
1 vote
If a*b=(a-b)², calculate 2*5​

User Doofus
by
4.2k points

2 Answers

6 votes

I suppose * is supposed to denote a binary operation with the given definition,

a * b = (a - b

as opposed to multiplication, so that, for instance, 1 * 1 = (1 - 1)² = 0.

Using the definition of *, you have

2 * 5 = (2 - 5)² = (-3)² = 9

User ElazarR
by
5.0k points
1 vote
(2-5)^2
(-3)^2
the answer is 9
User Adolf
by
4.2k points