I'm very new here and my question must have been answered before, but I don't know how to search this site with problems like mine.
My question is why $x/n$ is the same as $1/n*x$?
Also, if you don't mind, tell me how to search this site effectively with questions like mine. When I type something like this, every imaginable question shows up because of the search of symbols $x$ and $n$ and so on I guess.
Thanks a lot!
Division with fractions is defined to be multiplication by a reciprocal.
For example, $$\frac23 \div \frac 25 = \frac23 \times \frac52 = \frac53.$$
When the divisor doesn't appear to have a denominator, remember it is implicitly $1$:
$$x \div n = \frac{x}1 \div \frac{n}1 = \frac{x}1\times\frac1{n} = \frac{x}{n}.$$
Addendum: You may wonder why division with fractions is defined in this way.
It can be arrived at by regarding division as a "bigger" fraction:
$$\frac ab \div \frac cd = \frac{\;\frac ab\;}{\frac cd}$$ $$=\frac{\;\frac ab\;}{\frac cd}\times 1$$ $$=\frac{\;\frac ab\;}{\frac cd}\times \frac{\;\frac dc\;}{\frac dc}$$ $$=\frac{\frac ab \times \frac dc}{\frac cd \times \frac dc}$$ $$=\frac{\frac ab \times \frac dc}{1}$$ $$=\frac ab \times \frac dc$$