Consecutive integers such that the prime divisors of each is less or equal to 3

In summary: Other solutions include (1,1,2), (1,2,2), (2,2,3), (1,2,3), (3,3,4), (1,3,5), (1,4,7), (5,5,8), etc. However, these are not primitive solutions as they can be obtained by multiplying the primitive solutions (1,2,3), (2,3,4), and (2,9,16) by different factors. So, the list given (1,2,3), (2,3,4), and (2,9,16) is still the complete list of primitive solutions.
  • #1
Wiz14
20
0
For each integer n > 1, let p(n) denote the largest prime factor of n. Determine all
triples (x; y; z) of distinct positive integers satisfying
 x; y; z are in arithmetic progression,
 p(xyz) <= 3.

So far I have come up with 22k + 1, 22k + 1 + 22k, and 22k + 2 other than the solutions 1,2,3, or 2,3,4 or 6,9,12. Is this sufficient?
 
Physics news on Phys.org
  • #2
If we restrict the discussion to the primitive solutions, the complete list will be (1,2,3), (2,3,4) and (2,9,16). You can exclude the rest by simple considerations modulo 3 and 8.
 
  • #3
Norwegian said:
If we restrict the discussion to the primitive solutions, the complete list will be (1,2,3), (2,3,4) and (2,9,16). You can exclude the rest by simple considerations modulo 3 and 8.

Thank you for your answer, but can you be more specific? How can we prove that your solutions and my solutions are the only solutions?
 
  • #4
Wiz14 said:
Thank you for your answer, but can you be more specific? How can we prove that your solutions and my solutions are the only solutions?
Your solutions are not the only solutions if we allow multiplying each primitive solutions by 3^a * 2^b as you did as you left out solutions such as 18, 27, 36.
 
  • #5
ramsey2879 said:
Your solutions are not the only solutions if we allow multiplying each primitive solutions by 3^a * 2^b as you did as you left out solutions such as 18, 27, 36.

but how to exclude the rest by considerations mod 3 and 8? thank you.
 
  • #6
By a primitive solution, I mean a triple (a,b,c), where a, b and c have no common factor. In that sense, the list (1,2,3), (2,3,4), (2,9,16) is complete.

To exclude the rest, you need to do some case by case analysis. One useful initial observation is that exactly one of the numbers is divisible by 3, as alternatives quickly lead to contradictions. Then the case (odd, odd, odd) should be trivial to deal with. Looking at (odd, even, odd), this has to be of the form (1, 2m, 3n) giving the equation 2m+1=3n+1. Here the RHS[itex]\equiv[/itex]2 or 4 (mod 8), so m<3, giving the solution (1,2,3). The case (even, odd, even) has to be of the form (2t,3n,2m). For m<3, we have (2,3,4). For m≥3, the last number is [itex]\equiv[/itex] 0 mod 8, the middle is [itex]\equiv[/itex]1 or 3 mod 8, so the first must be [itex]\equiv[/itex]2 or 6 mod 8, implying t=1, and n even. The resulting equation is 3n=2m-1+1 or (3c-1)(3c+1)=2m-1 where c=n/2 can only take the value 1, and we get (2,9,16), and we are done.
 
  • #7
Norwegian said:
If we restrict the discussion to the primitive solutions, the complete list will be (1,2,3), (2,3,4) and (2,9,16). You can exclude the rest by simple considerations modulo 3 and 8.
Other soluion is (1,1,1) ? Is that an arithmetic progression? See http://en.wikipedia.org/wiki/Arithmetic_progression Never mind the problem asked for distinct numbers
 
Last edited:

1. What are consecutive integers?

Consecutive integers are whole numbers that follow each other in sequence, with a difference of 1 between each number. For example, 1, 2, 3, 4, and 5 are consecutive integers.

2. What does it mean for a prime divisor to be less or equal to 3?

A prime divisor is a number that can evenly divide into another number without leaving a remainder. If a prime divisor is less or equal to 3, it means that it is either 2 or 3. This means that the consecutive integers in question can only have 2 or 3 as their prime divisors.

3. Can you give an example of consecutive integers with prime divisors less or equal to 3?

One example would be the consecutive integers 6, 7, 8, 9, and 10. The prime divisors of these numbers are 2 and 3, which are both less than or equal to 3.

4. Why is it important to study consecutive integers with prime divisors less or equal to 3?

Studying these types of consecutive integers can help us understand the properties and relationships between numbers with specific prime divisors. It can also be useful in solving mathematical problems and finding patterns in numbers.

5. Can consecutive integers have prime divisors greater than 3?

Yes, consecutive integers can have prime divisors greater than 3. However, in the scenario of the question, the prime divisors are limited to 2 or 3. Depending on the context, consecutive integers can have a variety of prime divisors.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
809
  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • General Math
Replies
2
Views
989
  • Linear and Abstract Algebra
Replies
1
Views
1K
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
5K
Back
Top