Note: Use "^" to denote exponentiation -- e.g., "a^2" instead of just "a2".
You are given the definition
(2a+b)⊙(a+2b)=a^2+ab+b^2
You are asked to evaluate 6⊙9.
In this example, the operation is not defined in terms of numbers; it is defined in terms of algebraic expressions. So you first need to find what the numbers a and b are.
Being asked to evaluate 6⊙9, you know that (2a+b) is 6 and (a+2b) is 9. So
One way to solve this particular pair of equations is to add the two equations:
Then that equation, together with the two original equations, quickly tells us a=1 and b=4.