Math Problem Statement

The sum of the digits of a two digit counting number is 11 If the digits are reversed the new number is 5 greater that 3 times the original number what was the original number

Solution

Let's define the two-digit number as 10a+b10a + b, where:

  • aa is the tens digit, and
  • bb is the ones digit.

Step 1: Set up the equations

We are given two pieces of information:

  1. The sum of the digits is 11: a+b=11a + b = 11

  2. When the digits are reversed, the new number is 5 greater than 3 times the original number: The number with reversed digits is 10b+a10b + a. The condition is: 10b+a=3(10a+b)+510b + a = 3(10a + b) + 5

Step 2: Solve the system of equations

From the first equation:

a+b=11(Equation 1)a + b = 11 \quad \text{(Equation 1)} We can express bb as: b=11ab = 11 - a

Substitute b=11ab = 11 - a into the second equation:

10b+a=3(10a+b)+510b + a = 3(10a + b) + 5 Substitute b=11ab = 11 - a into this: 10(11a)+a=3(10a+(11a))+510(11 - a) + a = 3(10a + (11 - a)) + 5 Simplifying both sides: 11010a+a=3(10a+11a)+5110 - 10a + a = 3(10a + 11 - a) + 5 1109a=3(9a+11)+5110 - 9a = 3(9a + 11) + 5 Distribute on the right-hand side: 1109a=27a+33+5110 - 9a = 27a + 33 + 5 1109a=27a+38110 - 9a = 27a + 38 Now, move all terms involving aa to one side: 11038=27a+9a110 - 38 = 27a + 9a 72=36a72 = 36a Solving for aa: a=7236=2a = \frac{72}{36} = 2

Step 3: Find bb

From Equation 1, a+b=11a + b = 11, so: 2+b=112 + b = 11 b=9b = 9

Step 4: The original number

The original number is 10a+b=10(2)+9=2910a + b = 10(2) + 9 = 29.

Final Answer:

The original number is 29.


Would you like further details or clarifications? Here are some related questions to explore:

  1. How would the problem change if the sum of the digits was different?
  2. What happens if the reversed number is 4 greater than 3 times the original number?
  3. How would you solve this if it were a three-digit number instead?
  4. What is the importance of setting up a system of equations in this type of problem?
  5. How can you check if the solution is correct?

Tip: Always label the digits of the number carefully (e.g., tens digit as aa and ones digit as bb) to set up a clear system of equations.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Systems of Equations

Formulas

a + b = 11
10a + b = 3(10a + b) + 5

Theorems

Solving systems of linear equations

Suitable Grade Level

Grades 6-8