- 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
When we multiply any number with 0 why the answer is 0 only
Solution:
Multiplication is nothing but successive addition.
for example, $3 \times 2 = 6$
which means, adding 3 by 2 times , $3 + 3 = 6$
Similarly, $0 \times 2$ means . adding 0 by 2 times,
so , $0 + 0 = 0$
This is the reason, any number multiplied with 0 is 0 only.
Advertisements