I am using the following preamble:
\documentclass[12pt]{amsart}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amssymb,amsmath,amsthm}
\usepackage{indentfirst}
\usepackage{enumitem}
%\usepackage{tocloft}
\usepackage{MnSymbol}
\usepackage{mathtools}
\usepackage{ulem}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage[usenames]{color}
\DeclareMathOperator{\ch}{char}
\usepackage[pagewise]{lineno}%\linenumbers
But in the text, the equation numbering appears on the left side. I want it to appear on the right side. What command can I use for this?
I would like the "(9)" in the right side.
Thank you for your help.

\documentclass[reqno,12pt]{amsart}– David Carlisle Sep 23 '21 at 23:53