If 1 euro is equal to 124.76 Japanese yen, define a function ( g ) that takes as input a number of euros, ( nₑ ), and determines the number of yen, ( g(nₑ) ), that has an equivalent value.
a. ( g(nₑ) = 124.76nₑ )
b. ( g(nₑ) = 1/124.76nₑ )
c. ( g(nₑ) = nₑ - 124.76 )
d. ( g(nₑ) = 124.76/nₑ )