Math, asked by rohirikky, 6 months ago

subtract -6xy from 2xy​

Answers

Answered by cc9
3

\documentclass[12pt, border=5mm]{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (0,0) node[anchor=north]{$A$} -- (4,0) node[anchor=north]{$C$} -- (4,4) node[anchor=south]{$B$} -- cycle; \end{tikzpicture} \end{document}

Answered by pgaidhane821
5

Step-by-step explanation:

-6xy-2xy

-8xy

or

2xy-(-6xy)

8xy

Similar questions