Questions tagged [divisibility]

This tag is for questions about divisibility, that is, determining when one thing is a multiple of another thing.

If $a$ and $b$ are integers, $a$ divides $b$ if $b=ca$ for some integer $c$. This is denoted $a\mid b$. It is usually studied in introductory courses in number theory, so add if appropriate.

A common notation used for the phrase "$a$ divides $b$" is $a|b$. It is also common to negate the notation by adding a slash like this: "$c$ does not divide $d$" written as $c\nmid d$. Note that the order is important: for example, $2|4$ but "$4\nmid 2$".

This notion can be generalized to any ring. The definition is the same: For two elements $a$ and $b$ of a commutative ring $R$, $a$ divides $b$ if $ac=b$ for some $c$ in $R$.

Divisibility in commutative rings corresponds exactly to containment the poset of principal ideals. That is, $a$ divides $b$ if and only if $aR\subseteq bR$. For commutative rings like principal ideal rings, this means that divisibility mirrors exactly the poset of all ideals of the ring.

The topics appropriate for this tag include, for example:

  • Questions about the relation $\mid$.
  • Questions about the GCD and LCM.

There are divisibility rule that is a shorthand way of determining whether a given integer is divisible by a fixed divisor without performing the division, usually by examining its digits.

6170 questions
0
votes
3 answers

If $ a|n$ and $b|n$ and $\gcd(a, b) = 1$ then $ab|n$

This is an extremely simple problem but I'm new to this sort of math so I was wondering if anyone could lead me in the correct direction as to how I'd prove this formally?
0
votes
2 answers

Divisibility of a power

I'm being asked to prove that if $n|m$ and $a > 1$ then $\frac{a^m-1}{a^n-1}$ is an integer. I would like an algebraic prove of the problem.
0
votes
1 answer

Showing the gcd of Integers can be Distributed

The Question: Use the theorem on classification of subgroups of $\mathbb{Z}$ to prove that, if $a_1,...,a_n \in \mathbb{Z}, gcd(a_1,...,a_n) = gcd(gcd(a_1,...,a_k),gcd(a_{k+1},...,a_n))$ for any $1 \le k \le n.$ The theorem, I believe, is that all…
user82004
0
votes
1 answer

Ruffini's rule, a problem with 3 variables and apparently only 2 conditions

Please help me to solve this problem using Ruffini's rule. Given $P(x) = a x^3 + 2 x^2 + c x + d$, please help me to determine the values of $a$, $c$ and $d$ so that P(x) is divisible by $(3x+2)$ and by $(x+2)$.
0
votes
0 answers

What is the meaning of Division (Average Gain / Average Loss) in the RSI indicator?

The formula of RSI indicator (RSI = 100 - (100 / (1 + RS), RS = Average Gain / Average Loss), given the definition of division is to split an amount into equally-sized group. Here, based on the definition of division, does it mean we are splitting…
0
votes
0 answers

Divisibility proof: if $10\mid a+b$ and $5\mid b$, then $5\mid a$

I am trying to figure out whether it is true or false that if $10\mid a+b$ and $5\mid b$, then $5\mid a$ in $\mathbb{Z}$. I am trying to demonstrate it that it is a true statement like so: $a+b=10q$ and $b=5q'$ therefore $a=5q''$ Substituting, we…
0
votes
0 answers

Pattern in the universal divisibility test

I recently came across this test here I understand how this works but I noticed something in the example given in said answer for the mod 7 of 43211 (I would assume this pattern extends to all other numbers). (when 43211 is being simplified to…
0
votes
1 answer

Show that the number isn't divisible by 341 (using congruences & Fermat's little theorem)

Show that the number $3^{341}-3$ isn't divisible by $341$. We've just covered Fermat's little theorem and linear congruences in my Algebra class. I've realized that $341 = 11*31$ and I've wrote down: $3^{341}-3 \equiv mod$ $341 $ How can I isolate…
0
votes
0 answers

Number theory (Divisibility)

Find all tuples of positive integers $(a, b, c)$ such that lcm$(a, b, c)$ = $ab + bc + ca\over 4$ I am stuck on this problem for almost 2 hours. I tried the following things (however didn't reach the answer): 1)writing $a=dx,b=dy,c=dz$ and tried to…
0
votes
2 answers

Divisibility by 13 of a large number written in base 14

I was given this question: suppose 123456789abcd is written in base 14. What is its remainder when divided by 13? I know the answer is zero but I had to do it using Wolframalpha. I'm wondering if there's a smart way to do it, instead of doing it by…
user1691278
  • 1,361
0
votes
1 answer

If division can be thought of as simply another way to do subtraction, why does dividing by zero not result in infinity?

First off, I won't claim to be a math expert: it was debatably my least favorite subject in school, and Pre-Calculus was where I reached the limit of my mathematical capabilities. However, I recently saw Alan Becker's new video Animation vs. Math…
0
votes
0 answers

If $a_1, a_2, \cdots, a_n$ are two-to-two relative prime integers (n ≥ 2) and for each i, i =1, 2, . ., n, $a_i|c$, prove that $a_1*a_2 · · · a_n|c$

I did this proof by induction: Case Base: n=2. if we have $a_1|c$ , $a_2|c$ and $(a_1,a_2)=1$ then $a_1$*$a_2$|c. Inductive step: Let's prove that $a_1$$a_2$...*$a_(n+1)$|$c$ I don't know how to use the hypothesis and I don't know how to finish this…
0
votes
0 answers

Divisibility Demonstrations (Propositions)

I already have a demonstration, but need a second opinion on how to demonstrate this: Being $a,b\in\Bbb Z$, If $a^2|b^3$, then $a|b$
0
votes
0 answers

If a 10-digit number 2094x843y2 is divisible by 88, then the value of (5x— 7y) for the largest possible value of x, is:

options 3,5,2,6 my take 3y2 is divisible by 8 if y = 1 or 5 or 9 If y = 1, then 2094x84312 is divisible by 11 if x = 1 If y = 5, then 2094x84352 is divisible by 11 if x = 8 5x – 7y If y = 9, then 2094x84392 is divisible by 11 if x = 4 …
unknown
  • 37
0
votes
3 answers

Find the inverse using fast exponential algorithm?

I need to solve the following equation: $$x\equiv 17^{-1} \pmod{83}$$ Using...some "fast exponential algorithm". Well, that's the only information I have. Do you maybe know some fast exponential algorithm that could be helpful? ;)
khernik
  • 1,369