- 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
Verify if number 9019 is not divisible by 9.
Given: 9019 and 9
To find: Here we have to find if 9019 is divisible by 9 or not.
Solution:
We see if the sum of the digits is either divisible by 3 or 9.
Now, sum of all digits of 9019:
9 $+$ 0 $+$ 1 $+$ 9 = 19
19 is neither divisible by 3 nor 9.
So, the number 9019 is also not divisible by 9.
Advertisements