Order of Operations-2

It is very important to remember to multiply and divide from from left to right! Example `30divide3times2`
`color(red)(30divide3)times2` Divide first (left to right!)
`color(red)(10times2)` Multiply
`20` Solution
In the previous example, if we had multiplied first, five would have been the answer which is incorrect. If there are several parenthesis in a problem we will start with the inner most parenthesis and work our way out. Inside each parenthesis we simplify using the order of operations as well. To make it easier to know which parenthesis goes with which parenthesis, different types of parenthesis will be used such as { } and [ ] and ( ), these parenthesis all mean the same thing, they are parenthesis and must be evaluated first. Example `2{8^2−7[32−4(3^2+1)](−1)}`
`2{8^2−7[32−4(color(red)(3^2)+1)](−1)}`Inner most parenthesis - exponents first
`=2{8^2 −7[32−4(color(red)(9+1))](−1)}`Add inside those parenthesis
`=2{8^2 −7[32−color(red)(4(10))](−1)}`Multiply inside inner most parenthesis
`=2{8^2 −7[color(red)(32−40)](−1)}`Subtract inside those parenthesis
`=2{color(red)(8^2) −7[-8](−1)}`Exponents next
`=2{64color(red)( −7[-8])(−1)}`Multiply left to right, sign with the number
`=2{64color(red)( +56(−1)}`Finish multiplying
`=2{color(red)( 64-56)}`Subtract inside parenthesis
`=2{8}`Multipy
`=16` solution
As the above example illustrates, it can take several steps to complete a problem. The key to successfully solve order of operations problems is to take the time to show your work and do one step at a time. This will reduce the chance of making a mistake along the way.