terryonsavage6975 terryonsavage6975 27-10-2017 Mathematics contestada Given a matrix where every cell has some number of coins. count number of ways to reach bottom right from top left with exactly k coins. we can move to (i+1, j) and (i, j+1) from a cell (i, j).