How to Simplify a C1 Level Expression Involving Constants and Variables?

  • Thread starter Thread starter CathyLou
  • Start date Start date
AI Thread Summary
The discussion focuses on simplifying the expression Sn = (2a + (n-1)d) for a specific case where a = 2 and d = 1/2. The user seeks clarification on transitioning from n/2(4 + (n-1)/2) to the final answer of 1/4n(n+7). A key step involves rewriting 4 as 8/2 to combine it with (n-1)/2, leading to (8+n-1)/2. This manipulation allows for the simplification needed to reach the desired result. The user ultimately expresses understanding after receiving guidance on the process.
CathyLou
Messages
173
Reaction score
1
Show that http://www.artofproblemsolving.com/Forum/latexrender/pictures/4cb05ba8a17dcb9e2dcfb9ef1a98966a.gif where k is a constant to be found.

I know that a = 2 and that d = 1/2 and substituting these figires into Sn = (2a + (n-1) d) gives n/2 (4 + (n-1)/2) but I just can't see how to get from n/2 (4 + (n-1)/2) to the answer of 1/4n(n+7). I'd really appreciate it if someone could please explain.

Thank you.

Cathy
 
Last edited by a moderator:
Physics news on Phys.org
Try using

4 + (n-1)/2 = (8+n-1)/2 = (n+7)/2
 
AlephZero said:
Try using

4 + (n-1)/2 = (8+n-1)/2 = (n+7)/2

Thanks for replying but I still don't understand how you get from 4 + (n-1)/2 to (8+n-1)/2.
 
CathyLou said:
Thanks for replying but I still don't understand how you get from 4 + (n-1)/2 to (8+n-1)/2.

In order to put 4 over the denominator 2, you must first multiply it by 2. Let's consider a general example: \frac{a}{b}+\frac{c}{d}=\frac{ad+cb}{bd}

Now applying this to your case we have, strictly speaking, \frac{4}{1}+\frac{n-1}{2}=\frac{2(4)+1(n-1)}{2}=\frac{8+n-1}{2}
 
Last edited:
cristo said:
In order to put 4 over the denominator 2, you must first multiply it by 2. Let's consider a general example: \frac{a}{b}+\frac{c}{d}=\frac{ad+cb}{bd}

Now applying this to your case we have, strictly speaking, \frac{4}{1}+\frac{n-1}{2}=\frac{2(4)+1(n-1)}{2}=\frac{8+n-1}{2}

Thanks for your help.

I understand it now.

Cathy
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top