497,863 views
4 votes
4 votes
(1 + 1 + 1) (2p + 5) Identify the order of operations

User Sarye Haddadi
by
2.3k points

2 Answers

22 votes
22 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 Corey Waldon
by
2.8k points
24 votes
24 votes

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

•Simplify by using addition


3 (2p + 5)

•Simply again using distribution

6p + 15

•Solution


6p+15

User EddyTheDove
by
3.0k points