mat101

 

dayanara

Page history last edited by Anonymous 1 yr ago

Using the database demonstrated in class, and the following simple statements search for (paranthesis required) answer the following questions. Let

d = death penalty

c = capital punishment

n = New York State

Search for:

n /\ ( d \/ c ) =421 New York State and (death penalty or capital punishment)

( n /\ d ) \/ c= 5540 (New York State and death penalty) or capital punishment

n /\ d \/ c=5540 (New York State and death penalty) or capital punishment

( n /\ d) \/ ( n /\ c)= 421

You must record the number of hits and exactly what you entered as your search criteria.

In part 1, which searches yield the same results and why?

 

2. In part 1, which searches yield the same results and why?

The search for a & d come up with the same result, the distributive law.

The search for b & c have the same result also.

 

venn diagrams

A.

B. (n/\d)\/c= n\/d\/c

C.n/\(d\/c)=(n/\d)\/(n\/c)

D.

F

Comments (0)

You don't have permission to comment on this page.