Exams › JEE Advanced › Maths › Mathematical Reasoning
16 questions with worked solutions.
Answer: p OR t results in t
The statement p OR t results in t because when combined with a tautology, the result is always true, regardless of the value of p.
Q2. Which of the following pairs of statements correctly represent a logical dual?
Answer: (p AND q) OR r, (p OR q) AND r
The pair of statements (p AND q) OR r and (p OR q) AND r are logical duals because they have the same structure but with the operators AND and OR interchanged.
Q3. Which of the following statements is accurate?
Answer: p → q is equivalent to ∼p ∨ q in logic.
The statement p → q is equivalent to ∼p ∨ q in logic because the implication p → q is true if p is false or q is true, which is the same as ∼p ∨ q.
Q4. Which of the following correctly represents the logical equivalence of [(p ∨ q) ∧ (¬q)] ∨ (¬p)?
Answer: The logical equivalence of [(p ∨ q) ∧ (¬q)] ∨ (¬p) is [(p ∧ ¬q) ∨ (q ∧ ¬q)] ∨ (¬p) or [(p ∧ ¬q) ∨ (¬p)].
The logical equivalence simplifies to [(p ∧ ¬q) ∨ (¬p)] because the distributive property and negation rules are applied to the original expression. This matches the given equivalence.
Answer: 13
Using the recurrence iteratively: F(2) = 2F(0) - F(1) = 1. F(3) = 2F(1) - F(2) = 5. F(4) = 2F(2) - F(3) = -3. F(5) = 2F(3) - F(4) = 10 - (-3) = 13.
Q6. Find the coefficient of x⁴ in the power series expansion of (e^x - 1)².
Answer: 7/12
Expanding (e^x - 1)² = e^(2x) - 2e^x + 1. Coefficients of x⁴: from e^(2x) -> (2x)⁴/4! = 16/24 = 2/3; from -2e^x -> -2/4! = -2/24 = -1/12; from 1 -> 0. Total = 2/3 - 1/12 = 8/12 - 1/12 = 7/12.
Answer: (4)
Statement (4) is the correct truth-table fact: NOT(p OR q) is true only when both p and q are false. The others misstate AND, implication, and biconditional.
Q8. The compound statement ~(p OR q) OR (~p AND q) is logically equivalent to:
Answer: ~p
Using De Morgan, ~(p OR q) = ~p AND ~q; combining with ~p AND q and factoring ~p gives ~p AND (~q OR q) = ~p.
Q9. Which of the following compound statements is logically equivalent to (p AND q)?
Answer: ~(p -> ~q)
Since p -> ~q is equivalent to ~p OR ~q, its negation ~(p -> ~q) becomes p AND q by De Morgan's law.
Q10. If the implication p -> (q OR r) is false, then the truth values of p, q, r respectively are:
Answer: T, F, F
p -> (q OR r) is false requires p true and (q OR r) false, so p=T, q=F, r=F.
Q11. Classify the compound statement (p AND (NOT q)) AND ((NOT p) OR q):
Answer: a contradiction
p AND NOT q requires p true and q false, but (NOT p OR q) then requires p false or q true - a direct conflict - so the statement is always false: a contradiction.
Q12. What is the negation of the statement p → (q ∧ r)?
Answer: p ∧ (~q ∨ ~r)
Negating an implication: ~(p -> (q ∧ r)) = p ∧ ~(q ∧ r) = p ∧ (~q ∨ ~r).
Answer: If x - 2y != 9, then x != 5 or y != -2
The contrapositive negates both parts and reverses them; negating the conjunction gives an 'or', so it reads: if x-2y != 9 then x != 5 or y != -2.
Q14. Which one of the following statements is FALSE?
Answer: p ^ ~(p v q) is a tautology (always true)
p ^ ~(p v q) = p ^ ~p ^ ~q, which contains p ^ ~p (a contradiction), so it is always false, not always true; hence that statement is wrong.
Answer: ~S(p, q, r)
Taking the dual and substituting negated variables and simplifying with De Morgan's laws gives the negation of the original statement, ~S(p, q, r).
Q16. What is the negation of the statement: "If a quadrilateral is a square, then it is a rhombus"?
Answer: A quadrilateral is a square and it is not a rhombus
Since ~(p -> q) is equivalent to p AND ~q, the negation is 'a quadrilateral is a square and it is not a rhombus'.