Answer:
277.15 yds
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)).
Answer:
.611
Step-by-step explanation:
there were 84 people who answered yes plus an additional 12 men who said no. Add these up and you get 96. Divide that number by the number of people which is 157 and you get .611 rounded up.
5 students took part in both individual and team events.
<h3>What is data?</h3>
Data is information that has been translated into a form that is efficient for movement or processing. Relative to today's computers and transmission media, data is information converted into binary digital form. It is acceptable for data to be used as a singular subject or a plural subject.
Given:
Total students participated = 27
20 students participated in individual events
12 students took part in team events.
We have N(All students) = 27
N(individual) = 20
N(Team)= 12
So,

=20+12-27
=32-27
=5
Hence, 5 students took part in both individual and team events.
Learn more about data here:
brainly.com/question/10980404
#SPJ4