- 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 units digit of a two digit number is 3 and seven times the sum of the digits is the number itself. Find the number.
Given,
The units digit of a two digit number is 3 and seven times the sum of the digits is the number itself.
We have to find the number.
Let the number on unit place be ‘u’.
And, the number on tens place be ‘t’.
According to question,
The number on the unit place of a two-digit number is 3.
So, u = 3 --------(i)
And, it is seven times the sum of the digits of the number itself.
Required equation will be
$7(t+u) = 10t+u$ -------- (ii)
$7(t+3) = 10t+3$ {using (i) into (ii)}
$7t+21 = 10t+3$
$3t = 18$
$t = 6$.
Hence, the tens digit is 6 and the units digit is 3, so the number is 63.
- Related Articles
- Seven times a two-digit number is equal to four times the number obtained by reversing the digits. If the difference between the digits is 3. Find the number.
- A two-digit number is 4 times the sum of its digits and twice the product of the digits. 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 its digits. 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.
- 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.
- 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?
- 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.
- 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.
- 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.
- 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.
- 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.
- 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

Advertisements