- 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
What is the smallest number that, when divided by 35, 56 and 91 leaves remainders of 7 in each case?
Given: 35, 56 and 91.
To find: Here we have to find the smallest number that, when divided by 35, 56 and 91 leaves remainders of 7 in each case.
Solution:
LCM of two numbers is the smallest number which is exactly divisible by both numbers.
First, we need to find the LCM of 35, 56 and 91.
Now, calculating the LCM of 35, 56 and 91 by the prime factorization method:
Writing the numbers as a product of their prime factors:
Prime factorisation of 35:
- $5\ \times\ 7\ =\ 5^1\ \times\ 7^1$
Prime factorisation of 56:
- $2\ \times\ 2\ \times\ 2\ \times\ 7\ =\ 2^3\ \times\ 7^1$
Prime factorisation of 91:
- $7\ \times\ 13\ =\ 7^1\ \times\ 13^1$
Multiplying the highest power of each prime number:
- $2^3\ \times\ 5^1\ \times\ 7^1\ \times\ 13^1\ =\ 3640$
LCM(35, 56, 91) $=$ 3640
But we have to find the smallest number that, when divided by 35, 56 and 91 leaves remainders of 7 in each case. So,
The required number $=$ LCM(35, 56, 91) $+$ 7
The required number $=$ 3640 $+$ 7
The required number $=$ 3647
So, the smallest number that, when divided by 35, 56 and 91 leaves remainders of 7 in each case is 3647.
Advertisements