Answer:
4/15
Step-by-step explanation:
to find out the portion that is shaded we can do the following:
1 - (1/3 + 2/5)
now we want a common denominator, we can use 15:
15/15 - (5/15 + 6/15) → 15/15 - 11/15
the answer is 4/15
Answer:
.52
Step-by-step explanation:
We can write an equation
supports/all
we can see that 27 males and 25 females support which means that
27+25= 52 total people support
now we just need to find the number of people surveyed
we do this by summing everything
27+25+18+13+5+12=100
52/100 = .52
Answer:
A B A NOR B
F F T
F T F
T F F
T T F
Step-by-step explanation:
The logical operator NOR produces a result that is the negation of the logical operator OR.
The truth table for the logical operator NOR can be obtained by the negation of the results of the truth table for the logical operator OR.
Let A and B be the the logical values (or inputs). The operator OR produces a value of true if and only if at least one operand is true. The truth table for OR is:
A B A OR B
F F F
F T T
T F T
T T T
So, the truth table for NOR is:
A B A NOR B
F F T
F T F
T F F
T T F
Notice that the negation of OR (which is NOR) is obtained by changing the F by T and the T by F in the column of the results.
This table can also be writen with 0 instead of False and 1 instead of True.