Answer:
15-44+32= 3
Step-by-step explanation:
Assuming a d-heap means the order of the tree representing the heap is d.
Most of the computer applications use binary trees, so they are 2-heaps.
A heap is a complete tree where each level is filled (complete) except the last one (leaves) which may or may not be filled.
The height of the heap is the number of levels. Hence the height of a binary tree is Ceiling(log_2(n)), for example, for 48 elements, log_2(48)=5.58.
Ceiling(5.58)=6. Thus a binary tree of 6 levels contains from 2^5+1=33 to 2^6=64 elements, and 48 is one of the possibilities. So the height of a binary-heap with 48 elements is 6.
Similarly, for a d-heap, the height is ceiling(log_d(n)).
Drag the tiles to the correct boxes to complete the pairs.
Find the distance between each pair of points.
6 units
5 units
2 units
4units
3 units
Answer:
k = - 8
Step-by-step explanation:
Subtract 9 from both sides to get the constants on one side and the variables on the other
9 - 2k = 25
- 2k = 25 - 9
Simplify
- 2k = 16
Divide by -2 on both sides to isolate the variable, then simplify once more.
- 2k/ -2 = 16/ -2
k = 16/ -2
k = -8