If the length of a rectangle is 3m longer than its width, then:
L=W+3
Is the area really 154^2? Or is it 154m^2? If yes, then:
A=LW
154=(W+3)(W)
154=(W^2+3W)
0=W^2+3W-154
0=(W-11)(W+14)
This means either (W-11) or (W+14) is equal to zero so:
W=11 and W=-14
To find out let's substitute the numbers:
154=(11+3)(11)
154=154
Therefore, the width of the rectangle is 11m
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)).
Correct answer is A
Would appreciate brainliest answer :)
Answer:
#11 : 14 cars
#12 : 8+6+4=18
Step-by-step explanation:
Answer:
C. 67 mph
Step-by-step explanation:
The speedometer reports speed based on the number of revolutions the tire makes in a given time period. If the motorcycle travels 28/25 times as far on each revolution, its speed is 28/25 times as great.
(28/25)(60 mph) = 67.2 mph ≈ 67 mph
_____
The distance traveled is proportional to the circumference of the tire, which is proportional to the diameter. Hence, actual speed for a given speedometer reading is proportional to the diameter of the tire.