Who decides order of operation in any math calculation. Is it scientific or arbitrary? e.g. 1+4-6x7+7
2026-04-05 18:36:45.1775414205
Order of operation in math
498 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ABSTRACT-ALGEBRA
- Feel lost in the scheme of the reducibility of polynomials over $\Bbb Z$ or $\Bbb Q$
- Integral Domain and Degree of Polynomials in $R[X]$
- Fixed points of automorphisms of $\mathbb{Q}(\zeta)$
- Group with order $pq$ has subgroups of order $p$ and $q$
- A commutative ring is prime if and only if it is a domain.
- Conjugacy class formula
- Find gcd and invertible elements of a ring.
- Extending a linear action to monomials of higher degree
- polynomial remainder theorem proof, is it legit?
- $(2,1+\sqrt{-5}) \not \cong \mathbb{Z}[\sqrt{-5}]$ as $\mathbb{Z}[\sqrt{-5}]$-module
Related Questions in MATH-HISTORY
- Are there negative prime numbers?
- University math curriculum focused on (or inclusive of) "great historical works" of math?
- Did Grothendieck acknowledge his collaborators' intellectual contributions?
- Translation of the work of Gauss where the fast Fourier transform algorithm first appeared
- What about the 'geometry' in 'geometric progression'?
- Discovery of the first Janko Group
- Has miscommunication ever benefited mathematics? Let's list examples.
- Neumann Theorem about finite unions of cosets
- What is Euler doing?
- A book that shows history of mathematics and how ideas were formed?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Originally we used numbers to count; 1 apple, 2 apples, 3 apples... Adding was a natural action, and we chose to use "+" to denote addition.
Now "4 apples" is the same as "apple + apple + apple + apple", and so we require that:
It so happens that we might like to view "4 apples" as "4 times of an apple", and so:
Now this idea extends to multiples of numbers themselves.
Notice that the result of such two-step multiplication is always the same in some sense, namely that it does not matter what was multiplied (in this case an apple). In general $2 \times ( 12 \times \text{X} ) = 24 \times \text{X}$ for any object $X$. So we define $2 \times 12$ to be $24$ precisely so that:
This allows us to manipulate the numbers separate from the objects they are used to count. This also means that it would be most convenient to have the familiar precedence rules (default order of operations). Consider:
Clearly by default in our natural language multiplication binds tighter than addition (we interpret "2 dozen and 3" to mean "( 2 dozen ) and 3". Similarly in the symbolic notation it is most convenient to adopt the same convention and so we have:
$2 \times 12 + 3 = ( 2 \times 12 ) + 3$.
Similarly there is usually reasonable justification for each choice of order of operations in general beyond arithmetic, although in some cases different people choose different conventions. For example, in most programming languages "AND" has higher precedence than "OR", but in some logic textbooks they are not allowed to occur consecutively without using brackets to indicate the order.