TMUA Worked Examples
What you'll get from this section. The whole course put to work. Below are three TMUA-style questions with full solutions, each leaning on a different part of what you've built.
A few habits that make logic questions safer under exam pressure:
- Translate every option back to basics — , necessary, sufficient — before judging it.
- Watch the direction. The converse and the inverse love to pose as the contrapositive.
- The negation of "if then " is " and not " — not another if–then.
- Check the edge cases, including vacuous ones, before committing.
Example 1 — Necessary and sufficient
Let be a positive integer. Which of the following is both necessary and sufficient for to be divisible by ?
- A. is divisible by
- B. is divisible by
- C. is divisible by and by
- D. is divisible by and by
- E. is divisible by
Solution. We need a condition for which both directions hold: divisible by (necessary) and divisible by (sufficient).
Test the options. Divisibility by , by , or by " and " (which is just divisibility by ) is necessary — every multiple of has these — but not sufficient: is divisible by , by and by , yet not by . So A, D, E fail sufficiency.
Divisibility by is sufficient (every multiple of is a multiple of ) but not necessary: is divisible by but not by . So B fails necessity.
That leaves C. Since and share no common factor, being divisible by both forces divisibility by their product, — so the condition is sufficient. And every multiple of is certainly divisible by and by — so it is necessary. Both directions hold.
(The trap is D: and only force divisibility by , because and multiply to , not . You need two factors whose product is .)
The answer is C.
Example 2 — Negating a quantified statement
Consider the statement:
For every integer , if is odd then is odd.
Which of the following is its negation?
- A. For every integer , if is odd then is even.
- B. There exists an integer such that is odd and is even.
- C. There exists an integer such that if is odd then is even.
- D. For every integer , is odd and is even.
- E. There exists an integer such that is even and is odd.
Solution. Negate in two steps. First the quantifier: the negation of "for every , " is "there exists an such that not " — so becomes (Section 3).
Then the inside. The negation of an implication "if then " is " and not " (Section 7) — not another implication. Here is " is odd" and is " is odd", so the negation of the inside is " is odd and is not odd", i.e. " is odd and is even".
Putting the pieces together: there exists an integer such that is odd and is even — which is B.
Why the others fail: C keeps an if–then inside, but the negation of an implication is never an implication. D keeps "for every" instead of switching to "there exists". E negates the wrong parts, swapping which of and is odd. A negates only the conclusion and leaves and the if–then untouched.
(As an aside: the original statement is actually true — it's the contrapositive of " even even" from Section 5 — so its negation B is false. But the question asks only for the form of the negation, and B is that form.)
The answer is B.
Example 3 — Deduction by contrapositive
You are told that both of the following are true:
(i) If a function is differentiable, then it is continuous. (ii) The function is not continuous.
Which of the following can be validly deduced?
- A. is differentiable.
- B. is not differentiable.
- C. is continuous.
- D. Nothing can be deduced about whether is differentiable.
- E. is both differentiable and not continuous.
Solution. Statement (i) is an implication: differentiable continuous. Its contrapositive (Section 4) is the equivalent statement
Statement (ii) tells us is not continuous. Feeding that into the contrapositive, we deduce that is not differentiable.
The others don't follow: C directly contradicts (ii); A and E assert is differentiable, which the contrapositive rules out; and D is wrong precisely because the contrapositive does let us conclude. This is the difference between a dead end and a valid deduction — running the implication backwards (the converse) would give nothing, but the contrapositive gives everything.
The answer is B.
Where to go from here
That completes the course. You've now got the full toolkit: implication and its many phrasings, necessary and sufficient conditions, negation and counter-examples, the contrapositive, proof by contradiction, equivalence, and truth tables. Every TMUA reasoning question is some combination of these moves — so the most valuable next step is to take that toolkit into full practice papers and watch the same ideas reappear under exam conditions.