Lesson Objectives ▼ Understand matrix-vector multiplication through real-world examples. Explore the concept of linearity using grocery shopping data. Connect mathematical operations to practical decision-making. Build intuition for matrix transformations and scaling effects. Prepare for deeper study of matrix algebra and applications. Lesson Outline ▼ Grocery Shopping Example Word Problems Exercises Answers Grocery Shopping Example Imagine a grocery store with 3 items: Bread: $2.50 Milk: $3.20 Apples: $1.80 Five shoppers purchase different quantities: Shopper Bread Milk Apples Alice 2 1 4 Ben 1 2 3 Clara 3 0 2 David 2 3 1 Emma 1 1 5 Matrix-vector multiplication gives us: \[ \begin{bmatrix} 2 & 1 & 4 \\ 1 ...