SOLUTION: wht is the solution of, a two digit number is four times the sum of its digits and thrice the product of its digits. find the number.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: wht is the solution of, a two digit number is four times the sum of its digits and thrice the product of its digits. find the number.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 210031: wht is the solution of, a two digit number is four times the sum of its digits and thrice the product of its digits. find the number.
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
what is the solution of, a two digit number is four times the sum of its digits and thrice the product of its digits. find the number.

t = tens digit
u = ones digit
the two digit number = 10t+u
t+u = sum of the digits
tu = product of the digits

>>...A two digit number is four times the sum of its digits...<<

So 

10t%2Bu=4%28t%2Bu%29

Distribute on the right

10t%2Bu=4t%2B4u

Simplify:

6t=3u

Divide both sides by 3

2t=u

>>...a two digit number is...thrice the product of its digits...<<

10t%2Bu=3%28tu%29

10t%2Bu=3tu

So we have this system of equations:

system%282t=u%2C10t%2Bu=3tu%29

Substitute 2t for u in the 2nd equation

10t%2B%282t%29=3t%282t%29

10t%2B2t=6t%5E2

Combine terms on the left

12t=6t%5E2

Divide through by 6

2t=t%5E2

0=t%5E2-2t

t%5E2-2t=0

Factor out 2

t%28t-2%29=0

Set each factor = 0

t=0   t-2=0
            t=2 

The ten's digit cannot be 0 for a 2-digit number.

So  t=2

Substitute that in 2t=u

2t=u

2%282%29=u

4=u

So since t=2 and u=4,

The number is 24.

Checking:

The sum of the digits is 2+4 or 6

So 24 is 4 times the sum of its digits, 
because 24 is 4 times 6.

The product of the digits is 2×4 = 8

So 24 is thrice the product of its digits,
because 24 is 3 times 8.

It checks.  

Edwin