Write a formula (in i and j) that gives the integer n so that aᵢj is stored in location 7,609n.

a) n = i + j - 1

b) n = 7609 / (i j)

c) n = 7609 - i - j

d) n = (i j) / 7609