Answer:
C
Step-by-step explanation:
The function multiplies by 8 so 6 would be 48 and 10 would be 80.
Have a great day!
Answer: division , addition, addition, multiplication, subtraction, addition, multiplication
Step-by-step explanation: idrk know how to explain other than the fact that you look at the symbols.
Answer:
The parenthesis need to be kept intact while applying the DeMorgan's theorem on the original equation to find the compliment because otherwise it will introduce an error in the answer.
Step-by-step explanation:
According to DeMorgan's Theorem:
(W.X + Y.Z)'
(W.X)' . (Y.Z)'
(W'+X') . (Y' + Z')
Note that it is important to keep the parenthesis intact while applying the DeMorgan's theorem.
For the original function:
(W . X + Y . Z)'
= (1 . 1 + 1 . 0)
= (1 + 0) = 1
For the compliment:
(W' + X') . (Y' + Z')
=(1' + 1') . (1' + 0')
=(0 + 0) . (0 + 1)
=0 . 1 = 0
Both functions are not 1 for the same input if we solve while keeping the parenthesis intact because that allows us to solve the operation inside the parenthesis first and then move on to the operator outside it.
Without the parenthesis the compliment equation looks like this:
W' + X' . Y' + Z'
1' + 1' . 1' + 0'
0 + 0 . 0 + 1
Here, the 'AND' operation will be considered first before the 'OR', resulting in 1 as the final answer.
Therefore, it is important to keep the parenthesis intact while applying DeMorgan's Theorem on the original equation or else it would produce an erroneous result.