First translate words to symbols
The word is translates to =
The word multiplied translates to *
The letter n is a variable, do nothing with it
90=123n
P.S. If its multiplication and there is something to multiply with a variable
Dont do 123 * n or n * 123
Write it 123n (its the proper way)