Subtract the y-coordinates. This is the rise.
Subtract the x-coordinates in the same order. This is the run.
Slope = rise/run.
Subtract the y-coordinates: -6 - 15 = -21. rise = -21
Subtract the x-coordinates in the same order:5 - 2 = 3. run = 3
slope = rise/run = -21/3 = -7
Answer:
Area of parallelogram: 1/2×h×sum of base lengths
Property of parallelogram: 2 parallel sides
Area = 1/2×4×(9+9)
= 36 cm^2
Answer:
C. Kinetic energy.
Step-by-step explanation:
Kinetic energy is the energy an object has due to it's motion, since the motion of the object increased, it gained kinetic energy.
Answer:
Step-by-step explanation:
a.) The worst-case height of an AVL tree or red-black tree with 100,000 entries is 2 log 100, 000.
b.) A (2, 4) tree storing these same number of entries would have a worst-case height of log 100, 000.
c.) A red-black tree with 100,000 entries is 2 log 100, 000
d.) The worst-case height of T is 100,000.
e.) A binary search tree storing such a set would have a worst-case height of 100,000.