Code: Select all
# Coming soon
# multiplying-radicals.py
\(3\sqrt{18} * 6\sqrt{12}\)Radicals are multiplied the same way as they're added or subtracted, the difference being the simplified radicands are multiplied after all the simplification etc. of them.
\(3\sqrt{2 * 9} * 6\sqrt{3 * 4}\)
\(3\sqrt{2}(3) * 6\sqrt{3}(2)\)
\(9\sqrt{2} * 12\sqrt{3}\)
\(108\sqrt{6}\)
