Consider the number of columns of the first matrix and the number of rows of the second one. Are they equal? What does it mean?
The product exists.
Practice makes perfect
We can multiply two matrices only if the number of columns of the first matrix is equal to the number of rows of the second matrix. Moreover, when multiplying matrices A and B, the resulting matrix will have as many rows as A and as many columns as B.
Let's now consider the dimensions of the given matrices.
G_(2* 2) * F_(2* 2)
Since 2 = 2, the number of columns of matrix G is equal to the number of rows of matrix F. Therefore, the matrix product exists.