We have changed our privacy policy. In addition, we use cookies on our website for various purposes. By continuing on our website, you consent to our use of cookies. You can learn about our practices by reading our privacy policy.

In the Real World at a Glance


Let's say you're working at A & F in the mall. You're in charge of shirts, because your manager thinks you have real promise. Don't let her down!

First, you're doing an inventory of red polo shirts. There are two kinds, with a logo and without a logo, and you have some of each kind in each of three sizes: small, medium, and large. You count them up as follows:

With logo: 3 small, 5 medium, 4 large
Without logo: 2 small, 4 medium, 6 large

You can enter your data into a matrix to keep track of those pesky shirts, where "with logo" is row one, "without logo" is row two, small is column one, medium is column two, and large is column three:

Since you're so amazing at inventory, you go ahead and count the blue polo shirts too:

With logo: 0 small, 7 medium, 1 large
Without logo: 3 small, 3 medium, 0 large

And the blue shirt matrix looks like this:

Naturally, your manager wonders how many shirts with logos there are in either color for each size. No problem! You've got it all laid out, matrix-style.

Example 1

Let's say you're a big, BIG fan of Barry Manilow. Don't worry, we won't say it to anyone else. You have a collection that consists of 8 vinyl records, 6 eight-track tapes, 7 cassettes, and 3 CDs. You want to place the data about your collection into a matrix. What would that matrix look like?




Exercise 1

Create a matrix for the following data:

The forecast this week is as follows: Monday, a high of 76 degrees and a low of 40 degrees; Tuesday, a high of 71 degrees and a low of 43 degrees; Wednesday, a high of 69 degrees and a low of 40 degrees; Thursday, a high of 66 degrees and a low of 40 degrees; and Friday, thanks to the incoming meteor, a high of 178 degrees and a low of 165 degrees.