18 V1:(by ISA91) PS:数列B里都是不同的三角形,这些三角形必须满足3个条件,问共有多少个元素 1.每个三角形角度都是整数,2.每个三角形都至少有一个角是30度,3.没有任何二个三角形度数完全一致 求解~ 参考答案:73[D(1] 一个角是30度设为A角,那么剩下的两角B角和C角和为150度,角度都是整数,设B从1度开始取值,则C角从149开始取值,B有1、2、3……75共75种可能,同时C从149到75也是75种可能,还得再减去一种30 30 120的情况 答案就是73个元素。 [D(1]There is discussion that itshould be 75。 Since "3.没有任何二个三角形度数完全一致" I personally think it should be 73 because there are two exceptions: (120,30,30) (30,75,75) please let me know what you think. I actually count them one by one. 1-70, 71.72.73.74 =>74, take 30 out, there are 73 total.
感谢楼主! 394 V1:(byyxz2289) DS:有两个点在直角坐标系里,(a,b)、(c,d),并且在y=X^2上。问y-intersect什么的。(这题我没看懂,蒙的,但是下面的两个条件是对的) (1)d=9 (2)ac=-3 参考答案A 1. a=3 or -3 , not enough 2. (1,1)&(-3,9) or (-1,1)&(3,9) two lines have the same y-intersect, enough