Why is 2^(ab) - 1 always evenly divisible by 2^a - 1?

AI Thread Summary
The discussion revolves around two mathematical problems involving prime numbers. The first problem seeks to prove that p^2 - 1 is divisible by 24 for primes greater than 3, with participants noting that p+1 and p-1 are consecutive even numbers, ensuring one is divisible by 4 and the other by 2, along with a factor of 3. The second problem involves proving that if p is not prime, then m = 2^p - 1 is also not prime, with a participant confirming the relationship that 2^(ab) - 1 is divisible by 2^a - 1. The conversation highlights the importance of recognizing prime factorization and divisibility rules. Ultimately, the participants successfully clarify both mathematical inquiries.
Toftarn
Messages
9
Reaction score
0
Problem 1

Homework Statement


Prove that p^2 - 1, where p is a prime greater than 3, is evenly
divisible by 24.

Homework Equations


The Attempt at a Solution


p^2 - 1 can be written as (p+1)(p-1)
Since p is a prime, (p+1) and (p-1) must both be even numbers.
Since every third integer is divisible by 3, either (p+1) or (p-1) must be divisible by 3.
So, this gives us the prime factors, 2, 2 and 3. But to make the product (p+1)(p-1)
divisible by 24, we need another 2. What I'm wondering is where this last 2 comes from.
Problem 2

Homework Statement


m = 2^p - 1
Prove that, if p is not a prime, then m will not be a prime.

Homework Equations


The Attempt at a Solution


If p is not a prime, then it can be written as the product of two numbers, a and b.
p = ab
Thus m = 2^(ab) - 1.
This is as far as I've come. My book says that 2^(ab) - 1 will always be evenly divisible
by 2^a - 1. How can you see this? I have tried to factor out 2^a - 1, but I can't figure out what the other factor would be.

Any help would be greatly appreciated.

Toftarn
 
Physics news on Phys.org
I have an answer for your first question. You forgot to divide the number again.
Example: 5 will be the prime number. (5-1)*(5+1)=4*6. 4=2^2. Here is the two twos now.
6=2*3. That's the one two and the other three.

That should be it.
From,
grade 8 honour student
 
But of course, p - 1 and p + 1 are consecutive even numbers. Thus, one must be divisible by four, and the other not. So, the factors are 2, 4, and 3, which gives 24.
 
I see. Every other even number must be evenly divisible by 4. Thanks for the help. And, by the way, I managed to solve the second problem.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top