Answer:
b
Step-by-step explanation:
big brain guess
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.
I would say that the answer is probably 40
Both equal y so set equal to each other
-x+7=-0.5(x-3)^2+8
times both sides by -2
2x-14=(x-3)^2-16
expand
2x-14=x^2-6x+9-16
add 14-2x to both sides
0=x^2-8x+7
factor
0=(x-7)(x-1)
set to zero
0=x-7
7=x
0=x-1
1=x
so find y
y=-x+7
y=-1+7
y=6
or
y=-7+7
y=0
so the solutions are
(-1,6) and (-7,0)