Stmt I
m@m = 1/2
So a@a=1/2
b@b = 1/2
We know a@a = b@b but we have no way to find out if
a@b = b@a (it is if a=b (both 1/2) and not if a is not equal to b)
INSUFF
Hope I dint miss something here!
I get statement 2, but here's how I looked at statement 1:
m@m=1/2
can we prove that @ is + or x (and not - or /)?
+: yes, m+m could = 1/2 (m=1/4)
x: yes, m x m could =1/2 (m=+/- sqrt of 1/2)
-: no, m - m can't = 1/2, because it would be 0
/: no, m/m can't = 1/2, because it would be 1
So, @ is + or x, but not - or /
as a result a + b = b + a (check), and a x b = b x a, therefore statement 1: true.
Can someone comment on why I'm wrong?
The only thing I can think of is that perhaps @ could also be sqrt or ^.