8 : 6 ...add 7 yellow and it becomes 15:6 when reduced = 5:2
Since 4 = $3.88
Then 1 = 3.88/4
= $ 0.97
Area= (3 √(3) × s^2) ÷ s
s= side length
area=(3 √(3) × 16^2) ÷ 16
area= 83.1384387633
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)).
20.70=3p+3
17.70=3p
$5.90=p
So if you only needed the equation to describe the word problem it is
$20.70=3p+3
If you want to know how much each pizza was it is $5.90; salad $3.00