Answer: x = 21°
Step-by-step explanation:
37 + 4x + (3x - 4) = 180° Original Equation
37 + 4x + 3x - 4 = 180° Commutative Property of Addition
7x + 33 = 180° Combine like terms
7x = 148° Subtract 33 from both sides
x = 21° Divide both sides by 7
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)).
Answer:
A = 38°
Step-by-step explanation:
We are going to use cosine law to find angle A where
a = 4.7
b = 3.9 m
c = 2.9 m

or

cos A = [(4.7)^2 + (3.9)^2 - (2.9)^2]/2(4.7)(3.9)
= 28.89/36.66
= 0.788
A = arccos(0.788) = 38°