Multiplicative Rule
lIf f ë O(g), then h*f ë O(h*g)
where h*f means n Þ h(n)*f(n)

lFor example,
n*log(n) ë O(n2)
since
 log(n) ë O(n)