Richard L. answered 05/15/21
Seasoned Mathematics Tutor, Retired from Competitive Mathematics
Starting off, the question asks us to find a two-digit number, tu, satisfying two conditions.
- The value of tu is twice as large as t + u
- ut is 9 less than 5 times tu
If we create formulas based around this, we can simplify these statements to be:
- tu = 2 * (t + u)
- ut = (5 * tu) - 9
If we also consider that tu = 10t + u, and ut = 10u + t, we can substitute these values and simplify in order to get:
- 10t + u = 2 * (t + u)
- 10t + u = 2t + 2u
- 8t = u
- 10u + t = (5 * (10t + u)) - 9
- 10u + t = 50t + 5u - 9
- 5u = 49t - 9
If we substitute u = 8t into the equation 5u = 49t - 9, we get:
- 5(8t) = 49t - 9
- 40t = 49t - 9
- 9 = 9t
- t = 1
Using this and our previous equation, we find that tu = 18.
To double-check this, we can substitute it back into our initial equations to ensure that it works:
- tu = 2 * (t + u)
- 18 = 2 * (1 + 8)
- 18 = 2 * 9
- ut = (5 * tu) - 9
- 81 = (5 * 18) - 9
- 81 = 90 - 9
So, with our confirmation out of the way, we can say safely that our answer is 18.