110. 定义X@Y(n) =(X-Y)/n,问N^2@ 1(3)是否为整数 (1)n为偶数 (2)N=n^2+3n+1 按照这个题干,得出结果是(N^2-1)/3 条件一不可以,条件二是不是可以说n=3的时候N的值…不管怎么着有了具体数值都能够得出确定的结果 或者条件2这么解释:“N^2-1=(N+1)(N-1)=(n^+3n+2)(n^2+3n)=(n+1)(n+2)n(n+3),一定可以被3整除” I think should add one more condition which n is integer. If n is integer, then (n+1)(n+2)n(n+3),一定可以被3整除” Therefore, the answer should be C
I think should add one more condition which n is integer. If n is integer, then (n+1)(n+2)n(n+3),一定可以被3整除” Therefore, the answer should be C
|