Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 General Matrices And Matrix Arithmetic

Problem-Solving And Modelling With Matrices

20 practice questions 2 video lessons Theory + worked examples

Theory

Real-world problems translate into matrices, then the right operation: addition for combining data, subtraction for change, scalar multiplication for percentage changes, and matrix multiplication for quantity ร— price calculations. Always state units and context in the final answer.

Real-world problems involving matrices share a common pattern: translate the situation into matrices, choose the right operation, then interpret the result back in context. The four basic operations each have a typical use.

The most powerful pattern is quantity ร— price. If Q is a matrix of quantities (rows = stores or buyers, columns = products) and P is a column matrix of unit prices, then QP gives a column of total revenues โ€” one entry per row of Q. The "products" dimension cancels through the multiplication.

Many problems chain operations โ€” combine, then multiply, then scale. Work through one step at a time and keep track of orders at each stage.

The first diagram is a decision reference โ€” match the real-world situation to the matrix operation. The second visualises the powerful quantity ร— price pattern, showing how the shared dimension cancels.

Choosing the right matrix operation A decision table linking common real-world situations to the matrix operation that solves them: addition for combining, subtraction for change, scalar multiplication for percentages, matrix multiplication for quantity times price. Choose the right operation Situation Operation Combine two periods A + B Find the change between snapshots A โˆ’ B Percentage increase (e.g. 10%) 1.10 ร— A Discount (e.g. 15% off) 0.85 ร— A Currency conversion (rate r) r ร— A Quantity ร— price = revenue QP Read the question; choose; interpret the result in context.
Each common situation maps to one of four matrix operations.
The quantity times price pattern A visual showing that a quantity matrix Q (stores by products) times a price column matrix P (products by 1) gives a revenue column (stores by 1). The products dimension cancels through the multiplication. Quantity ร— Price = Revenue Q quantities stores ร— products ยท P prices products ร— 1 = QP revenue stores ร— 1 "products" cancels Numeric example Buy 2 breads ($4), 3 milks ($5), 1 eggs ($6) cost = 2ร—4 + 3ร—5 + 1ร—6 = 8 + 15 + 6 = $29
Q is stores ร— products, P is products ร— 1, so QP is stores ร— 1: one revenue per store.

There are no new formulas โ€” just operation templates for the common modelling contexts.

Quantity ร— Price = Revenue

QโŸstoresร—productsโ‹…PโŸproductsร—1=QPโŸstoresร—1

QP=revenue per store

Percentage-change scalars

ChangeMultiply by
10% increase1.10
20% increase1.20
10% GST added1.10
15% discount0.85
25% off (sale)0.75
Order matters for matrix products. QP and PQ are different operations, and one may be undefined. Choose the order that makes contextual sense โ€” the rows of the first matrix should be the categories you want in the answer.

Translating a word problem to matrices

  1. Identify the unknowns and what categories the data sits in.
  2. Build the matrices โ€” decide what each row and column represents and write the numbers in.
  3. Choose the operation using the decision table: combining data is +, change is โˆ’, percentage is scalar, quantity ร— price is a product.
  4. Compute the operation.
  5. State the answer in context with units. "$925 total revenue", not just "925".

Setting up a QP revenue calculation

  1. Quantity matrix Q: rows are buyers (or stores), columns are products. Entry is units.
  2. Price column P: one row per product, with the unit price as the entry.
  3. Form QP. The result is a column with one revenue per row of Q.
  4. For a grand total, sum the entries of QP.

Multi-step problems

  1. Work through one operation at a time. Label intermediates clearly (e.g. "new prices").
  2. Check the order after each step โ€” operations may change the order of the matrix.
  3. Always finish with a sentence in plain English describing the result in context.
EXAMPLE 1 โ€” QUANTITY ร— PRICE (SINGLE BUYER)
A customer buys 2 loaves of bread ($4 each), 3 cartons of milk ($5 each) and 1 dozen eggs ($6). Use a matrix product to find the total cost.
SOLUTION

Let P=[456] be a row matrix of prices and Q=[231] be a column matrix of quantities. P is 1ร—3, Q is 3ร—1, so PQ is 1ร—1.

PQ=(4)(2)+(5)(3)+(6)(1)
=8+15+6
=$29

Answer: the customer pays $29 in total.

PQ=$29
EXAMPLE 2 โ€” COMBINING TWO PERIODS
Cafe sales for Week 1 and Week 2 (rows = stores, columns = coffee, tea) are W1=[50304025] and W2=[60355030]. Find the two-week total.
SOLUTION

Combining two snapshots โ†’ add the matrices entry-by-entry.

T=W1+W2
=[110659055]

Answer: the two-week total is shown above. For example, Store 1 sold 110 coffees and 65 teas.

T=110659055
EXAMPLE 3 โ€” REVENUE PER DAY
A cafe records cups sold each day (rows = days, columns = coffee, tea): S=[402550303520]. Coffee costs $5 and tea costs $4. Find the revenue per day and the total.
SOLUTION

Let P=[54]. S is 3ร—2 and P is 2ร—1, so SP is 3ร—1 โ€” one revenue per day.

Day 1=40(5)+25(4)=300
Day 2=50(5)+30(4)=370
Day 3=35(5)+20(4)=255

SP=[300370255] AUD

Grand total: $300+$370+$255=$925.

Answer: daily revenues are $300, $370, and $255; the three-day total is $925.

total=$925
EXAMPLE 4 โ€” TWO OPERATIONS (PRICE RISE THEN PURCHASE)
A store's prices are P=[1058] AUD. Prices rise by 20%. A customer buys Q=[374]. Find the new total cost.
SOLUTION

Step 1 โ€” apply the price rise. Multiply P by the scalar 1.20.

1.20P=[1269.60]

Step 2 โ€” multiply by the quantities. The new prices are 1ร—3; Q is 3ร—1; the product is 1ร—1.

Cost=(1.20P)Q
=12(3)+6(7)+9.60(4)
=36+42+38.40
=$116.40

Answer: the total at the new prices is $116.40.

cost=$116.40

Common pitfalls

Matrix multiplication is not commutative. QP and PQ are different operations, and often only one of them is defined. Choose the order that makes contextual sense โ€” the rows of the first matrix should be the categories you want as rows of the answer.
Use the right percentage factor. A 15% discount means multiplying by 0.85, not 0.15. A 20% increase means multiplying by 1.20. A 10% GST added means multiplying by 1.10.
State units and context. "925" by itself isn't a complete answer. Write "$925 total revenue across the three days" โ€” much more useful and almost always required for full marks.
Add only when the two matrices have the same order. Combining Week 1 and Week 2 needs both to have the same rows and columns. If they don't, you can't simply add.
For multi-step problems, label intermediates. Don't combine three operations in one giant expression. Compute "new prices = 1.20 P", then "cost = (new prices) Q". Each step is its own labelled matrix.

Frequently asked questions

When should I add two matrices instead of multiplying?

Add when you are combining two snapshots of the same kind of data โ€” Week 1 sales plus Week 2 sales, opening stock plus arrivals. Multiply when one matrix is quantities and the other is prices, or when applying a transition rule.

When should I use scalar multiplication?

Use scalar multiplication when EVERY entry should change by the same factor โ€” a 10 percent price rise (multiply by 1.10), a 15 percent discount (multiply by 0.85), or a currency conversion (multiply by the exchange rate).

How does quantity times price work as a matrix product?

If Q is a matrix of quantities (rows are stores or buyers, columns are products) and P is a column matrix of unit prices, then Q times P gives a column of total revenues โ€” one entry per row of Q. The products dimension cancels in the multiplication.

Does the order of multiplication matter for a real-world problem?

Yes โ€” matrix multiplication is not commutative. QP and PQ are different operations and often only one of them is defined. The choice depends on which dimension you want to keep in the answer.

How do I apply a 20 percent increase using matrices?

Multiply the price matrix by the scalar 1.20. This applies the same 20 percent increase to every entry at once. For a 15 percent discount, multiply by 0.85 โ€” and for a 10 percent GST addition, multiply by 1.10.

How do I combine two matrix operations in one problem?

Do them in order, keeping track of the orders at each step. For example: apply the scalar first to get new prices, then multiply by the quantity matrix to get the total. Compute step by step and label each intermediate result clearly.

Video Lessons

Practice Questions

20 questions available.

Practice Questions