Algebra/Chapter 2/Arithmetic

From testwiki
Jump to navigation Jump to search

Template:Resize


Equivalence

Like Terms

Distribution

Factoring

Fractions

Parentheses

Let's look at when it is OK to add or remove parentheses. The purpose of parentheses is to establish precedence. Precedence tells you which operation goes first. The operation rules for precedence say to evaluate the parentheses first (PEMDAS!). But, what can you do with x+12=12 ?  x+1 doesn't have just one value; it has as many values as we choose to assign to x. This is where the distributive property shows its power. It allows us to rearrange the operations while maintaining precedence.

x+12=12*(x+1)=12x+12

So we can change our equation to

12x+12=12

Add 12 to both sides

12x+1212=1212
12x=0

And multiply both sides by the inverse of 12

12x*2=0*2
x=0

Parentheses allow us to ensure that we treat expressions that have variables as if they were a value. For instance, if we want to know for which values the expression 2x+1=3 is true we need to use the properties of real numbers to place the variable x by itself on one side of the equals sign. To do this we need to get x+1 out of the denominator of the fraction. We can do this by multiplying both sides of the equation by (x+1). We don't know what the value of (x+1) is, but it will always be the same thing on both sides of the equation so it doesn't change the notion of equality.


(x+1)*2x+1=3*(x+1)

We use the inverse property to re-write 2x+1 as multiplication.

(x+1)*2*1x+1=3*(x+1)

And the associative property to re-write the multiplication.

2*(x+1)*1x+1=3*(x+1)

And the identity property to re-write (x+1)*1x+1

2*(1)=3*(x+1)

Since 2 * (1) has no variables we can evaluate it. We use the distributive property to re-write 3 * (x+ 1)

2=3*x+3*1
2=3*x+3

We subtract 3 from both sides of the equation.

23=3*x+33
1=3*x

And multiply both sides by 13.

1*13=3*x*13
13=x

Using parentheses and the properties of real numbers and equality we were able to get x alone to determine the only number for which our initial statement is true.

Template:BookCat