101k views
4 votes
How can you use a property to write a simplified equivalentexpression?

1 Answer

3 votes

We can use the properties to rewrite expression in ways that allow us to simplify them. For instance, let's take the following example:


(2\cdot6+5\cdot6)/(6)

We can use the distributive property on the numerator to rewrite the expression as shown below:


\frac{6\cdot(2+5)_{}}{6}=2+5=7

This way we were able to eliminate the "6" from both the numerator and denominator, allowing us to have a simpler expression.

User Darsh Shah
by
4.6k points