---
tags: 225-spr22, mth225, lt-quiz
---
# Learning Target Quiz 7
:::info
This quiz contains problems for Learning Targets 2, 5, 6, 7, and 9--21.
* It's to your advantage to attempt as many problems as possible. But you *do not* need to attempt all the problems. Only attempt the ones you believe you are ready to take.
* Do your work on separate pages with **each Learning Target on its own separate page**. *Please do not put multiple Learning Targets on the same page.*
* Make sure to consult the [Standards for Assessments in MTH 225](/KoT83ezHRYO3DqPyXMMMag) document before starting on your work, so you're clear on what is expected and what constitutes a "successful" attempt.
* When you are done: **Scan** each Learning Target to a clear, legible, black-and-white PDF and **upload the PDF** to the designated folder on Blackboard. Remember *do not just take a picture with your camera* --- use a scanning app to create a PDF, and upload the PDF.
**Deadlines for your work:**
* Work on *Learning Targets 2, 5, 6, 7, 9, and 10* is due by **11:59pm ET Thursday, June 16**.
* Work on *Learning Targets 11-20* is due by **11:59pm ET Friday, June 10**.
:::
## Learning Target 2
:::warning
(**CORE**) I can add, subtract, multiply, and divide numbers in base 2.
:::
Do **all** of the following:
1. Add the base-2 integers `11110011` and `10010011`. *Show your work and circle your answer*.
2. Subtract the base-2 integers `11110011` and `10010011`. *Show your work and circle your answer*.
3. Multiply the base-2 integers `1011` and `11`. *Show your work and circle your answer*.
4. Divide the base-2 integer `10010111` by `11`. *Show your work and circle your answer*.
**Success criteria:** All four answers are correct, and the work leading to each answer is clear and legible. Up to two simple errors are allowed.
## Learning Target 5
:::warning
I can use a truth table to decide if a statement is a tautology or contradiction, or to determine if two statements are logically equivalent.
:::
1. Use truth tables to determine whether the statements $\neg (p \wedge q)$ and $(\neg p) \wedge (\neg q)$ are logically equivalent or not.
2. Use a truth table to determine whether the statement $(p \vee q) \rightarrow (p\wedge q)$ is a tautology.
**Success criteria:** All truth tables have the correct number of rows with no duplicated rows. All intermediate columns are shown. No more than three total errors are permitted. (If you make a mistake in an intermediate column but the rest of the row is correct given that mistake, then the mistake only counts once.) The answers (about whether the statement is a tautology, and about whether the two statements are logically equivalent) are clearly indicated.
## Learning Target 6
:::warning
I can determine the truth value of a predicate at a specific input, and given a quantified predicate I can state its negation and its truth value.
:::
Consider the predicates:
- $P(x)$: The ones digit of $x$ is odd
- $Q(x)$: $x^2 = x$
The domain of each predicate is the set of all integers (positive, negative, and zero).
1. For each of the following, state whether the expression is **True**, **False**, or **Undetermined**.
(a) $P(777)$
(b) $Q(2)$
(c) $\exists x Q(x)$
(d) $\forall y (\neg P(y))$
(e) $P(x)$
2. State the negation of: *Some classes at GVSU are offered on Saturday*. Do not simply put "not" or "it is not the case that" in the sentence.
**Success criteria:** All the answers in the first item are correct, and the second item is correct.
## Learning Target 7
:::warning
(**CORE**) I can write a set using roster and set-builder notation.
:::
1. Write each of the following sets in correct roster notation:
(a) $\{x^2 - 1 \, : \, x \in \{0, 1, 2, 4\}\}$
(b) $\{ x \in \{0,1,2,4\} \, : \, x^2 \geq 5 \}$
2. Write the following sets in set-builder notation. There may be more than one correct way to do it. Your answer must restate set membership in some way. (*See below*)
(a) $\{1, 10, 100, 1000, 10000, \dots \}$
(b) $\{2, 6, 10 \}$
3. Consider the sets:
$$\begin{array}
AA &= \{a,b,c\} \\
B &= \{b,c,d\} \\
C &= \{a,c\} \\
D &= \{d,c,b\}
\end{array}
$$
For each statement below, state whether the statement is True or whether it is False.
(a) $d \in A$
(b) $A \subseteq A$
(c) $a \in C$
(d) $\emptyset \subseteq A$
(e) $D = B$
**Success criteria:** At least 3 of the 4 answers in the first two items are correct, and no more than two simple errors are present. All answers in the third item are correct.
## Learning Target 9
:::warning
I can determine if a mapping is a function; identify the domain, range, and codomain of a function; and determine the image of a specific input.
:::
Below are three mappings from $\{1,2,3,4\}$ to $\{x,y,z,t\}$. For each one, **state whether the mapping is a function or not a function**. If a mapping is *not* a function, give a specific and clearly-stated explanation. Otherwise, if a mapping is a function, state the domain, codomain, and range (no explanation needed).
1. The mapping $f$ defined by $f(1) = t$, $f(2) = t$, $f(3) = z$, $f(4) = y$
2. The mapping $g$ defined by this table:
| Input | $1$ | $2$ | $3$ | $4$ |
| ------ | ---- | ---- | --- | --- |
| Output | $x$ | $y$ | $t$ | $x$ |
3. The mapping $h$ given by the matrix:
\begin{pmatrix}
1 & 2 & 3 & 4 \\
x, t & y & z & x
\end{pmatrix}
**Success criteria:** At least two of the three items has a completely correct response, meaning that (1) the mapping is correctly labelled as "function" or "not a function"; (2) if it's not a function, there is a clear and specific explanation; (3) if it is a function, the domain, codomain, and range are all stated correctly.
## Learning Target 10
:::warning
I can determine if a function is injective, surjective, and/or bijective.
:::
Below are three functions with their domains and codomains specified. For each one, classify it as
* Injective but not surjective,
* Surjective but not injective,
* Neither injective nor surjective, or
* Bijective.
If a function *does* have a property you do not have to explain why; but if a function *fails* to have a property, you should explain why in as specific of terms as possible. (Do not just state the definition of the property or give a vague reinterpretation of that definition, but refer to specific elements or other characteristics.)
1. $f: \mathbb{Z} \rightarrow \mathbb{Z}$ given by $f(a) = a-1$.
1. $g: \mathbb{N} \rightarrow \mathbb{N}$ given by $g(a) = a^2$.
1. The mapping $h$ from the set of all lists of integers (such as `[7,3,-2,10]`) to $\mathbb{Z}$ that takes the list and returns the first element in the list. For example $h([7,3,-2,10]) = 7$.
**Success criteria:** At least two of the three items has a correct answer that is clearly indicated, accompanied by a correct, clearly written explanation (if the function is not bijective). *Both* the answer and the explanation must be clear, correct, and easy to understand and the explanation must be given in precise terms.
:::info
**About the explanation:** You only need to explain if a function *isn't* injective or *isn't* surjective. If the function is bijective, no explanation is necessary at all (but the answer has to be right).
The explanation needs to be *as specific as possible*. For example you can't just say "There's a collision" if you think a function is not injective. Be specific.
:::
## Learning Target 11
:::warning
I can determine the values of an inverse function and the composition of two functions.
:::
1. Let $f: \{1,2,3,4\} \rightarrow \{x,y,z\}$ be the function given by $f(1) = z, f(2) = y, f(3) = x, f(4) = z$. Determine each of the following:
(a) $f^{-1}(z)$
(b) $f^{-1}(\{x,y\})$
2. Let $u: \mathbb{R} \rightarrow \mathbb{Z}$ be the floor function $u(x) = \lfloor x \rfloor$, let $v: \mathbb{R} \rightarrow \mathbb{R}$ be the function $v(x) = x + 5$, and let $w: \mathbb{Z} \rightarrow \mathbb{Z}$ be the function $w(x) = x \, \% \, 10$. For each of the following, determine if the expression can be computed. If it can be computed, state its value. If it cannot be computed, respond with "DNE" (does not exist).
(a) $(w \circ u)(4.3)$
(b) $(u \circ w)(4.3)$
(c) $(v \circ v)(10)$
**Success criteria:** At least four of the five answers are correct.
## Learning Target 12
:::warning
I can compute values of the floor, ceiling, factorial, and "mod" functions as well as integer division (`DIV` or `//`).
:::
State the values of the following. \textbf{Give a brief explanation for each of these.}
1. $\lfloor 0.4 \rfloor$
1. $\lfloor -1.4 \rfloor$
1. $\lceil 19.01 \rceil$
1. $\lceil -19.01 \rceil$
1. $9!$
1. $1!$
1. $DIV(1999,2)$
2. $100 // 6$
3. $199 \ \% \ 2$
4. $444 \ \% \ 5$
**Success criteria:** At least 9 out of 10 answers are correct.
## Learning Target 13
:::warning
(**CORE**) I can apply the Additive and Multiplicative Principles and the Principle of Inclusion/Exclusion to formulate and solve basic combinatorics problems.
:::
Work out the answer to each of the counting questions below. State the answer clearly, and show all work or explain your reasoning in words on each. **Note:** Answers with insufficient explanations or work are not accepted.
Television sets manufactured in a certain facility have a unique serial "number" printed on them. The serial "number" is not actually a number but consists of three letters from the English alphabet (A through Z) followed by ten digits each selected from 0 through 9.
How many serial numbers:
1. Are possible in all, if repetitions are allowed?
2. Are possible in all, if repetitions of letters are not allowed but repetitions of digits are allowed?
3. Are possible in which the letter portion of the serial number starts with "MI" or the number portion of the serial number starts with "999"?
## Learning Target 14
:::warning
(**CORE**) I can compute a binomial coefficient and apply the binomial coefficient to solve basic combinatorics problems.
:::
1. Compute the exact numerical value of the following. Either show work or explain in one sentence how you got your answer. Leave no fractions in your answers.
(a) $\binom{12}{3}$
(b) $\binom{33}{13}$
2. Solve the following counting problems. State your answer clearly and justify each answer with math work or a brief verbal explanation. The justification for each answer must involve the binomial coefficient.
(a) How many subsets are possible for a 20-element set?
(b) How many 8-element subsets are possible for a 20-element set?
**Success criteria:** All of the answers on the first item are correct and have sufficient justifications. Both parts of the second item have good-faith efforts at a correct answer and contain clear, substantive explanations that justify the approach and answer. At least one of the two answers must be correct and sufficiently justified; the other may be incorrect as long as it results from a "simple" error.
## Learning Target 15
:::warning
I can determine the number of permutations of a set of objects and the number of $k$-permutations from a set of $n$ objects.
:::
Solve each problem below. Show your work or explain your reasoning on each of these, and clearly indicate the numerical answer on each (don't just plug into a formula and leave it).
1. Using the digits 2 through 8, find the number of different 5-digit numbers that can be formed if the digits cannot be repeated.
2. One of the 5-digit integers that you can form in the first part is `43675`. How many different integers are there that use these five particular digits? Include `43675` itself as one of them.
**Success criteria:** Both parts have good-faith efforts at a correct answer and contain clear, substantive explanations that justify the approach and answer. At least one of the two answers must be correct and sufficiently justified; the other may be incorrect as long as it results from a "simple" error.
## Learning Target 16
:::warning
I can use the "dots and dividers" method to count the number of ways to distribute objects among a group.
:::
Solve each problem below. Show your work or explain your reasoning on each of these, and clearly indicate the numerical answer on each (don't just plug into a formula and leave it).
1. You're on a GVSU intramural dodgeball team. After practice one day, you are asked to put away the 14 identical dodgeballs into 5 bins. How many ways are there to do this?
2. How many ways are there to do the task in part 1 if none of the bins can be empty in the end?
**Success criteria:** Both parts have good-faith efforts at a correct answer and contain clear, substantive explanations that justify the approach and answer. At least one of the two answers must be correct and sufficiently justified; the other may be incorrect as long as it results from a "simple" error.
## Learning Target 17
:::warning
(**CORE**) I can generate several values of a sequence given either a closed-form or recursive definition.
:::
List the first six (6) terms of each of the following sequences. You do not need to show your work, but your answers must be correct.
1. $a_n = 8(0.1)^n , \ \text{where} \ n = 1, 2, 3, \dots$
1. $b_n = \frac{n(n-1)}{2} \ \text{where} \ n = 1, 2, \dots$
1. $c_0 = 2, \ \text{and} \ c_n = 2c_{n-1} + \frac{n}{2} \ \text{if} \ n > 0$
1. $d_0 = 2, d_1 = 3 \ \text{and} \ d_n = 2d_{n-1} - d_{n-2} \ \text{if} \ n > 1$
**Success criteria:** At least three of the four sequences have all six terms correctly listed.
## Learning Target 18
:::warning
I can use "sigma" and "pi" notation to find the sum and product of a sequence of numbers.
:::
1. Compute the numerical value of each of the following:
(a) $\displaystyle{\sum_{n = 1}^4 \frac{n(n-1)}{2}}$
(b) $\displaystyle{\prod_{n = 2}^5 (n^2 + n)}$
(c) $\displaystyle{\sum_{n = 1}^{10} \left \lfloor \frac{n}{2} \right \rfloor}$ where $\lfloor x \rfloor$ is the floor function
2. For each sum below, write the sum correctly using sigma notation:
(a) $3 + 6 + 12 + 24$
(b) $2 + 5 + 8 + 11 + 14 + \cdots + 62$
**Success criteria:** At least four of the five items has a correct answer. Up to two simple errors are allowed.
## Learning Target 19
:::warning
I can find closed form and recursive definitions for arithmetic and geometric sequences.
:::
For each sequence below, find both a closed formula and a complete recursive definition for the sequence. You do not need to show your work, but your results must be correct.
1. $2, 5, 8, 11, 14, \dots$
1. $2, 6, 18, 54, \dots$
1. $2, 4, 6, 8, 10, 12, \dots$
1. $0.5, 0.05, 0.005, 0.0005, \dots$
**Success criteria:** At least three of the four items has a complete and correct answer. (Remember each item asks for *two* things.)
## Learning Target 20
:::warning
I can solve a second-order linear homogeneous recurrence relation using the characteristic root method.
:::
Solve the following recurrence relation using the characteristic root method:
$$a_0 = 3, a_1 = 5; \ \text{and} \ a_n = 9a_{n-2} \ \text{if} \ n > 1$$
**Success criteria:** A correct and complete function is given, and all significant work is shown clearly. Omission of significant algebra or arithmetic steps will constitute an unsuccessful attempt. ==In particular, the steps for solving the characteristic equation and for finding the coefficients of the solution must be fully present.== Up to two (2) simple errors are allowed.
## Learning Target 21
:::warning
(**CORE**) Given a statement to be proven by mathematical induction, I can identify the predicate, prove the base case, state the inductive hypothesis, and sketch a proof.
:::
Consider the statement: **For any positive integer $n$,**
$$1^3 + 2^3 + 3^3 + \cdots + n^3 = \frac{1}{4}n^2(n+1)^2$$
Set up the framework for a proof by mathematical induction by doing the following steps:
1. State the base case, and prove that the base case is true.
2. Clearly state the inductive hypothesis.
3. Clearly state the inductive step (that is, clearly state what needs to be proven following the inductive hypothesis).
4. Give at least one suggestion for how a full proof of the inductive step might go, that is reasonable and likely to be useful.
**Success criteria:** The base case is clearly stated and correctly proven. The inductive hypothesis is clearly and correctly stated. The inductive step is clearly and correctly stated.