Quote:
Hi
IanStewartIn hindsight your method seems so obvious.
But, I started with an equation for t with x and after applying the constraint got x > 100/9 which threw me into a loop.
Did you make an intended effort to form the equation for x so that gcd property of consecutive numbers can be used?
Is it coming from experience or some clue in the question?
When I look at a question like this, I'd think about it as follows:
• the question asks for "a possible value" of t + x. That usually means there are at least two possible answers to the question, and only one of those answers appears among the answer choices. So we will either end up with an equation like a quadratic, with two (or more) solutions, only one of which will appear among the answer choices, or more often, a situation where there are several possible answers, and where we may need to test some values. Either way, I'll want to translate to algebra, to see if we get a quadratic, or to see if we can find some way to limit the options we might need to test;
• after producing the equation 10t + x = tx, because the question asks for the value of t + x, the first thing I'd always do is to try to rewrite the equation with t + x on one side, because then I might immediately learn a lot about the quantity the question asks us to find. That doesn't turn out to help much here, as far as I can see, but is often the fastest way to do a lot of similar questions;
• since we can't learn about t + x directly, the most obvious thing to do is to try to learn something about either t or x alone. It really doesn't matter which letter you solve for -- in my solution I solved for x, but if you instead solve for t, you get this equation:
10t + x = tx
x = tx - 10t
x = t(x - 10)
t = x/(x - 10)
Notice now x is divisible by x-10; these numbers are 10 apart, so x-10 would need to be a divisor of 10, so can only be 1, 2, 5 or 10 (there are a few ways to see that -- it's maybe easier to let y = x - 10, so we know y + 10 is divisible by y, or (y + 10)/y is an integer, so 1 + (10/y) is an integer and y = x - 10 is a divisor of 10). So x can only be 11, 12, 15 or 20, and we have only a few options to investigate.
I did not focus on the constraint t < 10 (though in a different problem, perhaps I would have) because it doesn't seem very restrictive here -- even with that constraint, we have many possible values of t. Not only that, but we already know, glancing at the answer choices, that t can't be very large, so the restriction doesn't seem likely to help much. If we're going to narrow down our possibilities here, we'll have to look at the other information in the problem.