Questions tagged [integers]

For questions about the structure, definition, and basic properties of the set of integers, or positive and negative whole numbers, commonly denoted $\mathbb{Z}$. Do not use this tag just because your question involves integers. Consider using (elementary-number-theory) or (number-theory) instead of or in addition to this tag.

The integers are the whole numbers, positive, negative and zero. That is, the integers are the numbers that appear in the infinite list

$$.\quad .\quad .\quad -5\quad -4\quad -3\quad -2\quad -1\quad 0\quad 1\quad 2\quad 3\quad 4\quad 5\quad .\quad .\quad .\quad$$

The set of all integers is denoted by $\mathbb{Z}$. The letter Z comes from the German word "Zahlen" which means "numbers". The integers are related to many other familiar sets of numbers:

$$\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R} \subset \mathbb{C}.$$

The set of integers are closed under addition, subtraction, and multiplication. Together with the additive identity $0$ and the multiplicative identity $1$, the integers form an example of a commutative ring with unity. In fact, it is a Euclidean domain.

2606 questions
0
votes
1 answer

sum of all even and odd positive divisors

Find the sum of all odd divisors of 3600 $3600=6^2.10^2$ Divisors are of the form $6^α.10^β$ Each term in the product $(1+6+6^2)(1+10+10^2)$ is a positive divisor of $3600$ Now how do I separate even and odd divisors? Any idea is appreciated
user568963
  • 143
  • 2
  • 7
0
votes
4 answers

Prime of form $n^2-4$

Show that The only prime of the form $n^2-4$, $n$ being an integer is $3$ We have $n^2-4=(n+2)(n-2)$ Now for $n^2-4$ being prime value of $(n-2)$ must be $1$. Then $n=3$ and putting the value we get $n=(3^2-4)=5$ But we need to get $3$ instead of…
user568963
  • 143
  • 2
  • 7
0
votes
1 answer

Find the general solution in integer

I tried this but my friend has a different answer Did I make any mistakes?
user568963
  • 143
  • 2
  • 7
0
votes
2 answers

How to determine the amount of non-integers from 0 to $n$ that have integer $x$ as their product?

The specific question: The product of three positive numbers is equal to 12. Of these three positive numbers, $n$ are not integers. What are all of the possible values of $n$? The permissible values of $n$ are clearly 0, 1, 2, and 3. My…
ZeroPhase
  • 229
0
votes
1 answer

How do you find the integer values where x^y=z?

Let's say I give you a number: 2985984, which is equal to $x^y$, where both $x$ and $y$ are integers. How would you find $x$ and $y$ (hint: the answer is 12^6)? Now, let's say I'll say that $x$ is 12. then you can write: $12^y = 2985984$. $log(12^y)…
0
votes
2 answers

Getting smallest positive number

How can I get the smallest positive number $p$ such that $10500p$ is a perfect cube? I have tried to express $10500$ into its prime factors but not getting correct solution. Please help
0
votes
1 answer

how to proof that $1,9999.... \in \mathbb{Z}$?

I want to prove that $1,999\dots$ Is an element of $\mathbb{Z}$. Here is my try : $x = 1,9999\dots \\ 10x = 19,9999\dots \\ 10x - x = 18 \\ 9x = 18 \\ x = 18/9 \\ x = 2 $ So $x \in \mathbb{Z}$ I know something is wrong but where ?
Amine HANINI
  • 125
  • 8
0
votes
1 answer

Solve an equation with parameters over the naturals

How can I find all natural numbers $a$ and $b$ so that the roots of the equation $x^2-abx+a+b$ are integer? ($x$ is a variable) The first idea that came into my mind was to find the solutions of the equation. They are: $x = \frac{ab - \sqrt{a^2 b^2…
G. Amber
  • 123
0
votes
2 answers

Four positive Integers that sum to $216$

There are $4$ positive integers that add up to $216$. If you add 5 to the first one, subtract 5 to the second one, multiply the third one by 5, and divide the fourth one by 5, they will be equal numbers. What I know: The first number is $A$, the…
Puffy
  • 441
0
votes
3 answers

How to prove $ \lfloor \frac{\lfloor\frac{a}{b}\rfloor}{c} \rfloor = \lfloor \frac{a}{b \times c} \rfloor $

If $ a,b,c $ are positive integers, how to prove $ \lfloor \frac{\lfloor\frac{a}{b}\rfloor}{c} \rfloor = \lfloor \frac{a}{b \times c} \rfloor $
0
votes
1 answer

Arithmetic with Integer numbers

I reckon this is a kid question, but I was solving a simple problem today and I got stucked in a basic topic: Arithimetic using integer numbers: My question is: Can someone explain in a logical example or in a logical way why subtracting a negative…
0
votes
1 answer

Cardinality of sets defined by an indicator function

I am currently wondering if it is possible to formally derive the cardinality of a set defined as follows: $$\left\{ k \in \mathbb{N}, k
0
votes
1 answer

What is the smallest CMAR number

Take an integer mapping N -> N' Where the last digit of N ( in the ones place) moves to the first digit to form N' Example: 123->312 I am looking for the smallest number N where N' is a multiple of N: N' = r N, r=2,3,etc (Exclude r=1 since it's…
Mhw
  • 49
0
votes
1 answer

Find the correct answer

Let $n\geq 3$ be an integer. Then the statement $(n!)^{1/n}\leq\frac{n+1}{2}$ is a) true for every $n\geq 3$, b) true if and only if $n\geq 5$, c) not true for $n\geq 10$, d) true for even integers $n\geq 6$, not true for odd $n\geq 5$. Please help…
Iamdark
  • 213
0
votes
4 answers

Given $3$ positive integers $a,b,c$ such that $a>b>c$ how to prove it's always $a^2 - b^2 > b^2-c^2$

I'm new to this site. Apparently It looks like that given $3$ positive integers $a,b,c$ such that $a>b>c$ it's always true that $$a^2 - b^2 > b^2-c^2$$ I'm having a hard time proving this. Thanks in advance.
ETHER
  • 103