Answer:
3(n + 4) ≤ 10 is the equation and the solution is n ≤ -2/3 Decimal Form: -0.666667
hope this helps you
Step-by-step explanation:
Answer:
the last one is the answer!
2

- 7
= 4

- 7

= Since, we have same bases, we can subtract!
= To get,
=
-3
Answer
Answer:
453.75 sq. feet
Step-by-step explanation:
In this question, we are going to calculate the area of a room given the blue print measurement and the actual measurements with the answer being in the actual measurement.
To correctly do this, it is best if the measurements are converted to the actual.
The measurements we’ll be trying to convert is 5 inches by 3 inches with a scale of 2in to 11ft ( same as 1 in to 5.5 ft)
The 5 inches blueprint measurement will be 5 * 5.5 = 27.5 ft
The 3 inches blueprint measurement will be 3 * 5.5 = 16.5 ft
The area in sq. feet will be length * width = 27.5 * 16.5 = 453.75 sq feet
Answer:
A B A NOR B
F F T
F T F
T F F
T T F
Step-by-step explanation:
The logical operator NOR produces a result that is the negation of the logical operator OR.
The truth table for the logical operator NOR can be obtained by the negation of the results of the truth table for the logical operator OR.
Let A and B be the the logical values (or inputs). The operator OR produces a value of true if and only if at least one operand is true. The truth table for OR is:
A B A OR B
F F F
F T T
T F T
T T T
So, the truth table for NOR is:
A B A NOR B
F F T
F T F
T F F
T T F
Notice that the negation of OR (which is NOR) is obtained by changing the F by T and the T by F in the column of the results.
This table can also be writen with 0 instead of False and 1 instead of True.