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

simple question on division

Does any natural number q divide 0 because there exists a natural number m such that qm=0 (m=0)? Is it true that 0 does not divide any natural number >0, because there does not exist a number q such that 0*q=m where m is any natural number >0. What…
0
votes
1 answer

Finite automata {0,...,9} that reads the digits of integer n (left to right) and accepts if n mod 7=1

So if I understand correctly I need to make a graph with q nodes, but to me the algorithm of divisibility with 7 is way to complex, let alone having 1 remainder. Any help?
0
votes
1 answer

Is there a typo about the theorem of divisibility in The Theory of Numbers book by Ivan Niven; Herbert Zuckerman; Hugh Montgomery?

Theorem 1.1 $a|b$ implies $a|bc$ for any integer $c$; $a|b$ and $b|c$ imply $a|c$; $a|b$ and $a|c$ imply $a|(bx + cy)$ for any integers $x$ and $y$; $a|b$ and $b|a$ imply $a=±b$; $a|b$, $a>0$, $b>0$, imply $a\leq b$; if $m ≠ 0$, $a|b$ implies and…
0
votes
0 answers

Dividing two tuples

Some brief context first. I am doing a Masters and while I am not a novice with numbers (stats is my strong suit) I am still learning math. I have tried to find the answer to the following question in textbooks, but I haven't found anything yet. If…
Mari153
  • 141
0
votes
1 answer

Performance measurement

I asked this question on the forum, and came to the conclusion that performance would be calculated using the following formula: 1 - lower/higher * 100 Based on that, between 0.246 and 0.321, would the performance be increased by 23%? Thanks.
0
votes
2 answers

How to find an unknown divider when only the answer and number to divide is known.

I want to know if there’s a certain process that’ll give me this. I’ve searched online, but since I can’t think of how to even ask the question, I’ve come here. So an example would be: $\frac{60}{x}=4$ , find $x$ I know it’s probably simple but I…
Jack
  • 13
0
votes
2 answers

Divisibility of an expression by 323

Determine the number of integers $n$ with $1\leq n\leq 2017$ such that $323$ divides the expression $20^n + 16^n - 3^n - 1$. So first, the expression is an even number (not sure what that does). Then I try $323=20\times 16 + 3\times 1$ and so I get…
shgdh fgxbcv
  • 275
  • 1
  • 7
0
votes
2 answers

Determine the divisor so that the quotient is less than 6,000.

Determine the divisor so that the quotient is always less than 6,000. The dividend may be any number less than, greater than or equal to 6,000. I'm looking for a formula to help speed up a process at work. I can code this out in long hand using…
0
votes
2 answers

Most frequent remainder when 1000 is divided by all integers from 1 to 1000

Divide 1000 by each integer from 1 to 1000 and record their remainders. Among the 1000 remainders recorded, what number do you see most frequently?
E Koh
  • 29
  • 1
  • 4
0
votes
0 answers

Find perfect dividable numbers

I'm really no math expert but a decent web developer with a simple problem. I have a gallery with items. I can decide how many items I show on each page. I'll give an example... Example with 9 in a row Match row length Each line is filled up with 3…
0
votes
1 answer

If a, b, c and r are integers suppose $a=bq+r$ prove the following statement:$~~gcd(a,b)=gcd(b,r)$

$a=bq+r$ I suppose$~~d|a~~\wedge~~d|b~~\Leftrightarrow~~a=dx~~\wedge~~b=dy~~$for some integers x y. So $dx=dyq+r$ $r=d(x-yq)~~\Leftrightarrow~~d|r$ What I've concluded is $~~d|a~~\wedge~~d|b~~\Rightarrow~~d|r$ A similar argument shows that…
Vinícius
  • 185
0
votes
3 answers

Show that for all $n ∈ Z$, $2n^3 + 3n^2 + n$ is divisible by both 2 and 3.

I have to show that this is divisible by both 2 and 3. For the next, part I have to show that it's divisible by 6 which from what I understand is the same as showing it's divisible by 2 and 3.
student
  • 11
0
votes
0 answers

Faster Method than Brute Force (Find sum of consecutive terms)

Let $a_n$ be the number obtained by writing the integers 1 to $n$ from left to right. Therefore, $a_4 = 1234$ and a_12 = 123456789101112. For $1 \le k \le 100$, how many $a_k$ are divisible by 9? I know that to find this amount, you need to find…
0
votes
0 answers

Lowest possible intersecting divider out of dividers a, b, c, etc

I have a series of constraints: A, B, C, etc. Any number is valid if when divided by ALL of them (one at a time) will result in an integer. Is there any reliable generic way to combine the series A, B, C etc to a common number that is the LEAST…
0
votes
0 answers

A prove question about divisibility

We have 4K=a+bc and 6k=b+ac, but I've tried (a+b)(a-b) or expand it directly. Neither of them works... Got trapped
gonda
  • 23