All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Sum (expression) = 10*n (Posted on 2011-02-22) Difficulty: 3 of 5
Determine all possible positive integer values of n that satisfy this equation:
Σj=n

j=1
(x+j-1) (x+j) = 10*n

whenever x is an integer.

Note: For a desired value of n, the above equation holds true for at least one value of x.

See The Solution Submitted by K Sengupta    
Rating: 3.0000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re(3): Possible solution Comment 5 of 5 |
(In reply to re(2): Possible solution by broll)

this is how I worked it out
sum  (x+j-1)(x+j)
sum j^2+(2x-1)j + x^2-x
[sum j^2] + (2x-1)*[sum j] + [sum x^2-x]
now we know formulas for sum j and sum j^2 thus we get
(1/3) * (n^3+3n^2x+3nx^2-n)=10n
n^3+3n^2x+3nx^2-n=30n
3nx^2+3n^2x+n^3-29n=0
n is not zero so we can divide out n
3x^2+3nx+n^2-29=0
solving for x we get
x = (-3n +- sqrt(372-3n^2))/6
so for x to be integer we need
372-3n^2>=0 and to be a perfect square, this leaves us with
3n^2<=372
n^2<=124
n<=11
trying out all possible values of n=1,2,3,...,11 we find that only
n=4,7,11 give positive perfect squares

Thus, the possible values for n are 4 7 and 11


  Posted by Daniel on 2011-02-23 11:41:08
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (24)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information