Answer:

Step-by-step explanation:
<em><u>Given</u></em><em><u> </u></em><em><u>,</u></em>
Length of the tank = 27m
Width of the tank = 35m
Depth of the tank = 10m
<em><u>Therefore</u></em><em><u>, </u></em>
Volume of the tank = <em>Length</em><em> </em><em>×</em><em> </em><em>Width</em><em> </em><em>×</em><em> </em><em>Depth</em>
= 27m × 35m × 10m

Answer:D=5,6,7,8 R=5,6,7,8 fuction= yes
Step-by-step explanation:
D = domain which is your X values and R is your range which is your Y values and sense each number of your X values goes to one of the Y values it is a fuction
Answer:
N, M, P
Step-by-step explanation:
The smallest angle is opposite the shortest side
The largest angle is opposite the longest side
Thus
∠ N is opposite the shortest side MP = 10
∠ P is opposite the longest side MN = 18
From smallest to largest, then
∠ N, ∠ M, ∠ P
The given equation is:
X/Y = A/B
First, we will get rid of the denominators.
To do so, we will multiply both sides of the equation by YB
This will give:
XB = AY
We want to get the value of the Y. Therefore, we need to get rid of the coefficient of the Y which is the A. To do so, we will divide both sides of the equation by A.
This will give:
Y = XB/A
Comparing this result to the given choices, we will find that the correct choice is B
Answer:
integers ∪ [0, ∞)
Step-by-step explanation:
The floor function gives the largest integer not greater than the input value. For non-negative numbers, that is the integer portion of the number, as Jim says.
However, for negative numbers, the floor is one less than the integer portion of any number that has a non-zero fractional part.
floor(1.2) = 1
floor(0.2) = 0
floor(-0.2) = -1
floor(-1.2) = -2
For any integer, negative or otherwise, the floor function gives that integer value.
Jim is correct on the domain of all integers and positive non-integers.