第一题我没有很简单的办法,只有想每5个人的排列,都有平移的可能,根据题意,就不是不同的排列了,并且可以平移5次
比方说 a b c d e e a b c d d e a b c c d e a b b c d e a 都是同一种排列,5 种方式 所以计算方法是(5*4*3*2*1) / 5, 答案是24
第二题楼主的条件给错了,我算了一下 条件应该是:When a certain tree was first planted, it was 4 feet tall, and the height of the tree increased by a constant amount each year for the next 6 years. At the end of the 6th year, the tree was 1/5 taller than it was at the end of the 4th year. By how many feet did the height of the tree increase each year?
(4+6x)/(4+4x) = 6/5 x = 2/3
[此贴子已经被作者于2008-11-18 1:23:46编辑过] |