112k views
4 votes
(1 + 1 + 1) (2p + 5) Identify the order of operations

User TheDizzle
by
4.7k points

2 Answers

6 votes
The precedence rules allow efficient representation of polynomial expressions in a concise normal expanded form. If you reversed the precedence of multiplication then the notation would be more efficient for factored polynomial expressions. But, generally, polynomial operations are much less efficient in factored form (compare, e.g. equality testing and addition).

The reason that polynomial rings are ubiquitous is their universality (they are free R
R
-algebras). So, for example, any polynomial identity that you prove true in ℤ[x]
Z
[
x
]
will hold true over any ring, e.g. the binomial theorem.
User Andersfylling
by
4.1k points
0 votes

(1+1+1) (2p+5)

•Simplify by using addition


3 (2p + 5)

•Simply again using distribution

6p + 15

•Solution


6p+15

User Kuthay Gumus
by
4.5k points