Well, this depends on the size of the books. We can find the volume of the bin by using...
V=bh or l x w x h
So, 9 times 11 is 99.
99 times 4 is 396, which is the volume.
You did not specify the size of the books, so all we can say is that the volume of the bin is 396 cubic feet.
Answer:
The minimum score required for an interview is 77.252
Step-by-step explanation:
We solve this using z score formula
z = (x-μ)/σ, where x is the raw score, μ is the population mean, and σ is the population standard deviation.
Top 15% of the candidates is a ranking that is equivalent to = 100 - 15% = 85th percentile.
The z score of 85th percentile = 1.036
Mean = 70
Standard Deviation = 7
Minimum score = raw score = ???
Hence:
1.036 = x - 70/7
Cross Multiply
1.036 × 7 = x - 70
7.252 = x - 70
x = 70 + 7.252
x = 77.252
The minimum score required for an interview is 77.252
PLEASE HELP FAST!!! ILL MARK B.
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.