1、The operation* represents either addition, subtraction, or multiplication of integers, what is the value of 1*0? (1) 0*2=2 (2) 2*0=2 这题答案选A,(2)不对应该是因为无法确定*是+还是—,但是不管是+还是—,1*0都是1啊
再看第2题:,x,y are positive integers问x+y=? 1 2^x*3^y=72 2 2^x*2^y=32 这题给出的答案是D,但是这题的2里面,x和y的值无法确定,比如x=1,y=4或者x=2,y=3,虽然不影响最后的结果是5,但是也不能确定情况啊