| Q31: A positive integer n is said to be “prime-saturated” if the product of all the different positive prime factors of n is less than the square root of n.  What is the greatest two-digit prime-saturated integer?   A.     99 B.      98 C.      97 D.     96 E.      95 这题正确答案是D, 我不知道, 该怎么算。我把每个选项都分解了分解到质数。可每个选项都不能被完全平方根呀。所以就不知道怎么解了。还是说我没读懂题。 Q37: A jar contains 16 marbles, of which 4 are red, 3 are blue, and the rest are yellow.  If 2 marbles are to be selected at random from the jar, one at a time without being replaced, what is the probability that the first marble selected will be red and the second marble selected will be blue?   A.     3/64 B.      1/20 C.      1/16 D.     1/12 E.      1/8   ------------------------------------------------------------------------------------------------------------  这题选B, 我是半蒙地,但是我怎么算都是1/10, 不是1/20.  4*3 / [c(16, 2)]=1/10. 请高人帮忙,指教,谢谢。 |