16、 5个汽车要停进5个车位,车头都冲着某一个固定方向(忘了是固定方向,还是the same direction了,现在想起来这个条件对最后结果是有影响的),其中3个黄色的,1个红的,1个兰的,相同颜色的车不可分辨,问有几种停法。只记得答案有20,这就选了这个,现在觉得可能错了。
固定方向:20
相同方向:40
2、100 kilos fresh fruit,99% is water. After dried, 98% is water, if the weight of fruit didn't change, what's the total weight of the dried fruit? [50](注意后面只写了fruit,没写fresh fruit,fruit的意思是干水果,而问题问的是干燥后的 “水加干水果”的总重)
【确认】50
3 Z1,Z2,…….,Zn is consecutive positive integer ,si the sum of Z1+Z2+……+Zn odd?
1)(Z1+Z2+……+Zn) /n is odd?
2) n is odd
twinhead:我认为是A。
我的做法是:高=a,底=b,其中一边是C,另一边是d
1/2 *a * b =20, a*b=40,由于c>a, d>a, so c *b>40, if c=20,b=2.5, 周长已经大于20。但c=5,b=8.5, 则d 应介乎3.5-13.5,若D=4,则周长=4+5+8.5=17.5。