T<span>he correct answers: </span>"a" and "c".
At "a" we have:
x= number of <span>unopened packages
</span>At "c" we have:
x= number of <span>hours that she works</span>
How much are they selling the shirts for ? how much debt do they have ?
Answer:
43
Step-by-step explanation:
Answer:
The notation from analyzing the Karnaugh map is:
F(X,Y,Z) = X'Y'Z + X'Z'Y + Y'Z'X
With logical functions would be:
F(X,Y,Z) = (NOT(X AND Y) AND Z) OR ((NOT Z) AND (X XOR Y))
Step-by-step explanation:
You can reduce the logical function with a Karnaugh map, like the attached, notice the gray coding notation, to assure only one variable change at each cell.
Answer:
The value of the expression
is equal to 1
Step-by-step explanation:
You can get this answer two ways:
1. Simply plug in
into your calculator exactly as it appears. You will get one, so therefore, the expression is equal to 1.
2. If you know your exponent rules, you'll know that anything to the power of 0 equals 1, so no matter the value in the parentheses, the answer will be equal to 1.
Hope this helps!