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?
$$\sum_{i=1}^9(\ln x_i+\ln h)$$ It is not permitted to multiply on the left by $\ln h$, but it is permitted to put the $\ln h$ terms in a separate sum: $$=\sum_{i=1}^9\ln x+\sum_{i=1}^9\ln h$$ Since this new sum's terms do not depend on the changing variable we can replace it by (the term) times (the number of indexes): $$=\sum_{i=1}^9\ln x+9\ln h$$ Similar reasoning applies for the sum with $-$ in it.