Respuesta :

90 = n * 123

n = 90 / 123

n = 0.731707317073170...



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)