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

How many 4-digit numbers with $3$, $4$, $6$ and $7$ are divisible by $44$?

Consider all four-digit numbers where each of the digits $3$, $4$, $6$ and $7$ occurs exactly once. How many of these numbers are divisible by $44$? My attack: There are $24$ possible four digit numbers where $3$, $4$, $6$ and $7$ occur exactly…
rae306
  • 9,742
0
votes
4 answers

How do you prove this divisibility?

If $n$ is any natural number, prove that $3\mid 2^{2^n}-1$ is true. I can't find out how to do it. Thanks.
0
votes
1 answer

How to get all divisors of an integer using only pen & paper

Is there any fast approach to get all divisors of an integer by only using pen & paper?
muffel
  • 2,879
0
votes
2 answers

Prove that ac=bd implies a=d and b=c (if a,b relatively prime and c,d relatively prime)

Suppose that $\mathbf{a}$ and $\mathbf{b}$ are relatively prime, and that $\mathbf{c}$ and $\mathbf{d}$ are relatively prime. Prove that $\mathbf{ac = bd}$ implies $\mathbf{a = d}$ and $\mathbf{b = c}$. I'm a little stuck on this. I know that by…
Steven
  • 13
0
votes
2 answers

Divisibility question: if $a=be+r$, then $e$ $= ⌊\frac{a}{b}⌋$

If $a,b \in \Bbb Z$, then I know that $ a=be+r$, where $e\in \Bbb Z$ and $r$ is the remainder. How can I prove that $e$ is equal to $⌊\frac ab⌋$? I'm missing this step in another proof and I really don't know how to prove it. Thanks.
Lstoi
  • 199
0
votes
2 answers

If $a$|$c$ and $b$|$c$, then $\frac {ab}{(a,b)}$|$c$

How can I prove that for $a,b,c \in ℕ^*$, if $a$|$c$ and $b$|$c$, then $\frac {ab}{(a,b)}$|$c$? This is what I've tried: $a$|$c$ and $b$|$c$ implies that $ba$|$bc$ and $ab$|$ac$, so $ab$|$bcx + acy$ and $ab$|$c(bx+ay)$. We know that for some…
0
votes
1 answer

Finding the biggest $n$ that is divisible by all $m < \sqrt[3]{n}$

Find the biggest positive integer $n$ such that $n$ is divisible by all positive integers smaller than the integer part of the cubic root of $n$. I'm quite sure it's $420$, but I need proof for that.
0
votes
4 answers

Prove that $2^{2k-1}+2^{k}+1$ is not divisible by $7$ for any $k$ natural number

I am trying to prove this, but I really can't seem to get anywhere with it.. I tried transforming this into something else, but no transformation yields in any useful expression whatsoever.. As always, I'm searching only for a little hint, just to…
0
votes
1 answer

Every natural number greater than 1 is divisible by a prime number

Sorry if this question has been asked, but a couldn't find one using the method I need. I want to prove that every natural number greater than 1 is divisible by some prime number using the WOP. I have done this by taking S to be the set of natural…
user112495
  • 384
  • 4
  • 13
0
votes
1 answer

Methodology to solve modulus equation?

I am trying to solve this equation (d*49) % (43480 * 242343) = 1 for the variable d. I was attempting to use the Extended Euclidean algorithm but am not sure how to set everything up and iterate through to get d. Can someone please help me get it…
0
votes
1 answer

What is the concept behind divisibility of large numbers that contain only the digit 1?

An example question I found in a text book is : The 300 digit number with all digits equal to 1 is : A) Divisible by neither 37 nor 101 B) divisible by 37 but not by 101 C) divisible by 101 but not by 37 D) Divisible by both 37 and 101
user106583
0
votes
1 answer

Greatest common denominator

My problem is figuring out how to express the GCD as a linear combination of $(9,11)$. So far, I have: $$11 = 9 + 2$$ $$9 = 4 \cdot 2 + 1$$ From here, I'm not sure if I put $2 = 2 \cdot 1$ As for "working backwards", I think I start out with $1 = 9…
0
votes
2 answers

How can I prove that 4k^2 mod 3 is always = 1

I have a statement $n \in N, \;n^2 \mod 3 = \{0, 1\}$, which basically says that any natural number $n$ when squared will have a remainder after dividing by $3$ of either $0$ or $1$. From here I expended my proof into two cases $n = 2k, n^2 =…
Morgan Wilde
  • 431
  • 5
  • 15
0
votes
1 answer

Is this proof correct? (GCD)

If this proof is incorrect can someone tell me what is wrong with it, and which step is incorrect. Let a, b ∈ℤ If gcd(a, b) = 35, then 25 ∤ a or 25 ∤ b. Proof Consider the contrapositive: if 25|a and 25|b, then gcd(a,b) ≠ 35. Let d =…
Jake Park
  • 1,277
0
votes
1 answer

Find Greatest Common Divisor and Least Common Multiple

Find GCD (320, 112) and LCM[320, 112]. Solve the equation 320x + 112y = a in the following situations: (i) a = 32 (ii) a = 10. Using Euclids Algorithm to find the GCD I have the following: 320 = 112*2 + 96 112 = 96*1 + 16 96 = 16*6 + 0…