17.
对所有非零数,运算 ⊗ 定义为 a⊗b=ba2。
求 [(1⊗2)⊗3]−[1⊗(2⊗3)]。
The operation ⊗ is defined for all nonzero numbers by a⊗b=ba2.
Determine [(1⊗2)⊗3]−[1⊗(2⊗3)].
小提示:
从内到外计算每个 ⊗ 表达式。
Evaluate each ⊗ expression from the inside out
大提示:
保留括号;这个运算不满足结合律。
Keep the parentheses; the operation is not associative
解答:
计算如下:[(1⊗2)⊗3]−[1⊗(2⊗3)]=[212⊗3]−[1⊗322]=[21⊗3]−[1⊗34]=3(21)2−(34)12=41⋅31−43=121−43=−32。
所以正确答案是 A。
We can calculate it as follows. [(1⊗2)⊗3]−[1⊗(2⊗3)]=[212⊗3]−[1⊗322]=[21⊗3]−[1⊗34]=3(21)2−(34)12=41⋅31−43=121−43=−32.
Thus, A is the correct answer.