Prove the following (how to tell if a number is divisible by 3)

  • Context: Undergrad 
  • Thread starter Thread starter Ocerox
  • Start date Start date
Click For Summary

Discussion Overview

This thread discusses a mathematical problem regarding the divisibility of a number by 3 based on the sum of its digits. Participants explore the proof of the statement that if the sum of the digits of a number is divisible by 3, then the number itself is also divisible by 3. The discussion also touches on the personal concerns of a participant regarding their readiness for graduate school in mathematics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Meta-discussion

Main Points Raised

  • One participant presents the problem of proving that if the sum of the digits of a number is divisible by 3, then the number itself is also divisible by 3.
  • Another participant suggests that if individual digits are divisible by 3, then the combined number formed by those digits is also divisible by 3, extending this idea to multiple digits.
  • A different participant reformulates the problem, indicating that adding multiples of 3 to the sum of the digits maintains divisibility by 3.
  • Another contribution presents a concise mathematical expression to show the relationship between the number and its digits regarding divisibility by 3.
  • Concerns are raised about the participant's confidence in their proof skills and whether struggling with this problem indicates a lack of readiness for graduate school.
  • Advice is given suggesting that struggling with proofs is common and that with effort and possibly tutoring, one can improve their skills in writing proofs.

Areas of Agreement / Disagreement

Participants generally agree on the mathematical principles related to the divisibility by 3, but there is no consensus on the personal implications for the participant considering graduate school. The discussion remains unresolved regarding the participant's readiness for further academic pursuits.

Contextual Notes

Some participants express uncertainty about the generalizability of their experiences with proofs and the implications for graduate school readiness. There are also varying opinions on the necessity of additional preparation before pursuing advanced studies.

Ocerox
Messages
1
Reaction score
0
This thread has 2 parts.

The first part consists of a problem I'm going to ask brains more intelligent than mine to help me solve.

The second part consists of my wanting to know whether a person who has a BA in math who is this helpless when it comes to proofs should bother with grad school.The first part.

Prove that if

(x1 + x2 + ... + xn) % 3 = 0

where xi is an integer such that 0 <= xi <= 9

then the number whose digits equal those xi's, in that particular order, is also divisible by 3.

This relates to that shorthand way most of us learned in school to tell if a number is divisible by 3. For example, how do we tell if the number 23520 is divisible by 3? We add up its digits and if the sum is divisible by 3, then so is the number. In this case 2 + 3 + 5 + 2 + 0 = 12, which means that 23520 is also divisible by 3.

****
And now back to the second part of this post: given that I have a BA in math, and given that I spent almost 2 hours while I was driving on the highway trying to mentally solve this problem and couldn't do it, does it mean that I am not grad school material? Or am I trying to solve a problem that the average BA in math probably wouldn't be able to solve?
 
Last edited:
Mathematics news on Phys.org
EDIT: Sorry this doesn't answer your question at all!

If X1%3=0 and X2%3=0 then (X1*10+X2)%3=0, i.e. (X1X2)%3=0 (these are separate digits in the last one, not a product)

This idea can be extended to as many digits as you like. And to question number 2. Being hopeless at proofs means just means you got to put in more work. If you are willing to work hard then grad school will be easy. Oh yeah, and concentrate on the road when your driving!
 
Attempt number 2:

if (X1*10+X2)%3=0
then (X1*9+X1+X2)%3=0
then (X1+X2)%3=0
 
Please allow me to rearrange your expression:
If
x_d=x_n+x_{n-1}+...+x_3+x_2+x_1
is divisible by 3, then the number x=x_n x_{n-1}...x_3x_2x_1 is divisible by 3.

If we add anything that is a multiple of 3 to x_d, it will still be divisible by 3. (property of the modular congruence, if you want to be technical). We can add 9x_2, 99x_3,999x_4 etc. to x_d and get x. Since all of the things we added are divisible by 3, we have x\equiv 0 \mod 3.
 
Although the previous two posts already pretty much answered it, I'm going to say it again, but just very concise (cause that's how I personally like it ;))

x = \sum_{k=0}^{n} x_k 10^k \textrm{ is the number with those digits, and now } (x \mod 3) = \left( \sum_{k=0}^{n} (x_k\mod 3) (10 \mod 3)^k \right) = \left( \sum_{k=0}^{n} x_k \mod 3 \right) = 0

As for your second question: I'd say one problem is far from conclusive, try more :)
 
Ocerox said:
And now back to the second part of this post: given that I have a BA in math, and given that I spent almost 2 hours while I was driving on the highway trying to mentally solve this problem and couldn't do it, does it mean that I am not grad school material? Or am I trying to solve a problem that the average BA in math probably wouldn't be able to solve?

The first time you saw an example finding the limit of a nontrivial equation at a point it was probably close to incomprehensible. Likewise the first time you saw an example of finding a derivative, an integral, a differential equation, etc it was probably about the same. The second or third or fourth time it was closer to just being a trick. The tenth or twentieth it was a method. I suggest that proofs may be the same.

Consider that you are easily going to spend $25,000 on an in-state public grad school. You almost certainly do not want to get into that and then discover you are not going to make it. So I propose you spend perhaps five percent of that to get a much better idea whether you will succeed.

I propose that you find a *qualified* tutor who is confident that in say 40-60 hours of their time, and *at least* several times that much of your time and hard work and concentration trying to learn a new and very foreign skill, that you will either become proficient in writing very good proofs or you will be much more certain that this is not the path for you.

That might seem like a substantial investment just to answer a question, but consider how much even the first semester or two of grad school will cost you to find out the same answer and with a much higher personal cost if the answer turns out to be no.

If most of the way through that tutoring process the answer appears to be more likely yes then you see if a local school has a very good prof teaching the first year of undergraduate analysis, or whatever they use for the first year of introduction to proof, get the textbook, explain to the prof you are looking at their grad school and politely ask if you might sit in the back, not take up any of their time, and work twice as hard as anyone else in class to see if you have what it will take.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K