During high school I missed out on some of the math lessons due to health issues, one thing I missed out on was working with sums. I am now a second-year engineer student and I am still amazed how bad I am at this. I am reading a math course right now (statistics) and finally realized how big this issue is so here I am for help.
let's say we got a sample of x:
$x_1,x_2,...,x_9$
and we got these two equations:
$$\sum_{i=1}^9(ln(x_i)+ln(h))$$ $$\sum_{i=1}^9(ln(x_i)-ln(h))$$ h is some variable. How do we "break out" ln(h) of the sum so only $$\sum_{i=1}^9(ln(x_i))$$ is within the sum. I think it is possible to multiply ln(h) with 9 and put it infront like this: $$9ln(h)\sum_{i=1}^9(ln(x_i))$$ but I am not sure if it is correct and how the seccond equation would become? Is there any website with rules when working with this kind of summation?