Discrete Math Quiz: Direct Proof
20 questions · exam conditions
0:00
Direct ProofQuestion 1 of 20

In a direct proof of "For integers mm and nn, if m2+n2m^2 + n^2 is divisible by 44, then both mm and nn have the same parity," what information is most crucial to establish early in the proof?

The possible remainders when any integer squared is divided by 44, and their relationship to the integer's parity.
Examples showing that when mm and nn have different parity, m2+n2m^2 + n^2 is not divisible by 44.
The fact that 44 divides m2+n2m^2 + n^2 if and only if m2+n20(mod4)m^2 + n^2 \equiv 0 \pmod{4}.
A proof that the sum of two squares can only be divisible by 44 under specific conditions.
← Back to quizzes

Discrete Math Quiz

Discrete Math Quiz: Direct Proof

Practice Direct Proof in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Direct Proof, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

In a direct proof of "For integers mm and nn, if m2+n2m^2 + n^2 is divisible by 44, then both mm and nn have the same parity," what information is most crucial to establish early in the proof?

  1. The possible remainders when any integer squared is divided by 44, and their relationship to the integer's parity. (correct answer)
  2. Examples showing that when mm and nn have different parity, m2+n2m^2 + n^2 is not divisible by 44.
  3. The fact that 44 divides m2+n2m^2 + n^2 if and only if m2+n20(mod4)m^2 + n^2 \equiv 0 \pmod{4}.
  4. A proof that the sum of two squares can only be divisible by 44 under specific conditions.
Explanation: To prove this directly, we need to understand how the parity of an integer affects the remainder when its square is divided by 4. Specifically, if n is even, n² ≡ 0 (mod 4), and if n is odd, n² ≡ 1 (mod 4). This key insight allows us to analyze all possible cases systematically. Choice B uses examples rather than general proof. Choice C restates the assumption without adding insight. Choice D is too vague and doesn't provide the specific modular arithmetic insight needed.

Question 2

Consider proving: "If xx and yy are positive real numbers and xy=1xy = 1, then x+y2x + y \geq 2." A student writes: "Since xy=1xy = 1 and x,y>0x, y > 0, we have y=1xy = \frac{1}{x}. Therefore x+y=x+1xx + y = x + \frac{1}{x}." What should be the next step to maintain proper direct proof structure?

  1. Apply the AM-GM inequality directly to conclude that x+1x2x1x=1\frac{x + \frac{1}{x}}{2} \geq \sqrt{x \cdot \frac{1}{x}} = 1.
  2. Consider the function f(x)=x+1xf(x) = x + \frac{1}{x} for x>0x > 0 and find its minimum using calculus.
  3. Show that (x+1x)2=x22x+1x=(x1)2x0(x + \frac{1}{x}) - 2 = \frac{x^2 - 2x + 1}{x} = \frac{(x-1)^2}{x} \geq 0 since x>0x > 0. (correct answer)
  4. Multiply both sides by xx to get x2+12xx^2 + 1 \geq 2x, then rearrange to show x22x+10x^2 - 2x + 1 \geq 0.
Explanation: Choice C provides a direct algebraic approach that works entirely from the established expression x + 1/x and shows directly that it's ≥ 2 by demonstrating the difference is non-negative. This maintains the forward logical flow of direct proof. Choice A invokes AM-GM inequality which, while correct, introduces an external theorem rather than building the result directly. Choice B uses calculus, which goes beyond the algebraic scope typically expected. Choice D requires additional justification for why multiplying by x preserves the inequality direction.

Question 3

A student is constructing a direct proof of: "If aa and bb are real numbers with a2+b2=1a^2 + b^2 = 1 and a,b0a, b \geq 0, then a+b2a + b \leq \sqrt{2}." After establishing the hypothesis, the student writes: "We want to prove a+b2a + b \leq \sqrt{2}. Squaring both sides, this is equivalent to (a+b)22(a + b)^2 \leq 2." What is problematic about this step in a direct proof?

  1. The student should verify that a+b0a + b \geq 0 before squaring to ensure the squaring operation preserves the inequality direction.
  2. Squaring both sides of an inequality is not a valid operation in direct proofs without additional justification.
  3. The student is manipulating the desired conclusion rather than working forward from the given hypothesis a2+b2=1a^2 + b^2 = 1. (correct answer)
  4. The equivalence between a+b2a + b \leq \sqrt{2} and (a+b)22(a + b)^2 \leq 2 requires proving that equality cases are handled correctly.
Explanation: In a direct proof, we should work forward from our assumptions to build toward the conclusion, not manipulate the conclusion we're trying to prove. The student should start with a² + b² = 1 and a, b ≥ 0, then build algebraically toward showing a + b ≤ √2. Choice A identifies a valid concern about preserving inequality direction, but since a, b ≥ 0, we know a + b ≥ 0. Choice B is incorrect because squaring can be valid with proper justification. Choice D raises a technical point but doesn't address the main structural issue with the proof approach.

Question 4

In a direct proof of "If aa, bb, and cc are consecutive integers with a<b<ca < b < c, then a2+b2+c2abbcca=3a^2 + b^2 + c^2 - ab - bc - ca = 3," which representation of the consecutive integers is most conducive to direct proof?

  1. Let a=na = n, b=n+1b = n+1, c=n+2c = n+2 for some integer nn, then substitute and expand.
  2. Let a=b1a = b-1 and c=b+1c = b+1, then express everything in terms of the middle integer bb for symmetric algebraic manipulation. (correct answer)
  3. Let b=a+db = a+d and c=a+2dc = a+2d where d=1d = 1, then substitute d=1d = 1 at the end.
  4. Use the general forms a=ka = k, b=k+jb = k+j, c=k+2jc = k+2j with j=1j = 1 to maintain generality throughout.
Explanation: Expressing a = b-1 and c = b+1 creates the most symmetric representation that simplifies algebraic manipulation. When we substitute into a² + b² + c² - ab - bc - ca, the algebra becomes more manageable due to the symmetry around b. Choice A works but is less symmetric. Choices C and D introduce unnecessary parameters (d and j) that don't simplify the problem and actually make it more complex than needed for this specific case.

Question 5

In proving "If nn is a positive integer and n3nn^3 - n is divisible by 66, then either n0(mod6)n \equiv 0 \pmod{6} or nn is not divisible by 33," what is the most significant structural challenge for a direct proof approach?

  1. The condition "nn is not divisible by 33" is a negative statement that cannot be proven directly.
  2. The hypothesis involves a cubic expression, requiring factorization techniques not typically used in direct proofs.
  3. The statement mixes divisibility by 66 and divisibility by 33, creating conflicting modular arithmetic systems.
  4. The conclusion is a disjunction ("or" statement), making it difficult to prove directly without case analysis. (correct answer)
Explanation: When analyzing proof strategies in discrete mathematics, you need to consider how the logical structure of a statement affects your approach. Direct proofs work best when you can establish a clear path from hypothesis to a single, concrete conclusion. The key insight here is recognizing that this statement's conclusion is a disjunction: "either n0(mod6)n \equiv 0 \pmod{6} or nn is not divisible by 33." In a direct proof, you assume the hypothesis (n3nn^3 - n is divisible by 66) and try to prove the conclusion follows logically. But with an "or" statement, you'd need to prove that at least one of the two alternatives is true, without knowing which one applies to any given nn. This creates an inherent structural problem—you can't directly establish which branch of the disjunction holds without breaking into cases or using indirect methods. Choice A is incorrect because negative statements can absolutely be proven directly by showing the conditions for the positive statement fail. Choice B misses the point—while n3nn^3 - n does factor nicely as n(n1)(n+1)n(n-1)(n+1), factorization is a standard technique in direct proofs. Choice C is wrong because working with different moduli simultaneously is common and manageable in number theory proofs. The correct answer is D because disjunctive conclusions fundamentally resist direct proof approaches—they naturally call for case analysis, proof by contradiction, or contrapositive methods instead. Study tip: When you see "or" statements in conclusions, immediately consider indirect proof methods rather than struggling with a direct approach that fights the logical structure.

Question 6

A student attempts to prove: "If aa divides bcbc and gcd(a,b)=1\gcd(a,b) = 1, then aa divides cc" by writing: "Assume abca | bc and gcd(a,b)=1\gcd(a,b) = 1. Since aa and bb are relatively prime, aa cannot share any common factors with bb. Therefore, if aa divides the product bcbc, it must divide cc." What is the main logical gap in this reasoning?

  1. The student didn't use the formal definition of divisibility to express bc=akbc = ak for some integer kk.
  2. The conclusion about aa dividing cc doesn't follow rigorously from the observation about common factors. (correct answer)
  3. The student should have considered the case where aa, bb, or cc might be negative integers.
  4. The student failed to prove that gcd(a,b)=1\gcd(a,b) = 1 implies aa and bb share no common factors.
Explanation: While the student's intuition is correct, they haven't provided a rigorous logical bridge from "a shares no common factors with b" to "a must divide c." A complete direct proof would need to use properties like Bézout's identity or fundamental properties of gcd to make this connection rigorous. Choice A suggests a formatting issue but doesn't identify the logical gap. Choice C is irrelevant to the logical structure. Choice D is incorrect because the definition of gcd(a,b) = 1 does imply they share no common prime factors.

Question 7

Consider the statement: "If nn is an integer such that n2+3n+2n^2 + 3n + 2 is even, then nn is even." Which of the following represents the most appropriate first step in a direct proof of this statement?

  1. Assume nn is an integer such that n2+3n+2n^2 + 3n + 2 is even, and show that nn must be even by factoring the expression. (correct answer)
  2. Assume nn is even and show that n2+3n+2n^2 + 3n + 2 is even by substituting n=2kn = 2k for some integer kk.
  3. Assume nn is odd and derive a contradiction by showing that n2+3n+2n^2 + 3n + 2 would then be odd.
  4. Show that the contrapositive is true by assuming nn is odd and proving n2+3n+2n^2 + 3n + 2 is odd.
Explanation: In a direct proof of an implication P → Q, we assume P is true and prove Q follows. Here P is "n² + 3n + 2 is even" and Q is "n is even", so we assume the hypothesis and prove the conclusion. Choice B describes proving the converse, while choices C and D describe proof by contradiction or contrapositive, not direct proof.

Question 8

In a direct proof that "For all integers aa and bb, if a1(mod4)a \equiv 1 \pmod{4} and b3(mod4)b \equiv 3 \pmod{4}, then ab3(mod4)ab \equiv 3 \pmod{4}," what should immediately follow the assumption that a1(mod4)a \equiv 1 \pmod{4} and b3(mod4)b \equiv 3 \pmod{4}?

  1. Express a=4k+1a = 4k + 1 and b=4j+3b = 4j + 3 for some integers kk and jj, then compute abab. (correct answer)
  2. Show that aa and bb are both odd integers, then use properties of odd number multiplication.
  3. Verify the statement with specific examples like a=1,b=3a = 1, b = 3 and a=5,b=7a = 5, b = 7.
  4. Apply the theorem that congruences are preserved under multiplication to get ab13(mod4)ab \equiv 1 \cdot 3 \pmod{4}.
Explanation: In a direct proof involving modular arithmetic, we should translate the congruence conditions into explicit algebraic forms that we can manipulate. Writing a = 4k + 1 and b = 4j + 3 allows us to compute ab algebraically and determine its remainder when divided by 4. Choice B makes an unnecessary detour, C uses examples rather than proof, and D assumes a theorem that may not be established.

Question 9

Consider the statement: "If xx and yy are rational numbers with y0y \neq 0, then xy\frac{x}{y} is rational." In a direct proof, after writing x=pqx = \frac{p}{q} and y=rsy = \frac{r}{s} where p,q,r,sp, q, r, s are integers with q0q \neq 0 and s0s \neq 0, what additional condition must be established?

  1. We must verify that r0r \neq 0 to ensure that xy=psqr\frac{x}{y} = \frac{ps}{qr} is well-defined. (correct answer)
  2. We must show that gcd(p,q)=1\gcd(p,q) = 1 and gcd(r,s)=1\gcd(r,s) = 1 for the fractions to be in lowest terms.
  3. We must prove that psps and qrqr are integers to complete the definition of rational number.
  4. We must establish that qq and ss have the same sign to ensure the division is properly defined.
Explanation: Since y ≠ 0 and y = r/s, we need r ≠ 0 to make the division x/y = (p/q)/(r/s) = ps/qr meaningful. The condition y ≠ 0 translates to r ≠ 0 in our representation, which is crucial for the proof's validity. Choice B is unnecessary because we don't need lowest terms to prove rationality. Choice C is obvious since products of integers are integers. Choice D is irrelevant to the mathematical validity of the expression.

Question 10

In proving "If mm and nn are integers such that m3+n3+(m+n)3m^3 + n^3 + (m+n)^3 is divisible by 99, then 33 divides mnmn," what is the most effective way to begin the direct proof after assuming the hypothesis?

  1. Assume 33 does not divide mnmn and show this leads to a contradiction with the divisibility by 99.
  2. Use the identity m3+n3=(m+n)(m2mn+n2)m^3 + n^3 = (m+n)(m^2 - mn + n^2) to factor the expression before expanding (m+n)3(m+n)^3.
  3. Consider the possible remainders when mm and nn are divided by 33 and analyze each case systematically.
  4. Expand (m+n)3(m+n)^3 and combine with m3+n3m^3 + n^3 to get a simplified expression in terms of mm and nn. (correct answer)
Explanation: When approaching a direct proof in discrete mathematics, your first step after assuming the hypothesis is typically to manipulate the given conditions into a more workable form. This problem gives you that m3+n3+(m+n)3m^3 + n^3 + (m+n)^3 is divisible by 9, so you need to transform this expression to reveal information about mnmn. The most effective approach is option D: expand (m+n)3(m+n)^3 and combine terms. When you expand (m+n)3=m3+3m2n+3mn2+n3(m+n)^3 = m^3 + 3m^2n + 3mn^2 + n^3 and substitute into the original expression, you get: m3+n3+m3+3m2n+3mn2+n3=2m3+2n3+3mn(m+n)m^3 + n^3 + m^3 + 3m^2n + 3mn^2 + n^3 = 2m^3 + 2n^3 + 3mn(m+n) This simplification reveals the factor 3mn3mn explicitly, which directly relates to what you're trying to prove. Option A describes proof by contradiction, not direct proof as specified in the question. Option B attempts factoring m3+n3m^3 + n^3 first, but this creates unnecessary complexity since you'd still need to expand (m+n)3(m+n)^3 eventually. Option C suggests a case-by-case analysis based on remainders modulo 3, which is a valid proof technique but not the most direct path forward after assuming the hypothesis. The key insight is that algebraic manipulation often reveals the structure you need. When you see an expression involving cubes and need to prove something about a product, expanding and collecting terms usually exposes the relevant factors more clearly than other approaches.

Question 11

A student is proving: "If xx and yy are real numbers with x>0x > 0 and y>0y > 0, then x+y2xy\frac{x+y}{2} \geq \sqrt{xy}." The student writes: "Assume x>0x > 0 and y>0y > 0. We want to show x+y2xy\frac{x+y}{2} \geq \sqrt{xy}. This is equivalent to showing x+y2xyx + y \geq 2\sqrt{xy}." What is the primary structural issue with this approach?

  1. The student should square both sides immediately to eliminate the square root rather than multiplying by 2.
  2. The student is working backwards from the conclusion instead of building forward from the assumptions. (correct answer)
  3. The student should substitute specific values for xx and yy to make the proof more concrete.
  4. The student failed to verify that both sides of the inequality are positive before manipulating them.
Explanation: In a direct proof, we start with the given assumptions and build logical steps forward to reach the conclusion. The student is starting with what they want to prove and manipulating it, which is working backwards. This approach doesn't constitute a valid direct proof structure. Choice A suggests a specific technique but doesn't address the structural issue. Choice C would make this an example-based argument, not a general proof. Choice D is incorrect because both sides are clearly positive under the given assumptions.

Question 12

A student is proving: "If nn is an integer and n21(mod8)n^2 \equiv 1 \pmod{8}, then nn is odd." The student begins: "Assume n21(mod8)n^2 \equiv 1 \pmod{8}. Then n2=8k+1n^2 = 8k + 1 for some integer kk." What should be the next most productive step in the direct proof?

  1. Take square roots of both sides to get n±1(mod8)n \equiv \pm 1 \pmod{8}, then conclude nn is odd.
  2. Factor the right side as n2=8k+1=(8k)+1n^2 = 8k + 1 = (8k) + 1 and conclude that n2n^2 is odd.
  3. Use the fact that n21=8kn^2 - 1 = 8k to factor the left side as (n1)(n+1)=8k(n-1)(n+1) = 8k.
  4. Analyze the possible values of nmod8n \bmod 8 by checking which values of rr make r21(mod8)r^2 \equiv 1 \pmod{8}. (correct answer)
Explanation: When proving statements involving modular arithmetic, you often need to systematically check all possible cases. This problem asks you to prove that if n21(mod8)n^2 \equiv 1 \pmod{8}, then nn must be odd. The most productive next step is D: checking which values of rr make r21(mod8)r^2 \equiv 1 \pmod{8}. Since any integer is congruent to 0, 1, 2, 3, 4, 5, 6, or 7 modulo 8, you can square each: 02=00(mod8)0^2 = 0 \equiv 0 \pmod{8}, 12=11(mod8)1^2 = 1 \equiv 1 \pmod{8}, 22=44(mod8)2^2 = 4 \equiv 4 \pmod{8}, 32=91(mod8)3^2 = 9 \equiv 1 \pmod{8}, 42=160(mod8)4^2 = 16 \equiv 0 \pmod{8}, 52=251(mod8)5^2 = 25 \equiv 1 \pmod{8}, 62=364(mod8)6^2 = 36 \equiv 4 \pmod{8}, 72=491(mod8)7^2 = 49 \equiv 1 \pmod{8}. Only when n1,3,5,7(mod8)n \equiv 1, 3, 5, 7 \pmod{8} (all odd values) does n21(mod8)n^2 \equiv 1 \pmod{8}, proving the statement directly. A is incorrect because you cannot simply take square roots in modular arithmetic—n21(mod8)n^2 \equiv 1 \pmod{8} doesn't mean n±1(mod8)n \equiv \pm 1 \pmod{8}. As shown above, nn could be 3, 5, or 7 modulo 8. B is unproductive because observing that n2n^2 is odd doesn't directly tell you about nn's parity without additional work. C leads to a more complex argument about factoring (n1)(n+1)=8k(n-1)(n+1) = 8k, which is unnecessarily complicated compared to the direct case analysis. Strategy tip: For modular arithmetic proofs, systematically checking all residue classes is often the most straightforward approach, especially when the modulus is small.

Question 13

To prove "If nn is an integer greater than 1 and nn is not prime, then nn has a prime divisor less than or equal to n\sqrt{n}," a student writes: "Assume n>1n > 1 and nn is composite. Then n=abn = ab where 1<a<n1 < a < n and 1<b<n1 < b < n." What is the most critical next step in this direct proof?

  1. Show that at least one of aa or bb must be prime by using the fundamental theorem of arithmetic
  2. Establish that either a=na = \sqrt{n} or b=nb = \sqrt{n} by using properties of integer factorization
  3. Demonstrate that if ana \leq \sqrt{n}, then aa has a prime divisor, which is also a prime divisor of nn
  4. Prove that we cannot have both a>na > \sqrt{n} and b>nb > \sqrt{n} by showing this leads to ab>nab > n (correct answer)
Explanation: When proving statements about composite numbers and their factors, the key insight is understanding the relationship between a number and its square root. This proof relies on a fundamental property: in any factorization of a composite number, at least one factor must be "small." The student has correctly set up the proof by expressing the composite number nn as n=abn = ab where both aa and bb are proper divisors. The critical next step is to establish that we cannot have both factors be large. If both a>na > \sqrt{n} and b>nb > \sqrt{n}, then multiplying these inequalities gives us ab>nn=nab > \sqrt{n} \cdot \sqrt{n} = n. But this contradicts our assumption that ab=nab = n. Therefore, at least one of aa or bb must be n\leq \sqrt{n}. This makes option D correct. Option A is flawed because while the fundamental theorem guarantees prime factorizations exist, it doesn't directly help us locate a prime divisor n\leq \sqrt{n}. Option B is incorrect because factors rarely equal n\sqrt{n} exactly, and this isn't necessary for the proof. Option C puts the cart before the horse—we first need to show that a small factor exists before worrying about its prime divisors. Remember this pattern: proofs involving n\sqrt{n} often use contradiction arguments about the sizes of factors. When you see composite number proofs mentioning square roots, think about what happens if all factors were "too big"—this usually leads to an impossible situation.

Question 14

A student attempts to prove: "If xx is a real number and x25x+6=0x^2 - 5x + 6 = 0, then x=2x = 2 or x=3x = 3." The student writes: "Assume x25x+6=0x^2 - 5x + 6 = 0. Factoring gives (x2)(x3)=0(x-2)(x-3) = 0." To complete this as a proper direct proof, what should the student do next?

  1. Substitute x=2x = 2 and x=3x = 3 back into the original equation to verify they are solutions
  2. Verify the factorization by expanding (x2)(x3)(x-2)(x-3) and confirming it equals x25x+6x^2 - 5x + 6
  3. Apply the zero product property to conclude that x2=0x - 2 = 0 or x3=0x - 3 = 0, then solve each equation (correct answer)
  4. Use the quadratic formula to find the roots and show they match the factored form
Explanation: This question tests your understanding of direct proof structure and logical reasoning with algebraic equations. When proving a conditional statement directly, you assume the hypothesis and use valid logical steps to reach the conclusion. The student correctly assumed the hypothesis (x25x+6=0x^2 - 5x + 6 = 0) and factored to get (x2)(x3)=0(x-2)(x-3) = 0. To complete the proof, you need to apply the zero product property, which states that if a product equals zero, then at least one factor must equal zero. This gives us x2=0x - 2 = 0 or x3=0x - 3 = 0, leading directly to x=2x = 2 or x=3x = 3 – exactly what we wanted to prove. Choice C follows this logical progression. Choice A is incorrect because verification by substitution would be appropriate for checking solutions, but the proof's goal is to derive the conclusion from the hypothesis, not verify predetermined answers. Choice B is wrong because expanding to verify factorization is unnecessary work that doesn't advance the proof toward its conclusion – we already have the correct factored form. Choice D is incorrect because using the quadratic formula introduces an entirely different method when we already have a perfectly valid approach in progress, and direct proofs should follow a clear, linear logical path. Remember that in direct proofs, each step should logically follow from the previous one toward your target conclusion. Don't get sidetracked by verification steps or alternative methods – stay focused on the most direct logical path from hypothesis to conclusion.

Question 15

A student attempts to prove: "If nn is an integer and n3n^3 is odd, then nn is odd." The student writes: "Suppose nn is odd. Then n=2k+1n = 2k + 1 for some integer kk. So n3=(2k+1)3=8k3+12k2+6k+1=2(4k3+6k2+3k)+1n^3 = (2k + 1)^3 = 8k^3 + 12k^2 + 6k + 1 = 2(4k^3 + 6k^2 + 3k) + 1, which is odd." What is wrong with this proof attempt?

  1. The algebraic expansion of (2k+1)3(2k + 1)^3 contains an error in the coefficients
  2. The student proved the converse of the intended statement rather than the statement itself (correct answer)
  3. The student should have considered the case when kk is even separately from when kk is odd
  4. The final step incorrectly concludes that 2(4k3+6k2+3k)+12(4k^3 + 6k^2 + 3k) + 1 is odd without justification
Explanation: The student proved "if nn is odd, then n3n^3 is odd" (the converse) instead of the given statement "if n3n^3 is odd, then nn is odd." For a direct proof, the student should assume n3n^3 is odd and prove nn is odd. Choice A is wrong because the expansion is correct. Choice C is unnecessary since the argument works for any integer kk. Choice D is wrong because any integer of the form 2m+12m + 1 is indeed odd by definition.

Question 16

To prove "If nn is divisible by 6, then nn is divisible by both 2 and 3," a student writes: "Assume nn is divisible by 6. Then n=6kn = 6k for some integer kk. Since 6=2×36 = 2 \times 3, we have n=2×3k=2(3k)n = 2 \times 3k = 2(3k), so nn is divisible by 2." What should the student do next to complete the proof?

  1. Show that 3k3k is an integer and conclude that nn is divisible by 2
  2. Rewrite n=6kn = 6k as n=3(2k)n = 3(2k) and show that 2k2k is an integer (correct answer)
  3. Prove that if nn is divisible by 2, then it must also be divisible by 3
  4. Verify the result by testing specific values of kk like k=1,2,3k = 1, 2, 3
Explanation: The student has shown divisibility by 2. To complete the proof, they need to show divisibility by 3 using the same approach: n=6k=3(2k)n = 6k = 3(2k), and since kk is an integer, 2k2k is also an integer, proving nn is divisible by 3. Choice A is redundant since divisibility by 2 is already established. Choice C attempts to prove a false general statement. Choice D uses examples rather than completing the general proof.

Question 17

Consider the statement: "If ABA \subseteq B and BCB \subseteq C, then ACA \subseteq C." A student begins a direct proof by writing: "Let xAx \in A. Since ABA \subseteq B, we have xBx \in B." What should be the student's next step?

  1. Conclude that since xBx \in B, and xx was arbitrary, we have ABA \subseteq B, which was given
  2. Use the definition of subset to write BCB \subseteq C as BC=BB \cap C = B and apply this to element xx
  3. Show that BCB \subseteq C implies there exists some element in BB that is also in CC
  4. Since xBx \in B and BCB \subseteq C, we can conclude xCx \in C, completing the proof (correct answer)
Explanation: This question tests your understanding of direct proof techniques for subset relationships. When proving "if P and Q, then R" statements about sets, you need to systematically apply the definitions step by step. The student correctly started by taking an arbitrary element xAx \in A and used the given condition ABA \subseteq B to conclude xBx \in B. The logical next step is to apply the second given condition: since xBx \in B and we know BCB \subseteq C, we can conclude xCx \in C. This completes the proof because we've shown that any arbitrary element of AA must also be in CC, which is exactly what ACA \subseteq C means. Choice A is wrong because it's circular reasoning—restating what was already given rather than making progress toward the conclusion. The student already used ABA \subseteq B; restating it doesn't advance the proof. Choice B incorrectly uses set intersection notation. While ABA \subseteq B does imply AB=AA \cap B = A, this approach unnecessarily complicates the proof and doesn't directly help establish that xCx \in C. Choice C misunderstands what BCB \subseteq C means. The subset relationship means every element of BB is in CC, not just that some element exists in both sets. This approach would lead to an incomplete proof. Remember: In direct proofs of subset relationships, work element by element through the chain of given conditions. Take an arbitrary element from the first set, then systematically apply each subset relationship until you reach the target set.

Question 18

A student wants to prove: "If f:RRf: \mathbb{R} \to \mathbb{R} is a function such that f(x+y)=f(x)+f(y)f(x + y) = f(x) + f(y) for all real numbers xx and yy, then f(0)=0f(0) = 0." Which represents the most direct approach?

  1. Choose specific values like x=1,y=1x = 1, y = -1 and use the functional equation to determine f(0)f(0)
  2. Apply the functional equation with x=y=0x = y = 0 to obtain f(0)=f(0)+f(0)f(0) = f(0) + f(0), then solve for f(0)f(0)
  3. Use the functional equation with y=0y = 0 to get f(x)=f(x)+f(0)f(x) = f(x) + f(0) for all xx, then deduce f(0)=0f(0) = 0 (correct answer)
  4. Prove that ff must be linear, then use the fact that linear functions through the origin satisfy f(0)=0f(0) = 0
Explanation: Setting y=0y = 0 in the functional equation gives f(x+0)=f(x)+f(0)f(x + 0) = f(x) + f(0), so f(x)=f(x)+f(0)f(x) = f(x) + f(0) for all xx. This immediately implies f(0)=0f(0) = 0. Choice A works but is less general than using the functional equation directly. Choice B leads to f(0)=2f(0)f(0) = 2f(0), which gives f(0)=0f(0) = 0 but is less straightforward. Choice D proves more than necessary and doesn't represent the most direct path.

Question 19

A student wants to prove: "If aa and bb are rational numbers, then a+ba + b is rational." The student writes: "Let a=pqa = \frac{p}{q} and b=rsb = \frac{r}{s} where p,q,r,sp, q, r, s are integers with q0q \neq 0 and s0s \neq 0." What is the primary weakness in this opening?

  1. The student should assume aa and bb are arbitrary rational numbers before expressing them in fractional form (correct answer)
  2. The student failed to specify that p,q,r,sp, q, r, s must all be positive integers
  3. The student should have used the same denominator for both fractions from the start
  4. The student needs to prove that such representations exist before using them
Explanation: In a direct proof, we must clearly state that we're considering arbitrary elements satisfying the hypothesis before manipulating them. The student jumped directly to the fractional representation without establishing that aa and bb are arbitrary rational numbers. Choice B is incorrect because integers can be negative. Choice C is wrong because using different denominators is fine and more general. Choice D is incorrect because the definition of rational numbers guarantees such representations exist.

Question 20

Consider proving: "If xx and yy are real numbers such that x>0x > 0 and y>0y > 0, then x+y2xy\frac{x + y}{2} \geq \sqrt{xy}." Which approach represents the most direct proof strategy?

  1. Start with x+y2xy\frac{x + y}{2} \geq \sqrt{xy} and manipulate it algebraically until reaching a true statement
  2. Begin with the equivalent inequality (xy)20(\sqrt{x} - \sqrt{y})^2 \geq 0 and work forward to the desired result (correct answer)
  3. Assume the conclusion is false and derive a contradiction using the given conditions
  4. Use specific examples to verify the inequality holds, then generalize the pattern
Explanation: A direct proof works forward from assumptions to conclusion. Starting with the obviously true statement (xy)20(\sqrt{x} - \sqrt{y})^2 \geq 0 and algebraically manipulating it forward to reach the desired inequality is the most direct approach. Choice A works backwards from conclusion to assumptions (not direct). Choice C describes proof by contradiction. Choice D uses inductive reasoning rather than deductive proof.