SOLUTION: Hi, I've been trying to set up an appropriate system of equations for quite some time, and I've had no luck. The question is as follows; The sum of the digits of a certain three d

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Hi, I've been trying to set up an appropriate system of equations for quite some time, and I've had no luck. The question is as follows; The sum of the digits of a certain three d      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 79332: Hi, I've been trying to set up an appropriate system of equations for quite some time, and I've had no luck. The question is as follows;
The sum of the digits of a certain three digit number is nine. The sum of the hundreds and the tens digits is equal to the ones digit minus one. The number, divided by nine, equals three times the ones digit. What is the number? All I have so far is x+y+z=9. Could you show me how to set the problem up please?

Found 3 solutions by stanbon, scott8148, josmiceli:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the digits of a certain three digit number is nine. The sum of the hundreds and the tens digits is equal to the ones digit minus one. The number, divided by nine, equals three times the ones digit. What is the number? All I have so far is x+y+z=9. Could you show me how to set the problem up please?
-----------
The number is x(10^2+y(10)+z
The digits are x,y,z
--------
EQUATIONS:
x+y+z=9
x+y=z-1
(100x+10y+z)/9 = 3z
-------------
x+y+z=9
x+y-z=-1
100x+10y-26z=0
==========
Ans: x=1; y=3; z=5
=========
Cheers,
Stan H.

Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
let h=hundreds digit, let t=tens digit, let u=ones digit ... h+t+u=9 ... h+t=u-1 ... (100h+10t+u)/9=3u




IF YOU ONLY WANT THE SETUP ... DO NOT READ BEYOND THIS LINE




from first two equations, u-1+u=9 ... 2u=10 ... u=5 ... t=4-h

using third equation, 100h+10(4-h)+5=3*5*9 ... 100h+40-10h+5=135 ... 90h=90 ... h=1 ... t=3

Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
I'll use a for 100's digit,
b for the 10's disit
c for the ones digit
a+%2B+b+%2B+c+=+9
and the problem also states that
a+%2B+b+=+c+-+1
Substitute a+%2B+b in the 2nd for a+%2B+b in the 1st
c+-+1+%2B+c+=+9
2c+=+10
c+=+5
And the problem states that
%28100a+%2B+10b+%2B+c%29+%2F+9+=+3c
100a+%2B+10b+%2B+c+=+27c
100a+%2B+10b+=+26c
50a+%2B+5b+=+13c
Note that if c+=+5 and a+%2B+b+=+c+-+1, then
a+%2B+b+=+4
b+=+4+-+a
Substitute for b
50a+%2B+5%284+-+a%29+=+13%2A5
50a+%2B+20+-+5a+=+65
45a+=+45
a+=+1
b+=+4+-+a
b+=+3
Now I have a,b and c.
The number is 135
check
Does a+%2B+b+%2B+c+=+9? yes
Does %28100a+%2B+10b+%2B+c%29+%2F+9+=+3c yes