Answer:
The inequality is x less than or equal to 6. So the amount of hours they can rent it is 6 hours or less.
Step-by-step explanation:
5.80x + 39 <_ 73.80 ----> subtract 39 on both side to get ---> 5.80x <_ 73.80 -----> then divide by 5.80 on both sides to get ---> x <_ 6.
Hope this helped!
Answer:
Step-by-step explanation:
-8.5
-|4.5|
-3.5
-1.5
|-3.5|
4.5
|5.5|
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:
I believe the correct answer is B.
Answer:
8, 20 and 6
Step-by-step explanation:
A coefficient is the numerical part of an algebraic term. Example: in the term 2x the coefficient is 2.