The answer C make more sense.
Answer:a
Step-by-step explanation:
h(x)=x-12
h(x)=4x-48
h(x)=-1(4x-48)
h(x)=-4x+48
h(x)=48-4x
For this problem, we can say that corresponding angles are congruent, or the same, this also means that their angle measures have to be the same. Then, our equations for our angles will be vertical angles, which means that they must equal each other. So we would then write our equation as 3x+20=4x+10 or 4x+10=3x+20. Then, to combine like terms, we will subtract 3x from both sides, resulting in x+10=20. Then we will subtract 10 from both sides, resulting in x=10.
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)).
(2x - 3y) (4x - y) = 8x² - 2xy - 12xy + 3y²
(2x - 3y) (4x - y) = 8x² -14xy + 3y²
---------------------------------
Answer:8x² -14xy + 3y²
---------------------------------