| Thread Closed |
proving a number is divisible by 48 |
Share Thread | Thread Tools |
| May25-05, 11:43 AM | #18 |
|
|
proving a number is divisible by 48Because 3 * 2 = 6, therefore it must also be divisible by 6? Is that correct? |
| May25-05, 12:26 PM | #19 |
|
|
Let's see if I can apply it. Let's say p = 5, does that mean then it is congruent to: [tex]0 + 2x + 1 (mod~5)[/tex]? How I derived this: [tex]5 \equiv 0 (mod~5)[/tex] therefore [tex]5x^2 \equiv 0x^2 (mod~5) = 0[/tex] [tex]7 \equiv 2 (mod~5)[/tex] therefore [tex]7x \equiv 2x (mod~5)[/tex] [tex]1 \equiv 1 (mod~5)[/tex] |
| May25-05, 01:58 PM | #20 |
|
|
|
| May25-05, 02:07 PM | #21 |
|
|
Do I have to apply mod 5 to every term?
For example, [tex]3^{2n} + 7[/tex], could I apply mod p to the 7 only and still have it being congruent? i.e., p = 8; [tex]3^{2n} + 7 \equiv 3^{2n} -1 (mod~8)[/tex]? or do I have to apply it to the 3 as well, that is, ... oh wait... it is already mod 8... but I could change it to [tex]3^{2n} + 7 \equiv -4^{2n} -1 (mod~8)[/tex] correct? |
| May25-05, 02:10 PM | #22 |
|
|
Since 0*p is divisible with p, yes.
|
| May25-05, 02:11 PM | #23 |
|
|
|
| May25-05, 02:12 PM | #24 |
|
|
|
| May25-05, 02:14 PM | #25 |
|
|
|
| May25-05, 02:15 PM | #26 |
|
|
Do as Darth Gokul saith, be sure you understand the definition of congruence. |
| May25-05, 02:15 PM | #27 |
|
|
n divides a-b, ahh
|
| May25-05, 02:20 PM | #28 |
|
|
[tex] 7 \equiv [/tex]-1 [tex](mod~8)[/tex] |
| May25-05, 02:30 PM | #29 |
|
|
LOL, which pretty much states that I did not apply mod 8 to just the 7. Sorry, I'm a goof
|
| May30-05, 02:24 AM | #30 |
|
|
My professor has posted up the proof to this question and I am not understanding one thing: The part where I have to prove that [tex]6|k^3 + 5k[/tex]. His proof states that k must take one of six forms, that is 6m, 6m+1, 6m+2, 6m+3, 6m+5, and must be divisible by 6 when substituted in for k.
The case thing is what I don't understand. Why does this prove that [tex]6|k^3 + 5k[/tex]? |
| May30-05, 03:36 AM | #31 |
|
Recognitions:
|
You're missing out 6m+4, but the point is if you were to put any of those numbers into the formula k^3+5k you get a number divisible by 6. He's just doing the "unclever" way of solving the problem, that is to say he's doing modulo arithmetic without telling you he's doing modulo arithmetic.
Every given any number n and another number p we can express n=pq+r where q and r are integers 0<=r<p and q is then uniquely determined. That is just kindergarten mathematics (which is far more mathematically mature than knowing how to write out decimals if you ask me) where r is the remainder after dividing by p. All he is now claiming is that whatever the remainder is after dividing by 6 (ie what class it is in modulo r) we get something divisible by 6, eg if k=6m+1 k^3+5k= (6m+1)^3+5(6m+1) = (6m^3) +3(6m)^2+4(6m)+1+5(6m)+5 obvisouly anyting with a 6m in it is divisible by 6 so that just leaves 1+5 part, which is also divisible by 6. Hopefully you see that if I expand (6m+r)^3 i get something divisible by 6 plus r^3, and the 5k=30m+5r, so I just need to show that r^3+5r is divisible by 6 for r from 0 to 5. |
| May30-05, 03:48 PM | #32 |
|
|
Oooh.. so those forms, 6m, 6m+1, etc., are all possible ways of expressing any number in terms of 6?
That is q=6, the uniquely determined integer? But that doesn't mean that n is divisible by 6? Oh I get it... so for any integer k, k can be expressed using one of the six forms. (Now help me with my understanding of why we do this...) We use q=6 so that we may be able to find 6 as a common term... I'm afraid to say it but I think I have the idea... |
| May30-05, 04:36 PM | #33 |
|
Recognitions:
|
Note if k=6m+r then k=r mod 6. |
| May31-05, 01:49 AM | #34 |
|
|
Dividend = Divisor*Quotient + Remainder Now he was well aware of this, then i made a connection of this equation with the above proposed "i can express any number as......". Then i had to get back to the original question. To this day, i still hope he understood what i said that day. -- AI |
| Thread Closed |
| Thread Tools | |
Similar Threads for: proving a number is divisible by 48
|
||||
| Thread | Forum | Replies | ||
| infinitely divisible vs finitely divisible time | General Physics | 8 | ||
| proving that a real number exists in between a real number, | Calculus | 19 | ||
| help needed in proving a number to be perfect square | General Math | 12 | ||
| Proving the limit for the number e | Calculus & Beyond Homework | 11 | ||
| Euler's number e, proving convergence and bounds | Calculus & Beyond Homework | 5 | ||