Are these simultaneous questions or like seperate ones?
Simultaneous:
4x -3(7x-4) = 12
4x - 21x + 12 = 12
-17x = 0
X = 0
Therefore y = -4
***
If it's a graph
x int: (3,0)
Y int: (0, -4)
Um idk if that's the answers you wanted but I hope it helped somehow??
Answer:
Step-by-step explanation:
congruent.
51°
4.05 *10^5
I hope this helps
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.