5/14 How do I solve the recurrence: t(n)=clogn + cn^x + t(n^(1-x)) + t(3n/4), where c=constant and 0<x<1? \_ Do your own 170 homework.