Answer:
450 portugals
Step-by-step explanation:
in this question, we are tasked with calculating the number of portugals which are picked by the farmer
Firstly, let the number of portugals picked be p and the number of oranges picked be r.
Thus;
p + r = 600 ••••••••••(i)
Secondly there are 3 times as many oranges as there are portugals;
That would be;
3 * r = p
3r = p. •••••••••(ii)
substitute ii into i
3r + r = 600
4r = 600
r = 600/4
r = 150
P = 3r
p = 3 * 150 = 450
Answer:
24
Step-by-step explanation:
A negative integer times a negative integer is the same as a positive integer times a positive integer, so this would be the same as (8)(3) which is 24.
Answer:
Step-by-step explanation:
a.) The worst-case height of an AVL tree or red-black tree with 100,000 entries is 2 log 100, 000.
b.) A (2, 4) tree storing these same number of entries would have a worst-case height of log 100, 000.
c.) A red-black tree with 100,000 entries is 2 log 100, 000
d.) The worst-case height of T is 100,000.
e.) A binary search tree storing such a set would have a worst-case height of 100,000.