What is the price matrix ?
What is the price matrix ?
The price matrix lists the selling price of each item — fans Rs 25, mats Rs 50, plates Rs 10.
As a row matrix ():
Or equivalently as a column matrix ():
(fans, mats, plates in order)
Price matrix .
Marking Scheme
- 11 mark: correctly writing the price matrix (row) or its column equivalent, with items in a consistent order.
- 2Accept either orientation as long as the three prices 25, 50, 10 appear correctly.
Hint
There are three items — fans, mats, plates — each with one price. Write these three prices as a single-row () or single-column () matrix in the order fans, mats, plates.
Quick Oral Answer
The price matrix is just the three selling prices arranged in order — for fans, mats and plates — as a 1 by 3 row matrix.
Analysis & Explanation
This opening part of the case study checks whether a student can translate given numerical data into matrix form.
Concept
- A matrix is simply a rectangular arrangement of numbers; here the three prices form a row matrix (or a column matrix).
- The chosen orientation matters for later parts: to multiply price × quantity and get funds, the price matrix must be conformable with the sales matrix, so a row price matrix pairs with a column of quantities.
Exam trap
- Keep the item order consistent (fans, mats, plates) across the price and sales matrices; a mismatched order gives wrong products in later parts.
Real-world
- Representing price lists as matrices lets businesses compute total revenue across many products and outlets in a single matrix multiplication.
Common Mistakes
- 1Writing the prices in a different order than the sales matrix uses, which breaks conformability later.
- 2Confusing the price matrix with the sales (quantity) matrix.
- 3Giving a matrix instead of a single row/column of three prices.
Interesting Facts
Matrices were introduced as a formal concept by Arthur Cayley in 1858, but the arrangement of data in rectangular arrays goes back to ancient Chinese texts around 200 BCE.
Modern spreadsheet software is essentially a giant matrix, and price-times-quantity revenue calculations are matrix multiplications under the hood.
Spotted a mistake or something unclear?
Tell us — we fix reported answers fast.
Frequently Asked Questions
Should the price matrix be written as a row or a column?
Either is correct as a standalone answer. However, for the later parts that compute funds by multiplying prices with quantities, choose the orientation that makes the matrices conformable — typically a row price matrix multiplied by a column of quantities.
What order should the three prices appear in?
Use the same item order as the sales data — fans, then mats, then plates — so that price 25 aligns with fans, 50 with mats, and 10 with plates when you multiply the matrices.