Answer: A) 150
You put all the numbers in numerical order, than you get the middle number of both halves which will be 300 and 450, so you find the difference of that which is 150
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Y = -4x + 7
This is the equation of the line. The slope is -4. The Y- intercept is 7
Answer:

or 5%
Step-by-step explanation:
Explanation:
3/4=15/20
1/5=4/20
So, rest of 'em 1/20
a) To find the volume of a cube, you cube the side length.
So, that will be V = 9/2³ = 729/8 in³.
b) To find the volume of a rectangular prism, you multiply the length by the width by the height.
So, that is V = 18 * 9 * 9/2 = 729 in³.
c) To find how many times the smaller box can go into the larger one, you divide the larger one's volume over the smaller one's.
That is <em>729/(729/8) = 729*8/729 = </em><em>8 boxes</em><em>.</em>