Define to be for all real numbers and . Which of the following statements is not true?
- A)
x \heartsuit y = y \heartsuit xxy
- B)
2(x \heartsuit y) = (2x) \heartsuit (2y)xy
- C)
x \heartsuit 0 = xx
- D)
x \heartsuit x = 0x
- E)
Answer
C
Key insight
x heart 0 is |x|, which equals x only for nonnegative x; a single negative test value like x = -3 breaks statement (C).
Solution
Translate each statement using .
- (A) : true, since a number and its negative have the same absolute value.
- (B) : true, because .
- (C) . Taking gives . False.
- (D) : true.
- (E) when : true, since only has absolute value .
The statement that fails is .
Why this works
A "for all" claim is refuted by one counterexample, and the natural place to look with absolute values is a negative input, where . Rewriting a made-up operation in terms of familiar functions makes each statement a known property to confirm or deny.
The trap
Forgetting that |x| = -x for negative x and believing (C) is true, then hunting for a flaw in a correct statement.
Common mistakes
- Forgetting that |x| = -x for negative x and believing (C) is true, then hunting for a flaw in a correct statement.
- Misreading (E) and testing , where the value is ; the statement only claims positivity when .
Techniques
Use the answer choices (mod checks, size, form) to eliminate or select · Test small/specific values or special cases to find or verify the answer