Proving Divisibility by 3 for $\mathbb{Z}^{+}$ Sets

  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Divisibility Sets
AI Thread Summary
To prove that a number formed by the digits from a set of positive integers is divisible by 3 if and only if the sum of those digits is divisible by 3, one can utilize properties of modular arithmetic. Specifically, a number is divisible by 3 if the sum of its digits is a multiple of 3, as multiplying by powers of 10 does not change the digit sum. The discussion highlights the relevance of induction and the unique representation of integers divisible by 3. Additionally, the constraint that the digits are less than or equal to 9 is acknowledged but not essential for the proof. Understanding these principles can be further enhanced by exploring resources on modular arithmetic.
bomba923
Messages
759
Reaction score
0
Where \mathbb{Z}^{+} represents the set of all positive integers,
How do I prove that

\begin{gathered} \forall \left\{ {a_0 ,a_1 ,a_2 , \ldots ,a_n } \right\} \subset \mathbb{Z}^ + \;{\text{where}}\;\max \left\{ {a_0 ,a_1 ,a_2 , \ldots ,a_n } \right\} \leqslant 9, \hfill \\<br /> \left( {\sum\limits_{k = 0}^n {a_k 10^k } } \right)\;{\text{is divisible by }}3{\text{ iff }}\left( {\sum\limits_{k = 0}^n {a_k } } \right)\;{\text{is divisible by 3}} \; {?} \hfill \\ \end{gathered}
 
Last edited:
Physics news on Phys.org
Generally, you would want to look at problems like this modulo 3. Or, equivalently, to see if 3 divides their difference.
 
:redface: Do you know any good books or sources on modulus?
(I'm only a HS student, just started CalcIII)
 
I used induction and the fact that if an integer z is divisible by 3, then there exists (a unique) integer m such that z = 3m. Strangely though, I did not use the fact that the a_i's are smaller or equal to 9...
 
Last edited:
Consider that a number is divisible by 3 iff the digits of the number add up to a multiple of three and that multiplying a number by a multiple of 10 just adds 0s to it and thus doesn't affect the sum of its digits.
 
Consider that a number is divisible by 3 iff the digits of the number add up to a multiple of three

This is equivalent to bomba923's question.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top