SOLUTION: Find a three-digit number such that the hundreds’ digit minus the tens’ digit is 1, the tens’ digit minus the units’ digit is 1, and the sum of the digits is 15.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Find a three-digit number such that the hundreds’ digit minus the tens’ digit is 1, the tens’ digit minus the units’ digit is 1, and the sum of the digits is 15.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1174984: Find a three-digit number such that the hundreds’ digit minus the tens’ digit is 1, the tens’ digit
minus the units’ digit is 1, and the sum of the digits is 15.

Found 3 solutions by math_tutor2020, ikleyn, MathTherapy:
Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

h = hundreds digit
t = tens digit
u = units digit

A three digit number like 789 means that h = 7, t = 8, u = 9
We can also construct that number like so
789 = 700+80+9
789 = 7*100+8*10+9*1

Going back to the general format, the three digit number htu can be written as 100h%2B10t%2Bu

As another example, let's say
h = 5
t = 4
u = 2
htu+=+100h%2B10t%2Bu
542+=+100%2A5%2B10%2A4%2B2
542+=+500%2B40%2B2
542+=+542

In this very narrow context, the notation htu does not mean "h times t times u", even though with many algebra problems, we're conditioned to see two letters together and think "that's implied multiplication".

With htu, I'm simply using three blank placeholders as the three digits.

Anyways, we're told that "hundreds’ digit minus the tens’ digit is 1" which means we can form the equation h-t+=+1. Solving for h gets us h+=+1%2Bt

We're also told that "the tens’ digit minus the units’ digit is 1" which forms t-u=1 and that solves to t+=+1%2Bu

The two equations h+=+1%2Bt and t+=+1%2Bu can be combined like so
h+=+1%2Bt
h+=+1%2B%281%2Bu%29 Replace t with 1+u
h+=+2%2Bu

So whatever the hundreds digit (h) is, we add on 2 to get the units digit (u).

-----------------------------------------

The last piece of useful information is that "the sum of the digits is 15". So the three digits add to 15.

h%2Bt%2Bu+=+15

h%2B%281%2Bu%29%2Bu+=+15 Plug in t+=+1%2Bu

h%2B1%2B2u+=+15

2%2Bu%2B1%2B2u+=+15 Plug in h+=+2%2Bu. Let's solve for the variable 'u'.

3u%2B3+=+15

3u%2B3-3+=+15-3 Subtract 3 from both sides

3u+=+12

3u%2F3+=+12%2F3 Divide both sides by 3

u+=+4 This is the units digit

Once we know that, we can find the values of t and h
t+=+1%2Bu+=+1%2B4+=+5
h+=+2%2Bu+=+2%2B4+=+6

We have
h = 6
t = 5
u = 4

To check, we see that
h+t+u = 6+5+4 = 11+4 = 15
so that confirms the third equation and statement.

Also, we can see that the difference from the hundreds and tens digit (6 and 5) is 1 unit, so is the difference from the tens to the units digit. So the answer is fully confirmed.

Side note: you could use a trial and error process to guess three digit numbers, and see if you can land on the answer. But I think the algebraic method is most efficient.

------------------------------------------------

Answer: 654

Answer by ikleyn(52784) About Me  (Show Source):
You can put this solution on YOUR website!
.

Let x be the "ones" digit.


Then the "tens" digit is (x+1) and the "hundreds" digit is  ((x+1)+1) = (x+2).


From the condition,


    x + (x+1) + (x+2) = 15,


which implies


    3x = 15 - 3 = 12


     x          = 12/3 = 4.


ANSWER.  The number is  654.


Solved.

The problem is  SO  SIMPLE  that the solution requires only several lines.



Answer by MathTherapy(10552) About Me  (Show Source):
You can put this solution on YOUR website!

Find a three-digit number such that the hundreds’ digit minus the tens’ digit is 1, the tens’ digit
minus the units’ digit is 1, and the sum of the digits is 15.
Let tens digit be T
Then hundreds digit = 1 + T, and units digit = T - 1
Since they SUM to 15, we get: T + 1 + T + T - 1 = 15
3T = 15
Tens digit, or highlight_green%28matrix%281%2C5%2C+T%2C+%22=%22%2C+15%2F3%2C+%22=%22%2C+5%29%29
Hundreds digit is then: 1 + 5 = 6
Units digit is then: 5 - 1 = 4
highlight_green%28matrix%281%2C3%2C+Three-digit%2C+%22number%3A%22%2C+654%29%29