Home
Home / Academics / Discrete Mathematics / Quiz 4

Quiz 4

Discrete Mathematics · 2 problems · solutions hidden, click to reveal

Flashcards
Problems
Definitions easy
State the definition of an integer being even.
Show solution

Answer: An integer \(x\) is even if there is some integer \(a\) such that \(x = 2a\).

Direct proof medium
Prove that if \(x\) and \(y\) are even integers, then \(3x - 4y\) is even.
Show solution
Suppose \(x\) and \(y\) are even. Then there are integers \(a, b\) with \(x = 2a\) and \(y = 2b\). So
\(3x - 4y = 3(2a) - 4(2b) = 6a - 8b = 2(3a - 4b).\)
Since \(3a - 4b\) is an integer, it witnesses that \(3x - 4y\) is even.