Answer:
all but 3
Explanation:
3 is strange and I need points sorry
 
        
                    
             
        
        
        
It D because I hade this too so it is D
        
                    
             
        
        
        
Answer:
A Red Black Tree is a type of self-balancing(BST) in this tree ,each node is red or black colored. The red black tree meets all the properties of the binary search tree, but some additional properties have been added to a Red Black Tree. 
A Red-Black tree's height is O(Logn) where (n is the tree's amount of nodes).
In a red-black tree with black height k 
The maximum number of internal nodes is  
  .
. 
The smallest possible number is  
  .
.
 
        
             
        
        
        
Answer: E. Never
geometric average return can NEVER exceed the arithmetic average return for a given set of returns
Explanation: 
The arithmetic average return is always higher than the other average return measure called the geometric average return. The arithmetic return ignores the compounding effect and order of returns and it is misleading when the investment returns are volatile.
Arithmetic returns are the everyday calculation of the average. You take the series of returns (in this case, annual figures), add them up, and then divide the total by the number of returns in the series. Geometric returns (also called compound returns) involve slightly more complicated maths.