25.3k views
5 votes
Which goes in which order

Which goes in which order-example-1
User Kravemir
by
7.0k points

2 Answers

0 votes

Commutative

6 + 7 = 7 + 6

12 * 8 = 8 * 12

Associative

(2 + 3) + 6 = 3 + (2 + 6)

(3 + 8) + 2 = 3 + (2 + 8

6 * (7 * 3) = (6 * 7) * 3

Distributive

4 * (3 + 6) = 12 + 24

because:

a * (b + c) = (a * b) + (a * c)

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

4 * 9 = 12 + 24

36 = 36

User Jan Tojnar
by
7.8k points
4 votes

4 x (3+6) = 12 + 24 ---->Distributive

3 + ( 8 + 2) = 3 + (2 + 8) ---> Commutative

6 x (7 x 3 ) = (6 x 7 ) x 3 --->Associative

User Coffeeaddict
by
7.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories