Answer:
the coordinates of B is (-5,7)
Answer:
y=ax+b
a=-0.6020457867
b=-2.256697516 <------- There is your value for b, which is the answer to the problem.
You can use these values for a and b to generate an equation in slope-intercept form, which you can then enter under Y= and view the graph.
Step-by-step explanation:
Answer:
x = 145
Step-by-step explanation:
x and 35 are adjacent angles and are supplementary, sum to 180° , then
x + 35 = 180 ( subtract 35 from both sides )
x = 145
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.