Questions: Span, Linear Independence, and Basis

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You have three vectors in R²: v₁=(1,0), v₂=(0,1), v₃=(2,3). Which is true?

A{v₁, v₂, v₃} is a valid basis for R² because all three are needed to reach every point
B{v₁, v₂, v₃} spans R² but is not a basis, because v₃ is a linear combination of v₁ and v₂
C{v₁, v₂} is not a basis because it doesn't include the large vector v₃=(2,3)
DAny two of these three vectors form a linearly independent set and thus a basis for R²
Question 2 Multiple Choice

Five vectors span a subspace V, but some are linearly dependent. After removing the redundant ones, 3 linearly independent vectors remain that still span V. What can you conclude?

AV has dimension 3, and any basis for V must contain exactly 3 vectors
BV has dimension between 3 and 5, since the original set needed 5 vectors
CThe dimension of V depends on which 3 vectors were kept, not just their count
DV is 5-dimensional because 5 vectors were originally required to describe it
Question 3 True / False

Two vectors are linearly dependent if and mainly if at least one of them is the zero vector.

TTrue
FFalse
Question 4 True / False

If you add a vector w to a linearly independent set {v₁, ..., vₖ}, the result is still linearly independent only if w is not in the span of {v₁, ..., vₖ}.

TTrue
FFalse
Question 5 Short Answer

Why must every basis for the same subspace have the same number of vectors? What would go wrong if two bases had different cardinalities?

Think about your answer, then reveal below.