New Reply

Basic number theory problem

 
Share Thread
May3-12, 03:41 AM   #1
 

Basic number theory problem


Let x and y be integers. Prove that 2x + 3y is divisible
by 17 iff 9x + 5y is divisible by 17.
Solution. 17 | (2x + 3y) ⇒ 17 | [13(2x + 3y)], or 17 | (26x + 39y) ⇒
17 | (9x + 5y), and conversely, 17 | (9x + 5y) ⇒ 17 | [4(9x + 5y)], or
17 | (36x + 20y) ⇒ 17 | (2x + 3y)

Could someone please help me understand this solution. I do not understand it at all. What basis do they have for doing such operations? The solution just doesn't make sense
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
May3-12, 03:51 AM   #2
 
Mentor
Blog Entries: 8
Which part don't you understand??

The only two rules they used were

[tex]n\vert m~\Rightarrow~n\vert mk[/tex]
and
[tex]n\vert m,~n\vert k~\Rightarrow~n\vert (m+k)[/tex]
May3-12, 03:54 AM   #3
 
Why do they multiply 2x+3y by 13? and why do they multiply 9x+5y by 4? why not some other numbers?
May3-12, 04:01 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Basic number theory problem


Quote by Gravitational View Post
Why do they multiply 2x+3y by 13? and why do they multiply 9x+5y by 4? why not some other numbers?
So they can get the desired answer. If you use other numbers, you'll get other equivalent statements.

How did they know that would give the desired answer? Trial and error would work. Or, you could try and write down an equation that says "If I multiply by n, then the answer I get is the one I want".



Quote by Gravitational View Post
Could someone please help me understand this solution. I do not understand it at all. What basis do they have for doing such operations? The solution just doesn't make sense
You're asking the wrong question, it seems. You don't seem to have meant "I don't understand this solution!" -- you seem to have meant "How could I have come up with this solution myself?"
May3-12, 04:03 AM   #5
 
Mentor
Blog Entries: 8
Do you know modulo arithmetic?
May3-12, 04:21 AM   #6
 
Quote by micromass View Post
Do you know modulo arithmetic?
no, but i dont think modulo arithmetic is necessary in this problem
May3-12, 04:24 AM   #7
 
I understand why they multiplied by 13, but i dont see the significance in multiplying by 4
May3-12, 04:28 AM   #8
 
Mentor
Blog Entries: 8
Quote by Gravitational View Post
no, but i dont think modulo arithmetic is necessary in this problem
It's not necessary in understanding the solution. But it's necessary in understanding why they did what they did.
May3-12, 08:39 AM   #9
 
Blog Entries: 2
Quote by Gravitational View Post
I understand why they multiplied by 13, but i dont see the significance in multiplying by 4
If you understand the first part, then you should understand the logic of the second part. Both parts are required to show the "if and only if" condition. Basically, they used multiplication by 4 since 4*9 = 17*2 plus 2 and that is the way to reduce the 9x to 2x mod 17. Because of the iff part, taking care of the x variable also takes care of the y variable.
May6-12, 12:15 AM   #10
 
2x + 3y is divisible by 17, there is an integer k such that (2x + 3y)/17 = k <=> 2x + 3y = 17k. Multiply both sides by 13
13(2x + 3y) = 13 * 17k
<=>
26x + 39y = 13 * 17k
<=>
9x + 5y + (17x + 34y) = 13 * 17k
<=> (moving over the thing in the parantheses to the right-hand side and factoring out 17
9x + 5y = 13 * 17k - (17x + 34y) = 13 * 17k - 17(x + 2y) = 17(13k - (x + 2y))

Thus 9x + 5y is divisible by 17.

I actually think this proof is better
May6-12, 12:16 AM   #11
 
Quote by Gravitational View Post
2x + 3y is divisible by 17, there is an integer k such that (2x + 3y)/17 = k <=> 2x + 3y = 17k. Multiply both sides by 13
13(2x + 3y) = 13 * 17k
<=>
26x + 39y = 13 * 17k
<=>
9x + 5y + (17x + 34y) = 13 * 17k
<=> (moving over the thing in the parantheses to the right-hand side and factoring out 17
9x + 5y = 13 * 17k - (17x + 34y) = 13 * 17k - 17(x + 2y) = 17(13k - (x + 2y))

Thus 9x + 5y is divisible by 17.

I actually think this proof is better
solution*
May6-12, 11:26 PM   #12
 
Blog Entries: 2
Quote by Gravitational View Post
2x + 3y is divisible by 17, there is an integer k such that (2x + 3y)/17 = k <=> 2x + 3y = 17k. Multiply both sides by 13
13(2x + 3y) = 13 * 17k
<=>
26x + 39y = 13 * 17k
<=>
9x + 5y + (17x + 34y) = 13 * 17k
<=> (moving over the thing in the parantheses to the right-hand side and factoring out 17
9x + 5y = 13 * 17k - (17x + 34y) = 13 * 17k - 17(x + 2y) = 17(13k - (x + 2y))

Thus 9x + 5y is divisible by 17.

I actually think this proof is better
More powerful if you use the Mod operations. In Mod 17, multiples of 17 == 0.

2x + 3y == 0 Mod 17
26x + 39y == 13* 0 Mod 17
9x + x*0 + 5y + y*0 == 13*0 Mod 17
9x + 5y == 0 Mod 17

I other words 9x+ 5y is divisible by 17 if 2x + 3y is divisible by 17
New Reply

Tags
divisibility, mathematics, maths, number theory

Similar discussions for: Basic number theory problem
Thread Forum Replies
Number Theory: Basic Congruence question(?) Calculus & Beyond Homework 0
Basic Number theory question: Calculus & Beyond Homework 2
Efficient way to solve basic high school level number theory questions? Linear & Abstract Algebra 22
Basic Number Theory Linear & Abstract Algebra 12
Basic Number Theory: LCM/GCD Proof Calculus & Beyond Homework 4