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
1 answer

Better proof of $X^5=Y^2+4$ has no solutions in $\bf Z$?

Consider: $X^5=Y^2+4$ $X,Y \in \bf Z$. If $11 \not | X \rightarrow X^{10}-1\equiv 0 \pmod {11}\rightarrow (X^5-1)(X^5+1)\equiv 0 \pmod {11} $. From here we do a remainder table for all numbers and see that there's $Y: Y^2+4$ that can be congruent…
YoTengoUnLCD
  • 13,384
0
votes
1 answer

subtract two 4-digit numbers and obtain the sum of the digits always 18

Let (abcd) and (dcba) be 4-digit numbers and (abcd)-(dcba)= (xyzt) show that the sum of the number (xyzt) is always 18. I think we will use divisibility rules but i could not succeed...
0
votes
5 answers

How to prove that $7^{15} + 7^{16} + 7^{17} - 1$ is divisible by $10$?

This was a question on my math exam. We weren't able to use calculators so proving by manually calculating the exact value would take too long. In the end I ignored this question to save time but I'm still curious.
Cathier
  • 43
0
votes
3 answers

Let N be a four digit number, and N' be N with its digits reversed. Prove that N-N' is divisble by 9. Prove that N+N' is divisble by 11.

Let $N$ be a four digit number, and $N'$ be $N$ with its digits reversed. Prove that $N-N'$ is divisible by $9$. Prove that $N+N'$ is divisible by $11$. I let $N=abcd$ and $N'=dcba$ but I dont see how I can proceed to show that either the sum or…
Caddy Heron
  • 1,249
0
votes
4 answers

Is it correct that $\frac{1}{0}=\frac{1}{-0}$ and if it is, why is $\frac{1}{0} \neq 0$?

This is a genuine question, I am not trying to convince anyone. But I'm sure hundreds of people already considered this, so if you can point out where I'm wrong, it would be much appreciated. If we forget about limits and infinitesimals, then $0 = a…
Yuriy S
  • 31,474
0
votes
1 answer

$\gcd(ca,cb)\mid ca$ and $\gcd(ca,cb)\mid cb \to \gcd(ca,cb)\mid cd$.

Let $(ca)x + (cb)y = cd$ where $d = (a, b).$ Then since $\gcd(ca,cb)\mid ca$ and $\gcd(ca,cb)\mid cb \to \gcd(ca,cb)\mid cd$. I don't get how they deduced the conclusion. For one thing, $\gcd(ca,cb)\mid ca$ and $ \gcd(ca,cb)\mid cb \to…
0
votes
1 answer

The lowest number that is divisible by a and b

I have the numbers $a = 120, b = 144$. So if I prime them I get $120 = 5\times3\times2\times2\times2$ and $b = 144 = 2\times3\times3\times2\times2\times2$. I am looking for the lowest number that is divisible by both $120$ and $144$ . Do you know…
addde
  • 449
0
votes
3 answers

Are there any divisibility rules using 7?

Divisibility rules of 1,2,3,4,5,6,8,9 are first or second grade math. Are there any divisibility rules for numbers with factors including 7. I noticed that the digits of 7x starting with x=1 to x=5 have digits that add up to 7, 5, 3, 10, and 8.
AAron
  • 11
0
votes
1 answer

Division with dividend less than divisor

Let $a\geq b$. We define the division of $a$ by $b$ to be, $$a=bq+r,$$ where $q,r$ are integers and $0\leq r
0
votes
2 answers

Why doesn't x/0 = ±∞

I was watching a video on numberphile about dividing by 0 and It said that x/0=Undefined or Error since it could be + or - ∞. Question is why did mathematicians call it Undefined instead of ±∞? This way if we did 20/0 on a calculator it would give…
iProgram
  • 103
0
votes
4 answers

$\gcd(4n+1, n+2)$ is found in what sense?

What is the gcd of these two numbers? Is it possible to find the gcd? It should be $1$ when $n=1$, but $3$ when $n=5$. $4n+1 = (3)(n+2) + (n-5)$ <-- This step is only valid when $n \geq 5$ How do I find the gcd?
Don Larynx
  • 4,703
0
votes
1 answer

Confusion (Divisible, Multiples)

So the question is "How many numbers between $3$ and $101$ are exactly divisible by $4$?" I found out that the answer is $25$. When reading this question over, a thought came into my head. What if the question said "are exactly multiples of…
John
  • 159
0
votes
5 answers

Find the greatest common divisor of $8^{10}+12$ and $8^5$ without a calculator.

Find the greatest common divisor of $8^{10} + 12$ and $8^5$ I found the answer using a rather silly method: I found the GCD of the two numbers by finding the GCD of all the three numbers $8^{10}$, $12$ and $8^5$. Which is $4$. I feel like there is…
pradha
  • 1
0
votes
2 answers

Which number is divisible by $3^6$?

Which number is divisible by $3^6$? $30^2\times 75^4$ $15^2\times162$ $30 \times 18^2$ $6^2\times 30^3$ I cannot show any attempts that I have tried because I don't even know where to start. I know there must be a simpler way to find out.
amundi12
  • 509
0
votes
1 answer

Proving divisibility of b and a

Let $a,b \in \mathbb{N}$ such that $2a=3b$. Show that $2|b$ and $3|a$. My Approach: My approach to this question is to find an expression for $b$ in a way that the expression is divisible by $2$. Then, find an expression for $a$ in such a way…
amundi12
  • 509