Maximum Method Followed by Sum Method: This diagram shows the following calculations in a grid format:
Column 1: Maximum of {4, 1, 2} is 4
Column 2: Maximum of {4, 8, 3} is 8
Column 3: Maximum of {na, 6, 7} is 7
Row 1: 4+4+na=8
Row 2: 1+8+6=15
Row 3: 2+3+7=12
Row 4 (aggregates from Maximum): 4+8+7=19