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

asked
User Doofus
by
8.4k 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

answered
User ElazarR
by
9.1k points
1 vote
(2-5)^2
(-3)^2
the answer is 9
answered
User Adolf
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.