What is the sum of integers from 1 to n with r = 1 if n = 20?

  • Thread starter Thread starter tharindhudg
  • Start date Start date
  • Tags Tags
    Sum
AI Thread Summary
The discussion revolves around calculating the sum of integers from 1 to n, specifically when n equals 20 and r equals 1. The correct formula for this sum is n(n+1)/2, leading to a total of 210 for n = 20. Participants express confusion regarding the role of r in the equation, with some interpreting it as a variable in a diophantine equation. The only solution derived from this interpretation is n = 3, m = 4, and r = 2, though there is uncertainty about the problem's original intent. Overall, the main focus is on clarifying the sum of integers and the relevance of r in the context of the problem.
tharindhudg
Messages
1
Reaction score
0
sum of 1 n = 20/ r = 1
r(r+1)
 
Physics news on Phys.org
tharindhudg said:
sum of 1 n = 20/ r = 1
r(r+1)

It would help if you could clarify your expression.
 
tharindhudg said:
sum of 1 n = 20/ r = 1
r(r+1)

If construed as a number theory problem, the best that I could come up with

sum of 1 to n = r(r+1) sum of 1 to 3 = 2*3 etc.
sum of 1 to n = 20/r sum of 1 to 4 = 20/2
So r = 2
 
Last edited:
If I understand you correctly, you are summing the integers from 1 to n.
This sum is n(n+1)/2. I have no idea what you mean by r.
 
This topic made me laugh for some reason.
 
mathman said:
If I understand you correctly, you are summing the integers from 1 to n.
This sum is n(n+1)/2. I have no idea what you mean by r.

I viewed it as two diophantine equations in two variables

n(n+2)/2 = r(r+1) and m(m+1)/2 = 20/r for which the only solution is n = 3, m =4, r = 2

I did not use the formula n(n+1)/2 since I knew the values of n(3) and n(4) already.

No certainty that I understood the problem correctly though I don't see how there could be a different problem intended.
 
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