The answer is D. You are just adding 8 to the number of hours you work because you earn 8 dollars an hour, or you can just multiply the number of hours by the wage you get paid and you would get the your gross pay. It would also be in quadrant 1 because all the numbers are positive and quadrant 1 is all positive numbers not like the other quadrants where there is either all negative numbers or some positive numbers and some negative numbers. But to make things shorter the answer is D.
Answer:
f = -5, s = -6
Step-by-step explanation:
F= first number
S= second number
4f - s = -14
f + 3s = -23
3(4f - s = -14)
12f - 3s = -42
+ f + 3s = -23
13f = -65
————
13
f = -5
4f - s = -14
4(-5) - s = -14
-20 - s = -14
+20 +20
-s = 6
———
-1
s = -6
I think x = 1/176
1/2x + 10 = - 1/4x + 54
1/2x + 10 = - 1/4x + 54, x 0
1/2x - 1/4x = 54 - 10
2-1 over 4x = 44
1/4x = 44
1 = 176x
x = 1/176
I could be wrong.
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.