|
不好意思,深谷幽兰,我这两天很忙,才看到你的短信。
2.IF r and s are intergers and rs+s is odd, which of the following must be even? a.r b.s c, r+s d. rs-r e. r^2+s ANA: C RS+S 是偶数, 则RS和S必须都是偶数=> S是偶数或R是偶数或都是ODD. => R+S不一定是偶数呀?
支持scujean的看法,选A
3. IF the operation is defined for all integers a and b by a@b=a+b-ab, which of the following statement must be true for all a, b,c, ANS: (A@B)@C=A@(B@C) 不明白这是如何得来的? 代入去算了,
a@b=a+b-ab, (a@b)@c = (a+b-ab)@c = a@c+b@c-ab@c =a+c-ac+b+c-bc-ab-c+abc
=a+b+c-ac-bc-ab+abc
a@(b@c)= a@(b+c-bc)=a@b+a@c-a@bc =a+b-ab+a+c-ac-a-bc+abc
=a+b+c-ac-bc-ab+abc
另外就是这个算式a@b=a+b-ab和两个集合的并集的规律类似,AUB=A+B-AB
(AUB)UC=AU(BUC)
当然我认为前一种解法更保险一些,就是太慢。
4.a certain library accesses fines for overdue books as follows. on the first day that book is overdued, the total fine is $0.1, for each additional day that the book is overdue, the total fine is either increased by $0.30 or doubled,whichever results in the lesser amount. What is the total fine for a book on the fourth day it is overdue? ANS: $0.7
http://forum.chasedream.com/dispbbs.asp?boardid=22&id=152966&star=1#1433693
[此贴子已经被作者于2006-4-24 14:57:26编辑过] |