- 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 digits of a 2-digit number is 8. If the digits are reversed, the new number increases by 18. Find the number.
Given :
The sum of the digits of a 2-digit number is 8. If the digits are reversed, the new number increases by 18.
To find :
We have to find the number.
Solution :
Let the number be $10x+y$.
$x+y=8$.....(i)
It is given that when the digits are reversed, the new number increases by 18.
Therefore,
$10y+x= (10x+y)+18$
$10y+x-10x-y = 18$
$10y-y+x-10x= 18$
$9y-x(10-1)=18$
$9y-9x=18$
$9(y-x)=18$
$y-x=\frac{18}{9}$
$y-x=2$.....(ii)
Adding equations (i) and (ii), we get,
$y-x+x+y=2+8$
$2y=10$
$y=\frac{10}{2}$
$y=5$
$x+5=8$
$x=8-5$
$x=3$
The original number is $10(3)+5=30+5=35$.
Therefore, the number is 35.
- Related Articles
- 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 8. If 36 is added to the number then the digits reversed. Find the number.
- A number consists of two digit whose sum is $9$. If the digits are reversed, the new number is $\frac{3}{8}$ of the number. Find the 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.
- 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.
- A number consists of two digits whose sum is five. When the digits are reversed, the number becomes greater by nine. Find the number.
- A number has two digit whose sum is 9.If 27 is added to the number its digits are reversed. Find the number.
- 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
- The sum of a two digit number and the number obtained by reversing the order of its digits is 99. If the digits differ by 3, find the 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.
- 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).
- The sum of a two-digit number and the number formed by reversing the order of digits is 66. If the two digits differ by 2, find the number. How many such numbers are there?
- 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.
- A two-digit number is such that the product of its digits is 8. When 18 is subtracted from the number, the digits interchange their places. 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.

Advertisements