Chapter 3: Problem 27
The sum of any two odd integers is even.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 3: Problem 27
The sum of any two odd integers is even.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Assume that \(k\) is a particular integer. a. Is \(-17\) an odd integer? b. Is 0 an even integer? c. Is \(2 k-1\) odd?
Definition: The least common multiple of two nonzero integers \(a\) and \(b\), denoted \(\operatorname{lcm}(a, b)\), is the positive integer \(c\) such that a. \(a \mid c\) and \(b \mid c\) b. for all integers \(m\), if \(a \mid m\) and \(b \mid m\), then \(c \mid m\). Find a. \(\operatorname{lcm}(12,18)\) b. \(\operatorname{lcm}\left(2^{2} \cdot 3 \cdot 5,2^{3} \cdot 3^{2}\right)\) c. \(\operatorname{lcm}(2800,6125)\)
Definition: The least common multiple of two nonzero integers \(a\) and \(b\), denoted \(\operatorname{lcm}(a, b)\), is the positive integer \(c\) such that a. \(a \mid c\) and \(b \mid c\) b. for all integers \(m\), if \(a \mid m\) and \(b \mid m\), then \(c \mid m\). Prove that for all integers \(a\) and \(b, \operatorname{gcd}(a, b) \mid \operatorname{lcm}(a, b)\).
For all nonnegative real numbers \(a\) and \(b, \sqrt{a b}=\sqrt{a} \sqrt{b}\). (Note that if \(x\) is a nonnegative real number, then there is a unique nonnegative real number \(y\), denoted \(\sqrt{x}\), such that \(\left.y^{2}=x_{0}\right)\)
If \(0=\) Sunday, \(1=\) Monday, \(2=\) Tuesday, \(\ldots, 6=\) Saturday, then January 1 of year \(n\) occurs on the day of the week given by the following formula: \(\left(n+\left\lfloor\frac{n-1}{4}\right\rfloor-\left\lfloor\frac{n-1}{100}\right\rfloor+\left\lfloor\frac{n-1}{400}\right\rfloor\right) \bmod 7\). a. Use this formula to find January 1 of \(\begin{array}{lll}\text { i. } 2050 & \text { ii. } 2100 & \text { iii. the year of your birth. }\end{array}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.