Use Distributive Property to Solve an Equation

The distributive property is a rule in mathematics to help simplify an equation with parentheses. You learned early that you perform the operations inside parentheses first, but with algebraic expressions, that isn’t always possible. The distributive property allows you to multiply the term outside the parentheses by the terms inside. You need to make sure that you do it properly so you don’t lose any information and solve the equation correctly. You can also use the distributive property to simplify equations involving fractions.

Steps

Using the Basic Distributive Property

  1. Multiply the term outside of the parentheses by each term in the parentheses. To do this, you are essentially distributing the outer term into the inner terms. Multiply the term outside the parentheses by the first term in the parentheses. Then multiply it by the second term. If there are more than two terms, keep distributing the term until there are no terms left. Keep whatever operation (plus or minus) is in the parentheses.[1]
    • <math>2(x - 3) = 10</math>
    • <math>2(x) - (2)(3) = 10</math>
    • <math>2x - 6 = 10</math>
  2. Combine like terms. Before you can solve the equation, you will have to combine like terms. Combine all numerical terms with each other. Separately, combine any variable terms. To simplify the equation, arrange the terms so the variables are on one side of the equals sign and the constants (numbers only) are on the other.[1]
    • <math>2x-6=10</math>…..(original problem)
    • <math>2x - 6(+6) = 10 (+6)</math>….. (Add 6 to both sides)
    • <math>2x = 16</math>….. (Variable on left; constant on right)
  3. Solve the equation. Solve for <math>x</math> by dividing both sides of the equation by the coefficient in front of the variable.[1]
    • <math>2x = 16</math>…..(original problem)
    • <math>2x/2 = 16/2</math>…..(divide both sides by 2)
    • <math>x = 8</math>…..(solution)

Distributing Negative Coefficients

  1. Distribute a negative number together with its negative sign. If you have a negative number multiplying a term or terms within parentheses, be sure to distribute the negative to each term inside the parentheses.[2]
    • Remember the basic rules of multiplying negatives:
      • Neg. x Neg. = Pos.
      • Neg. x Pos. = Neg.
    • Consider the following example:
      • <math>-4(9-3x)=48</math>….. (original problem)
      • <math>-4(9)-(-4)(3x)=48</math>…..(distribute (-4) to each term)
      • <math>-36-(-12x)=48</math>…..(simplify the multiplication)
      • <math>-36 + 12x = 48</math>…..(notice that ‘minus -12’ becomes +12)
  2. Combine like terms. After you complete the distribution, you then need to simplify the equation by moving all the variable terms to one side of the equals sign, and all the numbers without variables to the other. Do this by a combination of addition or subtraction.[2]
    • <math>-36+12x =48</math>…..(original problem)
    • <math>-36 (+36)+12x = 48+36</math>…..(add 36 to each side)
    • <math>12x = 84</math>…..(simplify the addition to isolate the variable)
  3. Divide to find the final solution. Solve the equation by dividing both sides of the equation by whatever the coefficient of the variable is. This should result in a single variable on one side of the equation, with the result on the other.[2]
    • <math>12x=84</math>…..(original problem)
    • <math>12x/12 = 84/12</math>…..(divide both sides by 12)
    • <math>x = 7</math>…..(solution)
  4. Treat subtraction as adding (-1). Whenever you see a minus sign in an algebra problem, particularly if it comes before a parenthesis, you should imagine that it says + (-1). This will help you correctly distribute the negative to all the terms within the parentheses. Then solve the problem as before.[2]
    • For example, consider the problem, <math>4x-(x+2)=4</math>. To be certain that you distribute the negative properly, rewrite the problem to read:
      • <math>4x+(-1)(x+2)=4</math>
    • Then distribute the (-1) to the terms inside the parentheses as follows:
      • <math>4x+(-1)(x+2)=4</math>…..(revised problem)
      • <math>4x-x-2=4</math>…..(multiply (-1) times x and times 2)
      • <math>3x-2=4</math>…..(combine terms)
      • <math>3x-2+2=4+2</math>…..(add 2 to both sides)
      • <math>3x=6</math>…..(simplify terms)
      • <math>3x/3=6/3</math>…..(divide both sides by 3)
      • <math>x=2</math>…..(solution)

Using the Distributive Property to Simplify Fractions

  1. Identify any fractional coefficients or constants. Sometimes, you may have a problem that contains fractions as coefficients or constants. You are allowed to leave them as they are and apply the basic rules of algebra to solve the problem. However, using the distributive property can often simplify the solution by turning the fractions into integers.[3]
    • Consider the example <math>x-3=\frac{x}{3}+\frac{1}{6}</math>. The fractions in this problem are <math>\frac{x}{3}</math> and <math>\frac{1}{6}</math>.
  2. Find the lowest common multiple (LCM) for all denominators. For this step, you can ignore all the integers. Look only at the fractions, and find the LCM for all the denominators. To find the LCM, you need the smallest number that is evenly divisible by the denominators of the fractions in the equation. In this example, the denominators are 3 and 6, so the LCM is 6.[3]
  3. Multiply all terms of the equation by the LCM. Remember that you can perform any operation that you want to an algebra equation, as long as you do it equally to both sides. Multiply all terms of the equation by the LCM, and the fractions will cancel out and “become” integers. Place parentheses around the entire left and right sides of the equation and then perform the distribution:[3]
    • <math>x-3=\frac{x}{3}+\frac{1}{6}</math>…..(original equation)
    • <math>(x-3)=(\frac{x}{3}+\frac{1}{6})</math>…..(insert parentheses)
    • <math>6(x-3)=6(\frac{x}{3}+\frac{1}{6})</math>…..(multiply both sides by LCM)
    • <math>6x-6(3)=6(\frac{x}{3})+6(\frac{1}{6})</math>…..(distribute multiplication)
    • <math>6x-18=2x+1</math>…..(simplify multiplication)
  4. Combine like terms. Combine all of the terms so all the variables appear on one side of the equation, and all constants appear on the other. Use basic operations of addition and subtraction to move terms from one side to the other.[3]
    • <math>6x-18=2x+1</math>…..(simplified problem)
    • <math>6x-2x-18=2x-2x+1</math>…..(subtract 2x from both sides)
    • <math>4x-18=1</math>…..(simplify subtraction)
    • <math>4x-18+18=1+18</math>…..(add 18 to both sides)
    • <math>4x=19</math>…..(simplify addition)
  5. Solve the equation. Find the final solution by dividing both sides of the equation by the coefficient of the variable. This should leave a single x term on one side of the equation, and the numerical solution on the other.[3]
    • <math>4x=19</math>…..(revised problem)
    • <math>4x/4=19/4</math>…..(divide both sides by 4)
    • <math>x=\frac{19}{4}\text{ or }4\frac{3}{4}</math>…..(final solution)

Distributing a Long Fraction

  1. Interpret a long fraction as distributed division. You may occasionally see a problem that contains multiple terms in the numerator of a fraction, over a single denominator. You need to treat this as a distributive problem and apply the denominator to each term of the numerator. You can rewrite the fraction to show the distribution, as follows:
    • <math>\frac{4x+8}{2}=4</math>.....(original problem)
    • <math>\frac{4x}{2}+\frac{8}{2}=4</math>.....(distribute the denominator to each term of the numerator)
  2. Simplify each numerator as a separate fraction. After distributing the denominator to each term, you can then simplify each term individually.
    • <math>\frac{4x}{2}+\frac{8}{2}=4</math>.....(revised problem)
    • <math>2x+4=4</math>.....(simplify the fractions)
  3. Isolate the variable. Proceed to solve the problem by isolating the variable on one side of the equation and moving the constant terms to the other side. Do this with a combination of addition and subtraction steps, as needed.
    • <math>2x+4=4</math>.....(revised problem)
    • <math>2x+4-4=4-4</math>.....(subtract 4 from both sides)
    • <math>2x=0</math>.....(isolated x on one side)
  4. Divide by the coefficient to solve the problem. In the final step, divide by the coefficient of the variable. This should lead you to the final solution, with the single variable on one side of the equation and the numerical solution on the other.
    • <math>2x=0</math>.....(revised problem)
    • <math>2x/2=0/2</math>.....(divide both sides by 2)
    • <math>x=0</math>.....(solution)
  5. Avoid the common trap of dividing only one term. It is tempting (but incorrect) to divide the first numerator term by the denominator and cancel out the fraction. A mistake like this, for the problem above, would look like the following:
    • <math>\frac{4x+8}{2}=4</math>.....(original problem)
    • <math>2x+8=4</math>.....(divide only 4x by 2 instead of the full numerator)
    • <math>2x+8-8=4-8</math>
    • <math>2x=-4</math>
    • <math>x=-2</math>..... (incorrect solution)
  6. Check the correctness of your solution. You can always check your work by inserting your solution into the original problem. When you simplify, you should reach a true statement. If you simplify and get an incorrect statement, then your solution was incorrect. For this example, test the two solutions of x=0 and x=-2 to see which is correct.
    • Begin with the solution x=0:
      • <math>\frac{4x+8}{2}=4</math>.....(original problem)
      • <math>\frac{4(0)+8}{2}=4</math>.....(insert 0 for x)
      • <math>\frac{0+8}{2}=4</math>
      • <math>\frac{8}{2}=4</math>
      • <math>4=4</math>.....(true statement. This is the correct solution.)
    • Try the "false" solution of x=-2:
      • <math>\frac{4x+8}{2}=4</math>.....(original problem)
      • <math>\frac{4(-2)+8}{2}=4</math>.....(insert -2 for x)
      • <math>\frac{-8+8}{2}=4</math>
      • <math>\frac{0}{2}=4</math>
      • <math>0=4</math>.....(incorrect statement. Therefore, x=-2 is false.)

Tips

  • You can also use the distributive property to simplify some multiplication problems. You can "break" numbers into groups of 10 and whatever is left, to create easy mental math. For example, you can rewrite 8x16 into 8(10+6). This is then just 80+48=128. Another example, 7*24=7(20+4)=7(20)+7(4)=140+28=168. Practice doing these in your head and mental math becomes pretty easy.

Related Articles

Sources and Citations