Multiple choice Directions: Find the time complexities of the following question. T(n)=T(n/4)+2T(n)+n2 O(n2) O(nlog3) O(2n) O(log n) Reveal answer Fill a bubble to check yourself A Correct answer