Nora is researching roller coasters around the world. She wants to display her data on the top eight roller coasters, their heights, and speeds. What matrix should she use to organize her data

Nora should use a 2x8 matrix to organize her data on the top eight roller coasters, with one row for heights and one row for speeds. Each column should represent a different roller coaster.

Example:

| Roller Coaster | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|----------------|---|---|---|---|---|---|---|---|
| Height (m) |## |## |## |## |## |## |## |## |
| Speed (km/h) |## |## |## |## |## |## |## |## |