- 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 $12^n$ cannot end with the digit 0 or 5 for any natural number $n$.
To find:
We have to show that $12^n$ cannot end with the digit 0 or 5 for any natural number $n$.
Solution:
We know that,
If a number ends with the digit 0 or 5, it is always divisible by 5.
This implies,
If $12^n$ ends with the digit zero it must be divisible by 5.
This is possible only if the prime factorisation of $12^n$ contains the prime number 5.
Prime factorisation of 12 is,
$12=2\times2\times3$
$\Rightarrow 12^n=(2\times2\times3)^n$
$=2^{2n}\times3^n$
The prime factorisation of $12^n$ does not contain the prime number 5.
Therefore, $12^n$ cannot end with the digit 0 or 5 for any natural number $n$.
- Related Articles
- Check whether $6^n$ can end with the digit 0 for any natural number n.
- Examine whether $(21)^n$ can end with the digit 0 for any $n\in N$.
- Examine whether $(7)^n$ can end with the digit 5 for any $n\in N$.
- Consider the numbers \( 4^{n} \), where \( n \) is a natural number. Check whether there is any value of \( n \) for which \( 4^{n} \) ends with the digit zero.
- Show that one and only one out of $n$, $n+4$, $n+8$, $n+12$ and $n+16$ is divisible by 5, where $n$ is any positive integer.
- Show that one and only one out of $n, n + 4 , n + 8, n + 12$ and $n + 16$ is divisible by 5, where $n$ is any positive integer.
- 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 $6m+2$ or $6m+5$ for any positive integer $m$.
- When we multiply any number with 0 why the answer is 0 only\n
- JavaScript - Find the smallest n digit number or greater
- Show that the square of any positive integer cannot be of the form $3m+2$, where $m$ is a natural number.
- Largest number less than N with digit sum greater than the digit sum of N in C++
- Show that the square of any positive integer cannot be of the form $5q + 2$ or $5q + 3$ for any integer $q$.
- In $(2\times n) -1$, if you substitute any whole number greater than 0 for n will you get an even or odd number ? Why ? What about $(2\times n) +1$
- For any positive integer n, prove that $n^3-n$ is divisible by 6.

Advertisements