Two things i like about math:
1. Throughout my life math was my strongest subject and i got the best grades in the subject.
2. Math comes to me very quickly.
- Using the database demonstrated in class, and the following simple statements search for (paranthesis required) answer the following questions. Let
d = death penalty --------------------12344
c = capital punishment --------------23432
n = New York State ------------------87465
Search for:
- n /\ ( d \/ c ) New York State and (death penalty or capital punishment) -----149
- ( n /\ d ) \/ c (New York State and death penalty) or capital punishment -------5167
- n /\ d \/ c New York State and death penalty or capital punishment----149
- ( n /\ d) \/ ( n /\ c) (New York State and death penalty) or (New York State and capital punishment)-----149
2. In part 1, which searches yield the same results and why? a, c and d had the same results because it is the same search but written in different ways.
3. a. B and C
b. B and C
c. A
d. D
e. A
F. B and C
Comments (0)
You don't have permission to comment on this page.