- 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
A six digit number, when divided by 7, gives a remainder of 2. Which of these can be added to the number so that the remainder becomes 0:
Given:A six-digit number, when divided by 7, gives a remainder of 2.
To do: Find which number can be added to the number so that the remainder becomes 0?
Answer
Let the six-digit number be = $x$
On dividing $x$ by $7$, there is a remainder of 2. Let 7 goes $y$ times in $x$
So $x = 7y + 2$
If 5 is added to the number $x$, it becomes $7y + 2 + 5 = 7(y+1)$
So it becomes divisible by 7 leaving a remainder of 0.
- Related Articles
- Find the number of natural numbers between 10 and 300 each of which gives remainder 3 when divided by 4.
- Find the smallest number by which the given number must be divided so that it becomes a perfect square: $3200$.
- Find the smallest number by which 85176 must be divided so that it becomes a perfect square
- Find the smallest number by which 28812 must be divided so that the quotient becomes a perfect square.
- Find the remainder when $2x^3+3x^2-8x+2$ is divided by $x-2$ (by Remainder theorom)
- Find the smallest number by which 1152 must be divided so that it becomes a perfect square. Also, find the square root of the number so obtained.
- Find the smallest number that when divided by 12, 15 and 18 leaves a remainder of 3 in each case.
- What is the least number that must be added to 1056 so the number is divided by 25?
- Find the smallest number which must be added to 2300 so that it becomes a perfect square.
- Program to find remainder when large number is divided by 11 in C++
- Program to find remainder when large number is divided by r in C++
- Find the smallest number by which 3645 must be divided so that it becomes a perfect square. Also, find the square root of the resulting number.
- Find the remainder using remainder theorem find the remainder when $x^3-6x^2+2x-4$ is divided by $1-\frac{3x}{2}$.
- Find The Least Number Which When Divided By 6,15 And 18 Leaves Remainder 5 In Each Case.
- Find the least number which when divided by 6,15 and 18 leave remainder 5 in each case.

Advertisements