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
1
vote
3 answers

Proving divisibility of $a^3 - a$ by $6$

As part of a larger proof, I need to show why $a^3-a$ is always divisible by $6$. I'm having trouble getting started.
Ldog327
  • 519
1
vote
0 answers

Calculating number which is divisible by a given number, knowing only pieces of the number

I'm given a number 'C' in a known base, and the first few digits 'D' (rightmost) of the other number, in the same base. I'm also told that a certain number of a digit 'E' can be appended to the end of the number (on the left). Given all this…
1
vote
2 answers

What is the point of the common divisibility trick for $7$?

The "divisibility rule" to test whether a given integer is divisible by $7$ (or, more generally, to find the remainder when an integer is divided by $7$) is in my opinion, ridiculous. The method is so convoluted that I can't even remember it off the…
1
vote
2 answers

GCD Using Euclidean Algorithm

How do I find the GCD of $65024$ and $128397$? And how do I express the GCD as a linear combination of $65024$ and $128397$ of the form $g = a\cdot 65024 + b\cdot 128397$? My work: $128397 = 65024\cdot 1 + 63373$ $65024 = 63373\cdot 1 + 1651$ $63373…
1
vote
1 answer

Average Speed Calculation

An airplane leaves New York at 1:10 PM and arrives in Miami, 1125 miles away, at 3:40 PM. What is its average speed in miles per hour? Isn't the formula speed = distance/time? It didn't work for me though, I got about 700 MPH.
John
  • 159
1
vote
0 answers

If p is a prime what values of $ a\leq p^{n}$ have $\text{gcd}(a, p^{n}) >1$?

Hi guys need your help. Sorry but I don't understand how to use latex. So really sorry for the writing. The question is if p is prime what values of $ a\leq p^{n}$ have $\text{gcd}(a, p^{n}) >1$? Is it correct for me to assume that a could be…
Stupid
  • 147
1
vote
4 answers

How am I supposed to tell if a number is divisible by $13$ (I need a shortcut)?

I've been trying to figure out if a number is divisible by $13$. As I'm saying this in first person, I think I'm supposed to take the rightmost digit of the number, for example, $39$, multiply it by 9, and finally subtract the digit from the rest…
Mathster
  • 1,057
0
votes
2 answers

Greatest common divisor power of 6 that divides 73!

Can someone please help me with the following problem? Compute the largest integer power of 6 that divides 73!.
steffu
  • 21
0
votes
2 answers

Compute remainder of division

I am trying to compute the remainder of the following division: $$9^{123456789} \quad\textrm{by}\quad 17.$$ Any ideas on how to work this out?
Will
  • 371
0
votes
1 answer

Handing out coupons problem

I am trying to make an equation in excel but I can come up with it. I am handing out coupons to people. Everyone will get 1,2 or 3 coupons. I know how many people and how many coupons I have used. What I need to know is how many people got 1x,2x…
0
votes
1 answer

How many pairs of natural solutions to $p^2q^2-4(p+q)=a^2$?

How shall I find all natural numbers p and q such that $$p^2q^2-4(p+q)=a^2$$ for some natural number $a$? Thanks!
Chun-Yue
  • 231
0
votes
5 answers

Solving -2A - 2B = 2

I should know this, but when simplifying $$-2A - 2B = 2$$ When I divide the LHS by 2, do I divide -2A AND -2B or just one of them? I always thought you did one of them, and then the next. So order of operations would be $$-2A/-2$$ then RHS $$2/-2$$…
0
votes
3 answers

Divisibility involving exponents

How can one prove that $13$ divides $3^x - 16^x$ ? I have tried to apply some exponent laws but those only work when multiplying with the same base, not subtraction. Any helpful hints/advice would be appreciated :)
Marcus
  • 57
0
votes
1 answer

Divisibility: if $a \mid b$ and $b \mid c$, then $a \mid (b+c)$

So I'm unsure as to how to prove this: If $a \mid b$ and $b \mid c$, then $a \mid (b+c)$. I'm aware of the divisibility properties such as: if $a \mid b$, then $b=ak$ for some integer $k$. I also know the Transitivity of Divisibility: Let $a$,…
E 4 6
  • 243
0
votes
1 answer

Simple problem of divisibility.

Given a number N, N <= 10 ^ 10 and given a integer d, also we are given an integer R we have to find integer L such that for every integer i from L to R the integer division (N / i) = d it is gaurented that N / R (integer division) is d
devil
  • 3