- 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 digits of a two-digit number is 8. If 36 is added to the number then the digits reversed. Find the number.
Given :
The sum of the digits of a two-digit number is 8, if 36 is added to the number the digits get reversed.
To find :
We have to find the number.
Solution :
Let the number be $10x+y$.
$x+y=8$
It is also given that if 36 is added to the number the digits gets reversed.
Therefore,
$10x+y+36 = 10y+x$
$10y+x-10x-y = 36$
$10y-y+x-10x= 36$
$9y-x(10-1)=36$
$9y-9x=36$
$9(y-x)=36$
$y-x=\frac{36}{9}$
$y-x=4$
$y-x=4$ and $x+y=8$
Adding them,
$y-x+x+y=4+8$
$2y=12$
$y=\frac{12}{2}$
$y=6$
$x+6=8$
$x=8-6$
$x=2$
The original number is $10(2)+6=20+6=26$.
Therefore, the number is 26.
- 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.
- 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 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 digits of a 2-digit number is 8. If the digits are reversed, the new number increases by 18. 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 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 two-digit number is such that the product of the digits is 12. When 36 is added to the number the digits interchange their places. Determine the number.
- A two-digit number is such that the product of its digits is 20. If 9 is added to the number, the digits interchange their places. Find the number.
- The digits of a two-digit number differ by 5. If the digits are interchanged and the resulting number is added to the original number then we get 99. Find the original number.
- The digits of a two-digit number differ by 3. If the digits are interchanged and the resulting number is added to the original number, the sum is 143. What is 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.
- A number consists of two digits whose sum is five. When the digits are reversed, the number becomes greater by nine. 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).
- A two-digit number is 4 times the sum of its digits and twice the product of the digits. Find the number.
- A two digit number is 4 times the sum of its digits and twice the product of its digits. Find the number.

Advertisements