What is the sales matrix ?
What is the sales matrix ?
The sales matrix records how many of each article each school sold, taken straight from the table.
Sales (quantity) matrix Q — rows = items (fans, mats, plates), columns = schools (A, B, C):
| Item \ School | A | B | C |
|---|---|---|---|
| Fans | 50 | 30 | 35 |
| Mats | 60 | 35 | 40 |
| Plates | 40 | 50 | 25 |
, a matrix.
Marking Scheme
- 11 mark: correct sales matrix with all nine quantities placed correctly (rows = items, columns = schools, or the labelled transpose).
- 2Accept the transpose provided rows/columns are clearly labelled.
Hint
Arrange the quantities in a matrix with rows for the items (fans, mats, plates) and columns for the schools (A, B, C), reading directly from the table.
Quick Oral Answer
The sales matrix is the 3 by 3 grid of quantities — rows for fans, mats and plates, columns for schools A, B and C — read directly from the table.
Analysis & Explanation
This part checks tabulation-to-matrix conversion, the second building block of the case study.
Concept
- The sales matrix simply reproduces the data table; rows index the three articles and columns index the three schools (or vice versa — either convention is acceptable if stated).
- Choosing rows = items keeps it conformable for premultiplication by the price row matrix, giving a funds-by-school matrix.
Exam trap
- Mixing up rows and columns (transposing accidentally) changes which number belongs to which school; always label the matrix.
Real-world
- Sales matrices like this are the standard way point-of-sale systems store multi-outlet, multi-product data before aggregating revenue.
Common Mistakes
- 1Transposing the matrix without labelling, so school and item entries get swapped.
- 2Copying a column of the data table incorrectly (a single misplaced number costs the mark).
- 3Confusing the sales matrix with the price matrix from part (i).
Interesting Facts
Storing sales as a matrix lets total revenue across all schools be found with one matrix product, showing why linear algebra underpins business analytics.
A matrix whose rows and columns both carry meaning (items vs outlets) is called a data or contingency matrix, widely used in statistics.
Spotted a mistake or something unclear?
Tell us — we fix reported answers fast.
Frequently Asked Questions
Can I write the sales matrix with schools as rows instead of items?
Yes, the transpose is equally valid as long as you clearly label which axis is schools and which is items. Just make sure the orientation stays conformable with the price matrix when you multiply them to find funds.
What is the order of the sales matrix?
It is a matrix — three items (fans, mats, plates) and three schools (A, B, C) — containing nine quantity entries.