SOLUTION: the tens' digit of a two-digit number is one more than the units' digit. if the number is divided by the sum of the digits, the quotient is equal to 7. what is the number?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: the tens' digit of a two-digit number is one more than the units' digit. if the number is divided by the sum of the digits, the quotient is equal to 7. what is the number?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 500933: the tens' digit of a two-digit number is one more than the units' digit. if the number is divided by the sum of the digits, the quotient is equal to 7. what is the number?
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
the tens' digit of a two-digit number is one more than the units' digit.if the number is divided by the sum of the digits, the quotient is equal to 7.
what is the number?
:
Let x & y be the two digits, then 10x+y is the number
:
Write an equation for each statement:
:
"the tens' digit is one more than the units' digit."
x = y + 1
:
"if the number is divided by the sum of the digits, the quotient is equal to 7."
%2810x%2By%29%2F%28x%2By%29 = 7
Multiply both sides by(x+y), results
10x + y = 7(x+y)
10x + y = 7x + 7y
10x - 7x = 7y - y
3x = 6y
Replace x with (y+1), from the 1st statement
3(y+1) = 6y
3y + 3 = 6y
3 = 6y - 3y
3 = 3y
y = 1
then obviously x=2
:
21 is the number
;
:
Check this using the 2nd statement
"the number is divided by the sum of the digits, the quotient is equal to 7."
21%2F3 = 7