Answer:
$90
Step-by-step explanation:
To solve this problem, you simply multiply $60 by 50%. Remember to change 50% into its decimal form (50% -> 0.5).
60 x 0.5 = 30
Now we add 30 to the original price of $60 to get our final answer.
$60 + 30 = $90
Yes it’s a straight line wh no curves
(-2+3)/(6+4)= 1/10
y+3=1/10(x + 4)
y + 3 = (1/10)x + 4/10
y + 30/10 = ( 1/10)x + 4/10
y = (1/10)x + 4/10 - 30/10
y = (1/10)x - 26/10
y = (1/10)x - 13/5
10(y = (1/10)x - 13/5)
10y = x - 26
-x + 10y = -26
Answer:7x^14
Step-by-step explanation: You multiply 2X to the power of 2×7 which equals 14 X to the power 14 and then seven times -3 equals -21
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.