14.9k views
1 vote
give two examples that show how using parentheses can change the order in which operations are performed in an expression.

User Bbuser
by
7.0k points

2 Answers

3 votes
1,
3 + 4 * 6 = 3 + 24 = 27 ( using PEMDAS which says multiply before add))

To do the addition first we put parentheses around the 3 + 4:-

(3 + 4) * 6 = 7*6 = 42

2.
6 + 8 / 4 = 6 + 2 = 8

If we put parentheses around the 6 and 8 :-

(6 + 8) / 4
= 14/4
= 3.5
User JimmyJames
by
6.8k points
5 votes
Parenthesis indicate which part of the equation is to be done first, see PEMDAS. For example, 3(5-2)-4=5, but 3*5-(2-4)=17
User Vinod Jat
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.