- 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
The sum of the digit of a 2 digit number is 6 . On reversing it's digits, the number is 18 less than the original number find the number
Given :
Sum of the digits of a two-digit number$=6$.
On reversing it's digits, the number is 18 less than the original number.
To do :
We have to find the two-digit number.
Solution :
Let the unit digit be y and tens digit be x.
The number formed $= 10x + y$
The reverse number $= 10y + x$
Therefore,
$x + y = 6$.........................(i)
$10y + x = (10x + y) - 18$
$ 10y - y + x -10x = -18$
$9y - 9x =-18$
$y-x =-2$
$y=x-2$.................(ii)
Substitute (ii) in (i)
$x + (x-2) = 6$
$2x -2 = 6$
$2x = 8$
$x = \frac{8}{2} = 4$
$y= 4-2 = 2$
So, $x = 4, y= 2$
Therefore, the original number is 42.
- Related Articles
- The ones digit of a two-digit number is half of the tens digit when the number is reversed it is 27 less than the original number. Find the original number​.
- Sum of the digits of a two digit number is 9. When we interchange the digits of the two digit number, the resultant number exceeds the original number by 27. Find the number.
- Sum of the digits of a two-digit number is 9. When we interchange the digits, it is found that the resulting new number is greater than the original number by 27. What is the two-digit number?
- A two-digit number is 4 more than 6 times the sum of its digits. If 18 is subtracted from the number, the digits are reversed. Find the number.
- The difference of the digits of a two-digit number is 2. The sum of that two-digit number and the number obtained by interchanging the places of its digits is 132. Find the two-digit number(s).
- Sum of the digits of a two - digit number is 9 . When we interchange the digits, it is found that the resulting interchange the digits, it is found that resulting number is greater than original number by 27. What us two digit number?
- The sum of the digits of a 2-digit number is 8. If the digits are reversed, the new number increases by 18. Find the number.
- The sum of the digits of a two-digit number is 9. Also, nine times this number is twice the number obtained by reversing the order of the digits. Find the number.
- Sum of a two-digit number and the number obtained by reversing the digits is always divisible by?
- One of the two digits of a two-digit number is three times the other digit If you interchange the digits of this two-digit number and add the resulting number to the original number, you get $88$. What is the original number?
- A two-digit number is 3 more than 4 times the sum of its digits. If 18 is added to the number, the digits are reversed. Find the number.
- The units digit of a two digit number is 3 and seven times the sum of the digits is the number itself. Find the number.
- The digit at the ten\'s place of a two digit number is four times the digit at one\'s place. If the sum of this number and the number formed by reversing the digits is 55, find the numbers.
- A two-digit number is 4 times the sum of its digits. If 18 is added to the number, the digits are reversed. Find the number.
- The sum of digits of a two-digit number is 15. The number obtained by reversing the order of digits of the given number exceeds the given number by 9. Find the given number.

Advertisements