SOLUTION: please help me :using the method of systems of equations i need to solve the folliwing word problem. The sum of the digits of a two-digit number is 12. If the 15 is added to the nu

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: please help me :using the method of systems of equations i need to solve the folliwing word problem. The sum of the digits of a two-digit number is 12. If the 15 is added to the nu      Log On


   



Question 269458: please help me :using the method of systems of equations i need to solve the folliwing word problem. The sum of the digits of a two-digit number is 12. If the 15 is added to the number, the result is 6 times the units digit. Find the number
Found 2 solutions by drk, oberobic:
Answer by drk(1908) About Me  (Show Source):
You can put this solution on YOUR website!
Let 10t + u be the two digit number where t = tens digit and u = units digit.
From above we get
(i) t+%2B+u+=+12
(ii) 10t+%2B+u+%2B+15+=+6u
step 1 - in (ii) subtract 6u from both sides and then subtract 15 from both sides to get
(iii) 10t+-+5u+=+-15
step 2 - multiply (i) by 5 to get
(iv) 5t+%2B+5u+=+60
step 3 - add (iii) and (iv) to get
(v) 15t+=+45
step 4 - divide to get
t = 3
this means that u = 9.
The number we seek is
39.

Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
In doing sums of digits problems, you have to keep track of the values as well as the counts.
To illustrate, the number 23 actually is 2 tens plus 3 ones.
The more general representation of the number 'xy' has the value 10x + y.
Similarly, the number depicted as 'abc' would have value 100a + 10b + c.
.
It is critical that you do not get confused and think 'xy' means x time y!
It is easy to fall into this trap, especially with a long problem. So beware!
.
We are told there is a two-digit number.
We can call it 'xy'.
Remember, 'x' is just standing next to 'y'. They are not being multiplied.
.
We are told x+y = 12.
That means x = 12-y and y = 12-x.
.
We are told that if you add 15 to the value of the number (i.e., 10x + y), the result is 6y.
10x + y + 15 = 6y
.
Substituting:
10(12-y) +y + 15= 6y
120 -10y + y + 15 = 6y
135 + 9y = 6y
135 = 15y
15y = 135
y = 9
.
x = 12-y = 12-9 = 3
.
xy = 39
.
Check by doing substituting back into the word problem.
39 can be viewed as xy, which means 3+9 = 12. OK
39 + 15 = 54, which does = 6*9 = 6y. OK
.
So, the number is: 39.
.
BUT you teacher may want you to solve the problem using simultaneous equations.
In that case, we have two equations and two unknowns, so we can do it.
.
Eq. 1: x + y = 12
.
Eq. 2: 10x + y + 15 = 6y
Subtracting 6y from both sides
10x -5y + 15 = 0
Subtracting 15 from both sides
10x - 5y = -15
.
That gives us:
x + y = 12
10x - 5y = -15
Multiply the first equation by 10
10x + 10y = 120
10x - 5y = -15
Subtracting the second equation from the first
15y = 135
Dividing by 15
y = 9
.
And therefore x=3.
.
This means the number is 39.
We checked it above, so there's no need to check it again.
Done.