Does there have to be an addition or subtraction sign between numbers inside of a bracket in order for you to expand the bracket, or can it be a division or multiplication sign? For example, can you expand: 24 (x ÷ 5)24(x÷5) or 17 (x xx 8)17(x×8)?

3 Answers
Jun 3, 2017

It can be addition or subtraction sign or it can be a division or multiplication sign as well, but order of operations would have to be PEMDAS i.e. Parentheses , Exponents , Multiplication and Division , and Addition and Subtraction .

Jun 3, 2017

No. There is a commutative and associative property for both multiplication and addition.

Explanation:

That means you can “expand” parenthetical statements by an external operation. In your examples,
24*(x/5)24(x5) can be expanded to (24/5)*x(245)x , or 4.8*x4.8x and 17*(x*8)17(x8) expands to 17*x*8 = 136*x17x8=136x
Similarly, with addition 10*(3+x)10(3+x) expands to 30 +10*x30+10x and 25*(x-4)25(x4) expands to 25*x - 10025x100

Jun 3, 2017

In order to expand by using the distributive law there has to be an addition or subtraction sign in the bracket.

Explanation:

If I understand you to mean the 'distributive law' for expanding, then you will only 'expand' the bracket if there is an addition or subtraction sign in the bracket.

In 5(x+3)5(x+3) there are TWO terms inside the bracket, while:

In 5(x xx 3)5(x×3) there is only ONE term inside the bracket.

Removing the bracket in each case gives the following:

5(x+3) = 5x+15" but "5(x xx 3) = 5(3x) = 15x5(x+3)=5x+15 but 5(x×3)=5(3x)=15x

The reason for the expanding is that x and 3xand3 are unlike terms, so they cannot be added, but BOTH still need to be multiplied by 55

While with x xx 3x×3, they can be multiplied together and the product is then multiplied by the 55

With the ++ sign, the 5 is multiplied by both the xx and the 33, but with the xx× sign, the 5 is multiplied once, because there is already a product inside the bracket.

Remember that there is a multiplication sign between the 55 and the bracket.

24(x div 5) = 24 xx x/5 = (24x)/524(x÷5)=24×x5=24x5

17(x xx 8) = 17xx x xx 8 = 136x17(x×8)=17×x×8=136x

I hope this helps?