SOLUTION: I have a word problem that has been driving me crazy all night. I believe I have my setups, but I'm not sure. A number between 300 and 400 is forty times the sum of its digits.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: I have a word problem that has been driving me crazy all night. I believe I have my setups, but I'm not sure. A number between 300 and 400 is forty times the sum of its digits.       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 172704: I have a word problem that has been driving me crazy all night. I believe I have my setups, but I'm not sure. A number between 300 and 400 is forty times the sum of its digits. The tens digit is 6 more than the units digit. Find the number. Here is my setups: 300 + 10t + u = 40 (h + t + u), t = u + 6. Somewhere in figuring I get lost. Thanks for any help you can give.
Found 2 solutions by stanbon, solver91311:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A number between 300 and 400 is forty times the sum of its digits. The tens digit is 6 more than the units digit. Find the number.
----------------
The number must look like 3tu where t is the tensdigit and u is the units digit.
-------------------------------
Equations:
300 + 10t + u = 40(3+t+u)
t = u + 6
=====================
Simplify the first equation:
10t + u = -300 +120 + 40t + 40u
-30t -39u = -180
10t + 13u = 60
---------------------------
Substitute t = u+6 to solvefor "u":
10(u+6) +13u = 60
10u + 60 + 13u = 60
3u =0
u = 0
-----------------
Therefore t = 0+6 = 6
-----------------
Number: 360
================
Cheers,
Stan H.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
Your setup is just right, except for one small detail. As you have constructed your equations, you have two equations in three variables and such a system never has a unique solution. What you may have missed is that the number must be between 300 and 400, so the hundreds digit is either 3 or 4. If the hundreds digit is 4, then the number must be 400, but 400%3C%3E40%284%2B0%2B0%29. That means that the hundreds digit must be 3.

Now you can write your equations:

300%2B10t%2Bu=40%283%2Bt%2Bu%29 and

t=u%2B6

Now if you simplify and put the equations in standard form, you should have a fairly straightforward system to solve.

Write back if you need more help on this.