SEBA Class 10 Advanced Maths Chapter 3.2 Solutions: Arithmetic of Integers
In this article, we have solved all the questions from Chapter 3.2 of SEBA Class 10 Advanced Mathematics in a simple, uniform, step-by-step manner.
See More
Chapter 3.1 of SEBA Class 10 Advanced Mathematics
Chapter 3.2 of SEBA Class 10 Advanced Mathematics
Chapter 3.3 of SEBA Class 10 Advanced Mathematics
Chapter 3.4 of SEBA Class 10 Advanced Mathematics
Chapter 3.5 of SEBA Class 10 Advanced Mathematics
SEBA Class 10 Advanced Maths Chapter 3.2 Solutions
Q1. Show that the square of an odd integer is expressible in the form $3k$ or $3k+1$.
Solution:
Let us consider any integer $a$.
Applying the division algorithm to the integers $a$ and 3, we get
Thus $a = 3q$, $3q+1$, or $3q+2$, since $r = 0,1,2$.
If $a = 3q$, then
If $a = 3q + 1$, then
If $a = 3q + 2$, then
Thus the square of an integer can be expressed in the form $3k$ or $3k+1$.
Q2. Show that the cube of an integer can be expressed in the form $9k$, $9k+1$, or $9k+8$.
Solution:
Let us consider any integer $a$.
Applying the division algorithm to the integers $a$ and 3, we get
$a = 3q + r, \quad \text{where } 0 \le r < 3 \text{ and } q, r \in \mathbb{Z}$
Thus $a= 3q$, $3q+1$, or $3q+2$, sice $ r= 0,1,2 $
If $a = 3q$, then
$a^3 = (3q)^3 $
$a^3 = 27q^3 $
$a^3 = 9(3q^3)$
$a^3 = 9k, \quad \text{where } k = 3q^3 \in \mathbb{Z}$
If $a = 3q + 1$, then
$a^3 = (3q + 1)^3$
$a^3 = 27q^3 + 27q^2 + 9q + 1$
$a^3 = 9(3q^3 + 3q^2 + q) + 1$
$a^3 = 9k + 1, \quad \text{where } k = 3q^3 + 3q^2 + q \in \mathbb{Z}$
If $a = 3q + 2$, then
$a^3 = (3q + 2)^3$
$a^3 = 27q^3 + 54q^2 + 36q + 8$
$a^3 = 9(3q^3 + 6q^2 + 4q) + 8$
$a^3 = 9k + 8, \quad \text{where } k = 3q^3 + 6q^2 + 4q \in \mathbb{Z}$
Q3. For any $n \in \mathbb{N}$, prove that $\frac{n(n+1)(2n+1)}{6}$ is an integer.
Solution: Let us consider any natural number $n$. Applying the division algorithm to the integers $n$ and 6, we get
Thus $n = 6k$, $6k+1$, $6k+2$, $6k+3$, $6k+4$, or $6k+5$, since $r = 0,1,2,3,4,5$.
If $n = 6k$, then
If $n = 6k + 1$, then
If $n = 6k + 2$, then
If $n = 6k + 3$, then
If $n = 6k + 4$, then
If $n = 6k + 5$, then
Thus for any $n \in \mathbb{N}$, $\frac{n(n+1)(2n+1)}{6}$ is an integer.
Q4. For any $n \in \mathbb{N}$, show that $n(7n^2+5)$ is expressible in the form $6k$, $k \in \mathbb{N}$.
Solution: Let us consider any natural number $n$. Applying the division algorithm to the integers $n$ and 6, we get
Thus $n = 6q$, $6q+1$, $6q+2$, $6q+3$, $6q+4$, or $6q+5$, since $r = 0,1,2,3,4,5$.
If $n = 6q$, then
If $n = 6q + 1$, then
If $n = 6q + 2$, then
If $n = 6q + 3$, then
If $n = 6q + 4$, then
If $n = 6q + 5$, then
Thus for any $n \in \mathbb{N}$, $n(7n^2+5)$ is expressible in the form $6k$, $k \in \mathbb{N}$.
Q5. If $n$ is any odd integer then show that $n^4+4n^2+11$ is expressible in the form $16k$ where $k \in \mathbb{Z}$.
Solution: Let us consider any odd integer $n$. Applying the division algorithm to the integers $n$ and 4, we get
Since $n$ is an odd integer, $r$ can only take the odd values 1 or 3. Thus $n = 4q + 1$ or $4q + 3$.
If $n = 4q + 1$, then
If $n = 4q + 3$, then
Thus, if $n$ is any odd integer, then $n^4+4n^2+11$ is expressible in the form $16k$ where $k \in \mathbb{Z}$.
Q6. Show that an integer and its cube give the same remainder when divided by 6.
Solution:
Let us consider any integer $a$.
Applying the division algorithm to the integers $a$ and 6, we get
Thus $a = 6q$, $6q+1$, $6q+2$, $6q+3$, $6q+4$, or $6q+5$, since $r = 0,1,2,3,4,5$.
The difference between the cube of the integer and the integer itself is given by $a^3 – a$.
If $a = 6q$, then
$$ = 216q^3 – 6q$$
$$ = 6(36q^3 – q)$$
$$ = 6m, \quad \text{where } m = 36q^3 – q \in \mathbb{Z}$$, which is divisible by 6
If $a = 6q + 1$, then
$$ = (216q^3 + 108q^2 + 18q + 1) – 6q – 1$$
$$ = 216q^3 + 108q^2 + 12q$$
$$ = 6(36q^3 + 18q^2 + 2q)$$
$$ = 6m, \quad \text{where } m = 36q^3 + 18q^2 + 2q \in \mathbb{Z}$$, which is divisible by 6
If $a = 6q + 2$, then
$$ = (216q^3 + 216q^2 + 72q + 8) – 6q – 2$$
$$ = 216q^3 + 216q^2 + 66q + 6$$
$$ = 6(36q^3 + 36q^2 + 11q + 1)$$
$$ = 6m, \quad \text{where } m = 36q^3 + 36q^2 + 11q + 1 \in \mathbb{Z}$$, which is divisible by 6.
Similarly, we can show that $a^3 – a$ is divisible by $6q+3$, $6q+4$, $6q+5$
Since $a^3 – a = 6m$, it means $a^3 – a$ is divisible by 6. Therefore, $a^3$ and $a$ must leave the exact same remainder when divided by 6.
Thus, an integer and its cube give the same remainder when divided by 6.
Q7. Show that the difference of a number and its square is always an even integer.
Solution:
Let us consider any integer $a$.
Applying the division algorithm to the integers $a$ and 2, we get
Thus $a = 2q$, or $2q+1$, since $r = 0,1$.
The difference of the number and its square is given by $a^2 – a$.
If $a = 2q$, then
If $a = 2q + 1$, then
Thus, the difference of a number and its square is always an even integer.
