feifei (三) 20 For integers a and b, if (a^3-a^2-b)^1/2 = 7, what is the value of a ? 1) a^2-a=12; 2) b^2-b=2;
答案为什么是b啊?
就是说就有条件二就充分了?不对啊。。。。。。这个题目有两个条件together充分才能确定a才对啊,应该是C啊。 a^3-a^2-b=49 a^2(a-1)-b=49 ......... using (1) -> 12a-b=49(3) (b-2)(b+1)=0 ............ (2) b=2, b=-1 (3)+(2) b=2 -> a=51/12 is NOT an integer, so b has to = -1 and then a = 4