Skip to main content

Questions tagged [modular-arithmetic]

Modular arithmetic (clock arithmetic) is a system of integer arithmetic based on the congruence relation $a \equiv b \pmod{n}$ which means that $n$ divides $a-b$.

5 votes
5 answers
361 views

See that $(n, m) = (1, 1)$ is a valid positive integer solution to the Diophantine equation: $$2^n + 1 = 3m^3$$ I am interested in proving that this is the only solution for $n, m \in \mathbb{Z}^+$. ...
Daniel Eduardo Ruiz's user avatar
0 votes
1 answer
52 views

A covering system of ℤ is a finite collection of residue classes $a_1\mod{n_1},a_2\mod{n_2},\ldots,a_m\mod{n_m}$ whose union is $\mathbb{Z}$. I am trying to understand how the structure of such ...
user1714459's user avatar
3 votes
1 answer
110 views

Extend $\gcd$ to all of $\Bbb{Z}^2 \to \Bbb{Z}$ in the standard way, or whatever way makes this work out. Now we know that the topology $\phi$ on $\Bbb{Z}$ generated by open balls of the form $a +b\...
UniversalBasicIncomeSupporter8's user avatar
1 vote
1 answer
122 views

This type of elliptic curve arises from Euler's 4th power taxicab number solution. I will suggest an attempt at a solution $$P^4+Q^4=R^4+S^4$$ $$\begin{cases} P=(a+b) \\ Q=(c-d) \\ R=(a-b) \\ S=(c+d) ...
Pure Mathematics lover's user avatar
0 votes
0 answers
51 views

Let $b > 1$ be an integer, and let $s_b(n)$ denote the sum-of-digits function base $b$. Let $s_b^{\circ k}$ denote the $k$-th iterated $s_b$: $s_b\circ s_b \circ \dots \circ s_b (n)$, for any ...
Daniel Eduardo Ruiz's user avatar
1 vote
3 answers
181 views

I recently had a question in my test, which was: Find the remainder when the number $\underbrace{11111 \cdots 11111}_{n\text{ digits}}$ is divided by $271$. Seeing this question, I completely ...
Rudra's user avatar
  • 338
0 votes
0 answers
38 views

Let D = 3^17 and consider quotient representatives 0 <= C < D. For each C, define <...
JaanA's user avatar
  • 1
2 votes
2 answers
175 views

The cyclic number $$ 142857 \cdot 2 = 285714 $$ can be interpreted as a perfect digit rotation: $$ 2n = R_2(n), $$ where $R_q(n)$ denotes the left cyclic rotation of the decimal digits of $n$ by $q$ ...
Dzmitry's user avatar
  • 29
7 votes
4 answers
442 views

I am interested in the divisibility problem $(n^2+1)\mid(2^n+n)$ for $n>0$. Some immediate conditions: If $n$ is odd, then $n^2+1$ is even but $2^n+n$ is odd, so $n$ must be even. Moreover, if $p\...
Daniel Eduardo Ruiz's user avatar
0 votes
0 answers
41 views

I came across the following identity while studying arithmetic reductions in positional numeral systems. Let $B \geq 2$, and consider an integer written in base $B$: $$x = aB^2 + bB + c$$ with $0 \le ...
Marco Origa's user avatar
0 votes
0 answers
25 views

Setup: Let $M = F_{2r+1}$, $a = F_{2r}$. Define $R_b \equiv ab \pmod M$ for $0 < R_b < M$. The partial rank is given by $\rho_b = 1 + \#\{k < b : R_k < R_b\}$. Main Result: Let $\varphi = \...
Abdelhak Alioui's user avatar
0 votes
1 answer
162 views

I have been experimenting with a factorization approach based on the triangular number theorem (the "Eureka" theorem), which states: Every positive integer can be represented as the sum of ...
Luis C Noguera R's user avatar
0 votes
1 answer
67 views

Task Find a natural number $n>25$ with the property that we can select to each odd prime $q_1=3,q_2=5,\ldots,q_k$ less than $\sqrt{2n}$ a single remainder $a_1,a_2,\ldots,a_k$, $0<a_j<q_j$, ...
Pim Dumans's user avatar
-3 votes
1 answer
106 views

Let $A \in M_p(\mathbb{Z}/n\mathbb{Z})$. Is it true that $$\det(A^k)=\det(A^j)\implies A^k=A^j?$$ In other words, does equality of determinants of matrix powers imply equality of the matrices ...
user7141's user avatar
  • 154
4 votes
1 answer
215 views

Had a student tell me that the last digit of $9^{52}$ is $1$ (which it indeed is) since the last digit of $52$ is $2$ and the last digit of $9^2$ is $1$. Which raised the general question: when is $a^...
mattmcm393's user avatar

15 30 50 per page
1
2 3 4 5
893