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

Home > Numbers
All/Any different? (Posted on 2005-08-16) Difficulty: 4 of 5
Given positive integer n, consider the set of numbers {n²+1, n²+2, ... (n+1)²}. If we pick two numbers x and y out of that set, how many different values can the product xy take?

See The Solution Submitted by Federico Kereki    
Rating: 3.5000 (6 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
what am I missing? | Comment 2 of 27 |

The number of terms of the set is:

(n+1)^2 - (n^2 + 1) + 1 = n^2 + 2n + 1 - n^2 - 1 = 2n + 1

So we have (2n+1) sequential positive integers.

Since each term multiplied by the others always give a different product, the values so obtained are the combination of (2n+1) taken two by two:

X = (2n+1)*2n/2 = n(2n+1)

P.S. FK, the rating "1" is not mine. When I open this problem, it was already there. It seems to me that somebody is visiting all non-rated problems and giving a rate of "1". It happened with 2 or 3 problems that I posted.

 


  Posted by pcbouhid on 2005-08-16 20:28:52
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 (14)
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