To find the entry in row i, column j of the product, take row i of the first matrix and column j of the second, multiply the paired numbers, and add. In the example above, row 1 is (1, 2) and column 1 is (5, 7), so the top-left entry is (1×5) + (2×7) = 19. Repeat for every row-column pairing to fill the product.