asked 51.6k views
4 votes
What is the correct solution for the arithmetic expression (2+8)/2*9/3 using the order of operations employed by oracle 12c when solving equations?​?

2 Answers

6 votes
Hmm. Maybe You should go to @OoooohSmartttHannahhh
answered
User Antony Ng
by
8.5k points
3 votes

The order of operations is the steps used to simplify any mathematical expression. Order of operations refers to which operations should be performed in what order and it is denoted by PEMDAS, This means that you should do what is possible within parentheses first, then exponents, then multiplication and division (from left to right), and then addition and subtraction (from left to right). If parentheses are enclosed within other parentheses, work from the inside out.


(2+8)/2*9/3\\ Performing \; the \; operation\; in\; Parenthesis\; first\\ \\ 10/2 *9/3\\ Dividing \; 10/2\; from\; left\; to\; right\\ \\ 5*9/3\\ Multiply\; from\; left\; to\; right\\ \\ 45/3\\ Divide \; to\; get\; final\; answer\\ \\ 15

Conclusion:

The correct solution for the arithmetic expression (2+8)/2*9/3 using the order of operations is 15

answered
User Miroslav Holec
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.