Loading...

Find the Dimensions [[8,9],[6,3],[2,4],[1,0]]

Problem

[[8,9],[6,3],[2,4],[1,0]]

Solution

  1. Count the rows of the matrix by identifying the number of horizontal entries. There are 4 rows.

  2. Count the columns of the matrix by identifying the number of vertical entries. There are 2 columns.

  3. State the dimensions using the standard notation m×n where m is the number of rows and n is the number of columns.

Final Answer

Dimensions=4×2


Want more problems? Check here!