What this quiz covers
This quiz focuses on Vectors, giving you a quick way to practice the rules, question types, and explanations that matter most for ACT Math.
Which vector represents 4b if b=⟨0,7⟩?
ACT Math Quiz
Practice Vectors in ACT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Vectors, giving you a quick way to practice the rules, question types, and explanations that matter most for ACT Math.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Which vector represents 4b if b=⟨0,7⟩?
Explanation: This problem requires scalar multiplication of a vector. When multiplying vector ⟨a,b⟩ by scalar k, the result is ⟨ka,kb⟩. For 4b = 4⟨0,7⟩, we multiply each component by 4: ⟨4⋅0,4⋅7⟩ = ⟨0,28⟩. Scalar multiplication affects each component independently.
If v=⟨7,1⟩ and w=⟨1,7⟩, what is v−w?
Explanation: This problem asks for vector subtraction v - w where v = ⟨7, 1⟩ and w = ⟨1, 7⟩. For vector subtraction, angle brackets a comma b minus angle brackets c comma d equals angle brackets a minus c comma b minus d. Calculating: v minus w equals angle brackets 7 comma 1 minus angle brackets 1 comma 7 equals angle brackets 7 minus 1 comma 1 minus 7 equals angle brackets 6 comma negative 6. Subtract corresponding components.
What is v+w if v=⟨1,2⟩ and w=⟨3,4⟩?
Explanation: This problem involves vector addition. When adding vectors ⟨a, b⟩ + ⟨c, d⟩, the result equals ⟨a + c, b + d⟩. For v + w = ⟨1, 2⟩ + ⟨3, 4⟩, we add corresponding components: ⟨1 + 3, 2 + 4⟩ = ⟨4, 6⟩. Vector addition requires adding components separately.
If v=⟨10,−5⟩ and w=⟨−3,2⟩, what is v+w?
Explanation: This problem asks for vector addition v + w where v = ⟨10, -5⟩ and w = ⟨-3, 2⟩. For vector addition, angle brackets a comma b plus angle brackets c comma d equals angle brackets a plus c comma b plus d. Calculating: v plus w equals angle brackets 10 comma negative 5 plus angle brackets negative 3 comma 2 equals angle brackets 10 plus negative 3 comma negative 5 plus 2 equals angle brackets 7 comma negative 3. Add corresponding components.
Which vector represents moving 4 units left and 2 units up?
Explanation: We need a vector representing 4 units left and 2 units up. Moving left means negative x-component, and moving up means positive y-component. The vector is ⟨-4, 2⟩. Choice A ⟨4, 2⟩ would represent moving right instead of left.
What is 21v if v=⟨10,−8⟩?
Explanation: We need to find (1/2)v where v = ⟨10, -8⟩. Scalar multiplication formula: k times ⟨a, b⟩ equals ⟨ka, kb⟩. Calculating: (1/2) times ⟨10, -8⟩ equals ⟨(1/2) times 10, (1/2) times (-8)⟩ equals ⟨5, -4⟩. Each component is halved.
What is 3v if v=⟨−3,−6⟩?
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate 3v = 3⟨-3,-6⟩ = ⟨3×(-3), 3×(-6)⟩ = ⟨-9,-18⟩.
In the standard (x,y) coordinate plane, u=⟨2,−5⟩ and v=⟨−3,1⟩. What is the magnitude of the vector u+v?
Explanation: This is a vectors question testing addition and magnitude. Choice A (√17) is correct — add the vectors: u + v = ⟨2 + (−3), −5 + 1⟩ = ⟨−1, −4⟩. Magnitude = √((−1)² + (−4)²) = √(1 + 16) = √17. Choice B (5) adds the absolute values of the components instead of using the distance formula: |−1| + |−4| = 1 + 4 = 5. This is the "taxicab" distance, not the Euclidean magnitude. Choice C (√37) results from an error in the vector addition step, possibly computing ⟨−1, −6⟩ and finding √(1 + 36) = √37. Choice D (√41) results from using the original components of u without performing the addition: √(2² + (−5)² ) = √(4 + 25) = √29... or from computing the magnitude of v: √(9 + 1) = √10. Pro tip: Vector addition is component-wise — add x-components, add y-components. Then apply the distance formula (√(x² + y²)) to the resulting vector. The magnitude is never found by adding components directly.
What is 2u+3v if u=⟨1,1⟩ and v=⟨2,3⟩?
Explanation: This problem involves linear combination of vectors. We compute 2u + 3v = 2⟨1, 1⟩ + 3⟨2, 3⟩. First multiply: 2⟨1, 1⟩ = ⟨2, 2⟩ and 3⟨2, 3⟩ = ⟨6, 9⟩. Then add: ⟨2, 2⟩ + ⟨6, 9⟩ = ⟨8, 11⟩. Apply scalar multiplication first, then vector addition.
What is the magnitude of x=⟨9,12⟩?
Explanation: This problem asks for the magnitude of a vector. The magnitude of vector ⟨a, b⟩ equals √(a² + b²). For x = ⟨9, 12⟩, the magnitude equals √(9² + 12²) = √(81 + 144) = √225 = 15. This is a Pythagorean triple (9, 12, 15).
What is u⋅v if u=⟨3,−2⟩ and v=⟨4,5⟩?
Explanation: This problem asks for the dot product of two vectors. The dot product ⟨a, b⟩ · ⟨c, d⟩ equals ac + bd. For u · v = ⟨3, -2⟩ · ⟨4, 5⟩, we compute: (3)(4) + (-2)(5) = 12 + (-10) = 2. The dot product combines components through multiplication and addition.
What is the magnitude of vector v=⟨3,4⟩?
Explanation: This problem asks for the magnitude of a vector. The magnitude of a vector ⟨a, b⟩ equals the square root of (a² + b²). For vector v = ⟨3, 4⟩, the magnitude equals √(3² + 4²) = √(9 + 16) = √25 = 5. Choice C gave 25, which is the value before taking the square root.
Which vector represents the addition of a=⟨5,−3⟩ and b=⟨−2,4⟩?
Explanation: This problem involves vector addition. Vector addition ⟨a, b⟩ + ⟨c, d⟩ equals ⟨a + c, b + d⟩. For a + b = ⟨5, -3⟩ + ⟨-2, 4⟩, we add corresponding components: ⟨5 + (-2), -3 + 4⟩ = ⟨3, 1⟩. Add components separately to get the sum vector.
What is the magnitude of v=⟨12,5⟩?
Explanation: This problem asks for the magnitude of a vector. The magnitude of vector ⟨a,b⟩ equals √(a2+b2). For v = ⟨12,5⟩, the magnitude equals √(122+52)=√(144+25)=√169=13. This is a Pythagorean triple (5, 12, 13).
A force vector is v=⟨4,−9⟩. What is 3v?
Explanation: This question involves scalar multiplication to find 3v, where v = ⟨4, -9⟩. Scalar multiplication by k of ⟨a, b⟩ is ⟨ka, kb⟩. Compute 3⟨4, -9⟩ = ⟨12, -27⟩. This demonstrates multiplying each component by the scalar to scale the vector. A distractor might involve adding the scalar to components, like ⟨7, -27⟩, which mixes operations incorrectly.
A robot moves first by ⟨−4,7⟩ and then by ⟨6,−3⟩. Which vector represents the robot's net movement?
Explanation: This requires adding the robot's movement vectors <-4, 7> and <6, -3> for net movement. Add components: -4 + 6 = 2 and 7 + (-3) = 4, resulting in <2, 4>. This is the resultant displacement vector. Vector addition emphasizes combining individual movements component-wise.
What is −2v if v=⟨9,−4⟩?
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate -2v = -2⟨9,-4⟩ = ⟨-2×9, -2×(-4)⟩ = ⟨-18,8⟩.
What is 4v if v=⟨1,−7⟩?
Explanation: This problem involves scalar multiplication. For scalar multiplication, k times ⟨a,b⟩ equals ⟨ka,kb⟩. We calculate 4v = 4⟨1,-7⟩ = ⟨4×1, 4×(-7)⟩ = ⟨4,-28⟩.
Which vector represents moving 3 units left and 5 units up on a coordinate plane?
Explanation: This problem involves interpreting movement in a coordinate plane. Moving left corresponds to a negative x-component and moving up corresponds to a positive y-component. Moving 3 units left and 5 units up corresponds to the vector ⟨-3,5⟩.
What is the magnitude of v if v=⟨8,−15⟩?
Explanation: This problem asks for the magnitude of a vector. The magnitude of ⟨a,b⟩ equals square root of (a² + b²). We calculate magnitude of ⟨8,-15⟩ = square root of (8² + (-15)²) = square root of (64 + 225) = square root of 289 = 17. Choice C gave 289 without taking the square root.