Your question is very vague, there is no multiple choice answers, your question lacks basically everything.
-2+(-2=4?
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.
Answer:
D. no solution
Step-by-step explanation:
h-z=3(1)
h=3+z(minus z from both side)
put in the second equation
-3h,+3z=6(2)
-3(3+z)+3z=6
-9-3z+3z=6
-9=6( not true)
so the equation doesn't have a solution.
Answer:
$16.74
Step-by-step explanation:
If the price has been reduced by 35%, it is 100% -35% = 65% of what it was.
0.65 × $25.75 = $16.7375 ≈ $16.74
You will pay $16.74 for the chips.
Answer:
f(2) =30
Step-by-step explanation:
f(1)=15
f(n)=f(n-1)*n
Put in n=2
f(2)=f(2-1)*2
= f(1) *2
= 15*2
=30