- 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
If $\overline{98125x2}$ is a number with $x$ as its tens digits such that it is divisible by 4. Find all the possible values of $x$.
Given:
$\overline{98125x2}$ is a number with $x$ as its tens digits such that it is divisible by 4.
To do:
We have to find all the possible values of $x$.
Solution:
The number $\overline{98125x2}$ is divisible by 4.
This implies,
The number formed by tens digit and units digit will also be divisible by 4.
Therefore,
$\overline{x2}$ is divisible by 4.
If $x=1$, then $x2=12$ is divisible by 4.
If $x=3$, then $x2=32$ is divisible by 4.
If $x=5$, then $x2=52$ is divisible by 4.
If $x=7$, then $x2=72$ is divisible by 4.
If $x=9$, then $x2=92$ is divisible by 4.
The possible values of $x$ are $1, 3, 5, 7$ and $9$.
- Related Articles
- If $x$ is a digit of the number $\overline{66784x}$ such that it is divisible by 9, find the possible values of $x$.
- If $x$ is a digit such that the number $\overline{18\times71}$ is divisible by 3, find possible values of $x$.
- If $x$ denotes the digit at hundreds place of the number $\overline{67x19}$ such that the number is divisible by 11. Find all possible values of $x$.
- If 631x is divisible by 3 , find all possible values of x ,if x is a digit.
- Count of all possible values of X such that A % X = B in C++
- Find a number x such that sum of x and its digits is equal to given n in C++
- Find a number x such that sum of x and its digits is equal to given n using C++.
- Given that the number $\overline{35a64}$ is divisible by 3, where $a$ is a digit, what are the possible values of $a$?
- Given that the number $\overline{67y19}$ is divisible by 9, where $y$ is a digit, what are the possible values of $y$?
- Find the minimum positive integer such that it is divisible by A and sum of its digits is equal to B in Python
- C Program to check if a number is divisible by sum of its digits
- C Program to check if a number is divisible by any of its digits
- Multiply the given number by 2 such that it is divisible by 10
- Find the values of $p$ and $q$ so that $x^4 + px^3 + 2x^2 - 3x + q$ is divisible by $(x^2 - 1)$.
- Add N digits to A such that it is divisible by B after each addition?

Advertisements