logo

Question detail

Given u = [2, 3] and v = [4, 1], what is the dot product u · v?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Vectors

Exam-style question

Try this first

Given u = [2, 3] and v = [4, 1], what is the dot product u · v?.

  1. A.11
  2. B.10
  3. C.14
  4. D.5

Model answer

What a good answer should say

  • 11

Explanation

Why this works

Multiply corresponding entries and add the results: u · v = (2 × 4) + (3 × 1) = 8 + 3 = 11.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.