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
2 answers

Possible to find integers $x,y$ such that $6x+15y=2$?

I know that in general, for two integers $a$ and $b$, there exist integers $x$ and $y$ such that \begin{equation} ax+by=gcd(a,b) \end{equation} In this case, let $a=6$ and $b=15$ and let the right-hand-side equal $2$. Do there exist any $x$ and $y$…
EthanAlvaree
  • 3,412
0
votes
1 answer

Finding the number that gives remainder equal to 0

Hi i'm not english so I'll try to explain this as good as I can . If we have for example 250 : 5 = 50 , remainder 0 let's say I don't know the number i'm going to divide (because it is generated random or it changes) , but I know that I want a…
Hammond95
  • 103
0
votes
2 answers

$c=\text{gcd}(a,b)$ means $\exists{x,y}\in{\mathbb{Z}}$ so that $a=cx$ and $b=cy$. Show $\text{gcd}(x,y)=1$

Obvious homework question, so hints please: Suppose $a,b \in{\mathbb{Z}_+}$ and $c=\text{gcd}(a,b)$. So we know $\exists{x,y}\in{\mathbb{Z}}$ so that $a=cx$ and $b=cy$. Show that $\text{gcd}(x,y)=1$. A hint was provided with the question, but I…
-1
votes
1 answer

successive divisibility of a number by 9,8,7,6,5,4,3,2

There is a nine digit number . If you delete the digit at its unit place the remaining number would be divisible by nine, if you delete the digit at its tenth place the remaining number would be divisible by eight and the process continues. all the…
-1
votes
3 answers

Easy question but tough judgement -Are both boundary points included in a time interval as in this question

So the question is - Six bells commence tolling together at intervals of 2,4,6,8,10 and 12 seconds respectively In thirty minutes how many times do they toll together? (A) 16 (B)15 This question is real question from a recent competitive exam. Now…
-1
votes
4 answers

If GCD of x and y is G then GCD of x and x+y is also G. but how to prove it?

If GCD of x and y is G then GCD of x and x+y is also G but how to prove it?
-1
votes
2 answers

Solution for trinomial divided by binomial equation

I have the following equation to solve. I know that the answer is -5, I made several attempts at this, and arrive at a different answer. My first thought was to factor out the trinomial, but that didn't help. What are the correct steps to solve this…
James
  • 205
-1
votes
2 answers

How many seven digit numbers are there that are divisible by eleven?

How many seven-digit numbers are there that are divisible by 11? In other words, I want to find the number of seven digit numbers that are divisible by 11.
babak
  • 23
-1
votes
1 answer

Prove that if $m^2$ is even then $m$ is even

$m, n \in \mathbb{Z}$ $m^2 = 2n^2 \implies m = 2k$ for some $k \in \mathbb{Z}$ In other words, the first statement implies $m$ is divisible by 2. Why? My professor used this without proving it. My idea is: $m = 2(\frac{n^2}{m})$, but this is not…
-1
votes
2 answers

The exact meaning of $1/0$?

What is the exact meaning of $1/0$? Does that mean a number that is very large, a number that cannot be expressed as the one we know, infinite numbers of number so that giving one particular value is not feasible, or really undefined? Just to check,…
KeSHAW
  • 7
-1
votes
1 answer

Find all natural numbers $n > 2$ so that $\frac{3n^{3}-11n}{n+3}$ is a natural number. I think the book solution is wrong

By applying long division, we can find this $3n^{3}-11n = (n+3)(3n^{2}-9n+16) - 48$ Which is $\frac{3n^{3}-11n}{n+3} = (3n^{2}-9n+16) - \frac{48}{n+3}$ The question: Find all $n > 2$ natural numbers so that $\frac{3n^{3}-11n}{n+3}$ is a natural…
-1
votes
1 answer

How to prove $ 1 \mathrel | a $ for all $ a $.

Prove $ 1 \mathrel | a $ for all $ a $. So far I have $ a = 1 \times a $. I'm pretty sure that is my answer but I don't know how to get there.
-1
votes
1 answer

Testing for divisibility by $3$. Is there an alternative to "the sum of digits is divisible by $3$"?

We know that if we add up all the digits and the sum is divisible by $3$, then the whole number is divisible by $3$. My question is: Are there any other methods that a number is divisible by 3, or is the sum of digits the only one known? Is there…
-1
votes
1 answer

$n$ is divisor of $a-b$ if and only if $n$ is a divisor of $b-a$

I am asked to show that $n$ is divisor of $a-b$ if and only if $n$ is a divisor of $b-a$ It may seem trivial but I am struggling with this question. I am trying to proof it by using the definition but I am struggling. The answer I have is that this…
-1
votes
1 answer

Find the least integer greater than 9999 that is divisible by 3,7,13

What is the the least integer greater than 9999 that is divisible by 3,7,13 ? Any method can be used pay attention to the Euclid algorithm?
andrew
  • 143