Evaluate #[2(42-9)+3]-1?#
3 Answers
Explanation:
Using order of operations, we can solve this problem. You can remember this order by the acronym PEDMAS.
So your equation looks like this. It's special because it actually has brackets and parentheses. That means that you do the inner parentheses first before you ever consider the outer set of brackets.
I will highlight the numbers that we are working with so that you won't get lost.
Now multiply, since we have no exponents or division:
Now add the last two integers inside the brackets:
Remove the brackets and subtract:
Explanation:
#"evaluate the expression inside the bracket"#
#[2(33)+3]-1larrcolor(blue)"evaluate parenthesis"#
#=[66+3]-1larrcolor(blue)"multiplication"#
#=[69]-1larrcolor(blue)"addition"#
#=69-1=68larrcolor(blue)"subtraction"#
Explanation:
To solve this problem you need to follow the rules of BODMAS. This stands for: Brackets, Orders of powers and (Of) , Division, Multiplication, Addition and Subtraction.
Therefore, the first step is to do the what's in the brackets in order:
(brackets, multiplication then addition)
(simplify in the brackets)
The last step is to subtract the
And it's done. Hope this helps.