- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Show that cube of any positive integer is of the form $4m, 4m + 1$ or $4m + 3$, for some integer $m$.
Given:
Positive integer $m$.
To do:
We have to prove that cube of any positive integer is of the form $4m, 4m + 1$ or $4m + 3$, for some integer $m$.
Solution:
By Euclid's division algorithm,
If $a$ and $b$ are two positive integers,
$a\ =\ bq\ +\ r$, where $0\ \underline{< }\ r\ <\ b$
Let $a$ be the positive integer and $b$ is equal to 4,
$a\ =\ 4q\ +\ r$, where $0\ \underline{< }\ r\ <\ 4$,
So, $r\ =\ 0,\ 1,\ 2,\ 3$
$a^{3} =(4 q+r)^{3}$
$=64 q^{3}+r^{3}+12 q r^{2}+48 q^{2} r$
$a^{3}=(64 q^{3}+48 q^{2} r+12 q r^{2})+r^{3}$ where, $0 \leq r<4$
When $r=0$,
$a^{3}=64 q^{3}$
$=4(16 q^{3})$
$a^{3}=4 m$ where, $m=16 q^{3}$ is an integer.
When $r=1$,
$a^{3} =64 q^{3}+48 q^{2}+12 q+1$
$=4(16 q^{3}+12 q^{2}+3 q)+1$
$=4 m+1$ where, $m=(16 q^{2}+12 q^{2}+3 q)$ is an integer.
When $r=2$,
$a^{3} =64 q^{3}+144 q^{2}+108 q+27$
$=64 q^{3}+144 q^{2}+108 q+24+3$
$=4(16 q^{3}+36 q^{2}+27 q+6)+3$
$=4 m+3$ where, $m=(16 q^{3}+36 q^{2}+27 q+6)$ is an integer.
Hence, the cube of any positive integer is of the form $4m, 4m + 1$ or $4m + 3$, for some integer $m$.
- Related Articles
- Show that the square of any odd integer is of the form $4m + 1$, for some integer $m$.
- Show that any positive odd integer is of the form 4q$+$1 or 4q$+$3, where q is some integer.
- Show that the square of any positive integer is either of the form $4q$ or $4q + 1$ for some integer $q$.
- Show that any positive odd integer is of the form $6q+1$ or, $6q+3$ or, $6q+5$, where q is some integer.
- Show that any positive odd integer is of the form $6q + 1$, or $6q + 3$, or $6q + 5$, where $q$ is some integer.
- Show that the square of any positive integer cannot be of the form $6m+2$ or $6m+5$ for any positive integer $m$.
- Prove that the square of any positive integer is of the form $4q$ or $4q+1$ for some integer q.
- Use Euclid's division lemma to show that the square of any positive integer is either of the form 3m or 3m$+$1 for some integer m.
- Show that the square of any positive integer cannot be of the form $6m+ 2$ or $6m + 5$ for any integer $m$.
- Show that the square of any positive integer cannot be of the form $5q + 2$ or $5q + 3$ for any integer $q$.
- Show that the square of an odd positive integer is of the form $8q+1$, for some integer q.
- Prove that the square of any positive integer is of the form 4q or 4q$+$1 for some integer 'q'.
- Show that every positive even integer is of the form 2q and that every positive odd integer is of the form 2q$+$1, where q is some integer.
- Prove that the square of any positive integer is of the form $5q$, $5q+1$, $5q+4$ for some integer q.
- Use Euclid’s division lemma to show that the cube of any positive integer is of the form $9m, 9m + 1$ or $9m + 8$.
