How to Simplify Math Expressions: 13 Steps (with Pictures) (2024)

Download Article

Explore this Article

methods

1Using the Order of Operations

2Simplifying Complex Expressions

Other Sections

Video

Related Articles

References

Article Summary

Co-authored byDavid Jia

Last Updated: October 9, 2022Fact Checked

Download Article

Math students are often asked to give their answers in "the simplest terms"—in other words, to write answers as small as possible. Though a long, ungainly expression and a short, elegant one may technically equal the same thing, often, a math problem isn't considered "done" until the answer has been reduced to the simplest terms. In addition, answers in the simplest terms are almost always the easiest expressions to work with. For these reasons, learning how to simplify expressions is a crucial skill for aspiring mathematicians.

Method 1

Method 1 of 2:

Using the Order of Operations

Download Article

  1. 1

    Know the order of operations. When simplifying math expressions, you can't simply proceed from left to right, multiplying, adding, subtracting, and so on as you go. Some math operations take precedence over others and must be done first. In fact, doing operations out of order can give you the wrong answer. The order of operations is: terms in parentheses, exponents, multiplication, division, addition, and, finally, subtraction. A handy acronym you can use to remember this is "Please excuse my dear Aunt Sally," or "PEMDAS".[1]

    • Note that, while the basic knowledge of the order of operations makes it possible to simplify most basic expressions, specialized techniques are needed to simplify many variable expressions, including nearly all polynomials. See Method Two below for more information.
  2. 2

    Start by solving all of the terms in parentheses. In math, parentheses indicate that the terms inside should be calculated separately from the surrounding expression. Regardless of the operations being performed within them, be sure to tackle the terms in parentheses as your first act when you attempt to simplify an expression. Note that, however, within each pair of parentheses, the order of operations still applies. For instance, within parentheses, you should multiply before you add, subtract, etc.[2]

    • As an example, let's try to simplify the expression 2x + 4(5 + 2) + 32 - (3 + 4/2). In this expression, we would solve the terms in parentheses, 5 + 2 and 3 + 4/2, first. 5 + 2 = 7. 3 + 4/2 = 3 + 2 = 5.
      • The second parenthetical term simplifies to 5 because, owing to the order of operations, we divide 4/2 as our first act inside the parentheses. If we simply went from left to right, we might instead add 3 and 4 first, then divide by 2, giving the incorrect answer of 7/2.
    • Note - if there are multiple parentheses nested inside one another, solve the innermost terms first, than the second-innermost, and so on.

    Advertisem*nt

  3. 3

    Solve the exponents. After tackling parentheses, next, solve your expression's exponents. This is easy to remember because, in exponents, the base number and the power are positioned right next to each other. Find the answer to each exponent problem, then substitute the answers back into your equation in place of the exponents themselves.[3]

    • After dealing with the parentheses, our example expression is now 2x + 4(7) + 32 - 5. The only exponent in our example is 32, which equals 9. Add this back into the equation in the place of 32 to get 2x + 4(7) + 9 - 5.
  4. 4

    Solve the multiplication problems in your expression. Next, perform any necessary multiplication in your expression. Remember that multiplication can be written several ways. A × symbol, a dot, or an asterisk are all ways to show multiplication. However, a number hugging parentheses or a variable (like 4(x)) also denotes multiplication.[4]

    • There are two instances of multiplication in our problem: 2x (2x is 2 × x) and 4(7). We don't know the value of x, so let's leave 2x as it is.. 4(7) = 4 × 7 = 28. We can rewrite our equation as 2x + 28 + 9 - 5.
  5. 5

    Move on to division. As you search for division problems in your expression, keep in mind that, like multiplication, division can be written multiple ways. The simple ÷ symbol is one, but also remember that slashes and bars in a fraction (like 3/4, for instance) signify division.[5]

    • Because we already solved a division problem (4/2) when we tackled the terms in parentheses, our example no longer has any division in it, so we will skip this step. This brings up an important point - you don't have to perform every operation in the PEMDAS acronym when simplifying an expression, just the ones that are present in your problem.
  6. 6

    Add. Next, perform any addition problems in your expression. You can simply proceed from left to right through your expression, but you may find it easiest to add numbers that combine in simple, manageable ways first. For instance, in the expression 49 + 29 + 51 +71, it's easier to add 49 + 51 = 100, 29 + 71 = 100, and 100 + 100 = 200, rather than 49 + 29 = 78, 78 + 51 = 129, and 129 + 71 = 200.[6]

    • Our example expression has been partially simplified to "2x + 28 + 9 - 5". Now, we must add what we can - let's look at each addition problem from left to right. We can't add 2x and 28 because we don't know the value of x, so let's skip it. 28 + 9 = 37, so let's rewrite or expression as "2x + 37 - 5".
  7. 7

    Subtract. The very last step in PEMDAS is subtraction. Proceed through your problem, solving any remaining subtraction problems. You may address the addition of negative numbers in this step, or in the same step as the normal addition problems - it won't affect your answer.[7]

    • In our expression, "2x + 37 - 5", there is only one subtraction problem. 37 - 5 = 32
  8. 8

    Review your expression. After proceeding through the order of operations, you should be left with your expression in the simplest terms. However, if your expression contains one or more variables, understand that the variable terms will remain largely untouched. Simplifying variable expressions requires you to find the values of your variables or to use specialized techniques to simplify the expression (see below).

    • Our final answer is "2x + 32". We can't address this final addition problem until we know the value of x, but when we do, this expression will be much easier to solve than our initial lengthy-expression.
  9. Advertisem*nt

Method 2

Method 2 of 2:

Simplifying Complex Expressions

Download Article

  1. 1

    Add like variable terms. When dealing with variable expressions, it's important to remember that terms with the same variable and exponent (or "like terms") can be added and subtracted like normal numbers. The terms must not only have the same variable, but also the same exponent. For example, 7x and 5x can be added to each other, but 7x and 5x2 can not.[8]

    • This rule also extends to terms with multiple variables. For instance, 2xy2 can be added to -3xy2, but not -3x2y or -3y2.
    • Let's look at the expression x2 + 3x + 6 - 8x. In this expression, we can add the 3x and -8x terms because they are like terms. Simplified, our expression is x2 - 5x + 6.
  2. 2

    Simplify numerical fractions by dividing or "canceling out" factors. Fractions that have only numbers (and no variables) in both the numerator and denominator can be simplified in several ways. First, and perhaps easiest, is to simply treat the fraction as a division problem and divide the numerator by the denominator. In addition, any multiplicative factors that appear both in the numerator and denominator can be "canceled" because they divide to give the number 1. In other words, if both the numerator and denominator share a factor, this factor can be removed from the fraction, leaving a simplified answer.[9]

    • For example, let's consider the fraction 36/60. If we have a calculator handy, we can divide to get an answer of .6. If we don't, however, we can still simplify by removing common factors. Another way to think of 36/60 is (6 × 6)/(6 × 10). This can be rewritten as 6/6 × 6/10. 6/6 = 1, so our expression is actually 1 × 6/10 = 6/10. However, we're not done yet - both 6 and 10 share the factor 2. Repeating the above procedure, we are left with 3/5.
    • In other words, you have to divide both the numerator and denominator by their greatest common factor (which in the example above is 12: (12 × 3)/(12 × 5)).
  3. 3

    In variable fractions, cancel out variable factors. Variable expressions in the form of fractions offer unique opportunities for simplification. Like normal fractions, variable fractions allow you to remove factors that are shared by both the numerator and denominator. However, in variable fractions, these factors can be both numbers and actual variable expressions.[10]

    • Let's consider the expression (3x2 + 3x)/(-3x2 + 15x).This fraction can be rewritten as (x + 1)(3x)/(3x)(5 - x), 3x appears both in the numerator and in the denominator. Removing these factors from the equation leaves (x + 1)/(5 - x). Similarly, in the expression (2x2 + 4x + 6)/2, since every term is divisible by 2, we can write the expression as (2(x2 + 2x + 3))/2 and thus simplify to x2 + 2x + 3.
    • Note that you can't cancel just any term - you can only cancel multiplicative factors that appear both in the numerator and denominator. For instance, in the expression (x(x + 2))/x, the "x" cancels from both the numerator and denominator, leaving (x + 2)/1 = (x + 2). However, (x + 2)/x does not cancel to 2/1 = 2.
  4. 4

    Multiply parenthetical terms by their constants. When dealing with variable terms in parentheses with an adjacent constant, sometimes, multiplying each term in the parentheses by the constant can result in a simpler expression. This holds true for purely numeric constants and for constants that include variables.[11]

    • For instance, the expression 3(x2 + 8) can be simplified to 3x2 + 24, while 3x(x2 + 8) can be simplified to 3x3 + 24x.
    • Note that, in some cases, such as in variable fractions, the constant adjacent to the parentheses gives an opportunity for cancellation and thus shouldn't be multiplied through the parentheses. In the fraction (3(x2 + 8))/3x, for instance, the factor 3 appears both in the numerator and the denominator, so we can cancel it and simplify the expression to (x2 + 8)/x. This is simpler and easier to work with than (3x3 + 24x)/3x, which would be the answer we would get if we had multiplied through.
  5. 5

    Simplify by factoring. Factoring is a technique by which some variable expressions, including polynomials, can be simplified. Think of factoring as the opposite of the "multiplying through parentheses" step above - sometimes, an expression can be rendered more simply as two terms multiplied by each other, rather than as one unified expression. This is especially true if factoring an expression allows you to cancel part of it (as you would in a fraction). In special cases (often with quadratic equations), factoring even allows you to find answers to the equation.[12]

    • Let's consider the expression x2 - 5x + 6 once more. This expression can factor to (x - 3)(x - 2). So, if x2 - 5x + 6 is the numerator of a certain expression with one of these factor terms in the denominator, like is the case with the expression (x2 - 5x + 6)/(2(x - 2)), we may want to write it in factored form so that we can cancel it with the denominator. In other words, with (x - 3)(x - 2)/(2(x - 2)), the (x - 2) terms cancel, leaving us with (x - 3)/2.
    • As hinted at above, another reason you may want to factor your expression has to do with the fact that factoring can reveal answers to certain equations, especially when those equations are written as expressions equal to 0. For instance, let's consider the equation x2 - 5x + 6 = 0. Factoring gets us (x - 3)(x - 2) = 0. Since any number times zero equals zero, we know that if we can get either of the terms of parentheses to equal zero, the whole expression on the left side of the equals sign will equal zero as well. Thus, 3 and 2 are two answers to the equation.
  6. Advertisem*nt

Community Q&A

Search

Add New Question

  • Question

    I never heard of PEMDAS; in fact, we learned BODMAS, which says divide first, then multiply. Which is correct?

    How to Simplify Math Expressions: 13 Steps (with Pictures) (18)

    Community Answer

    There really is no difference to the final result based on which mnemonic method you use. PEMDAS is really the same thing. P stands for "parentheses," which is BODMAS refers to as brackets. The M and D are together and are to be evaluated left to right. The A and S are together and are to be evaluated left to right.

    Thanks! We're glad this was helpful.
    Thank you for your feedback.
    If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even $1 helps us in our mission.Support wikiHow

    YesNo

    Not Helpful 4Helpful 13

  • Question

    How do I simplify -3(2a^2-5) + 3a(4a-5)?

    How to Simplify Math Expressions: 13 Steps (with Pictures) (19)

    Donagan

    Top Answerer

    -3(2a² - 5) + 3a(4a - 5) = (-6a² + 15) + (12a² - 15a) = (-6a² + 12a²) + (15 ) + (-15a) = 6a² -15a + 15 = 3(2a² -5a + 5).

    Thanks! We're glad this was helpful.
    Thank you for your feedback.
    If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even $1 helps us in our mission.Support wikiHow

    YesNo

    Not Helpful 28Helpful 52

  • Question

    How do I solve one without parentheses?

    How to Simplify Math Expressions: 13 Steps (with Pictures) (20)

    TreeEar59

    Community Answer

    To simplify a math expression without parentheses, you follow the order of operations, which is PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition, Subtraction). Because the expression has no parentheses, you can start checking the expression for exponents. If it does, simplify that first. Then, you can move on to multiplication and division, then finally, addition and subtraction.

    Thanks! We're glad this was helpful.
    Thank you for your feedback.
    If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even $1 helps us in our mission.Support wikiHow

    YesNo

    Not Helpful 18Helpful 19

See more answers

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

      Advertisem*nt

      Video

      Submit a Tip

      All tip submissions are carefully reviewed before being published

      Submit

      Thanks for submitting a tip for review!

      You Might Also Like

      How toUse an AbacusHow toCalculate Percentages
      The Trachtenberg Method: Learn to Calculate Multi-Digit Numbers Quickly How toMeasure CentimetersHow toWrite Numbers in WordsHow toCalculate RatiosHow toCalculate Growth RateHow to Calculate Percentages on a CalculatorHow toMeasure GramsHow toCalculate Percentage IncreaseHow toCalculate PiHow toFind the Domain of a FunctionHow toFind the Y InterceptMastering Mind-bending Math Tricks (An In-depth Guide for Beginners)

      Advertisem*nt

      More References (3)

      About This Article

      How to Simplify Math Expressions: 13 Steps (with Pictures) (35)

      Co-authored by:

      David Jia

      Academic Tutor

      This article was co-authored by David Jia. David Jia is an Academic Tutor and the Founder of LA Math Tutoring, a private tutoring company based in Los Angeles, California. With over 10 years of teaching experience, David works with students of all ages and grades in various subjects, as well as college admissions counseling and test preparation for the SAT, ACT, ISEE, and more. After attaining a perfect 800 math score and a 690 English score on the SAT, David was awarded the Dickinson Scholarship from the University of Miami, where he graduated with a Bachelor’s degree in Business Administration. Additionally, David has worked as an instructor for online videos for textbook companies such as Larson Texts, Big Ideas Learning, and Big Ideas Math. This article has been viewed 364,276 times.

      37 votes - 57%

      Co-authors: 19

      Updated: October 9, 2022

      Views:364,276

      Categories: Mathematics

      Article SummaryX

      To simplify math expressions using the order of operations, start by solving all of the terms in parentheses. Next, solve the exponents, then perform any necessary multiplication. Move on to solving division, then finish up with adding and lastly, subtracting. Since the order of operations is parentheses, exponents, multiplication, division, addition, and subtraction, use the handy acronym "Please excuse my Dear Aunt Sally" or "PEMDAS" to help you remember! For tips on solving more complex expressions, read on!

      Did this summary help you?

      In other languages

      Spanish

      Portuguese

      French

      Russian

      Chinese

      Dutch

      Indonesian

      Arabic

      • Print
      • Send fan mail to authors

      Thanks to all authors for creating a page that has been read 364,276 times.

      Reader Success Stories

      • How to Simplify Math Expressions: 13 Steps (with Pictures) (36)

        Jasmin Moore

        Oct 13, 2020

        "It was helpful for my daughter."

      Did this article help you?

      Advertisem*nt

      How to Simplify Math Expressions: 13 Steps (with Pictures) (2024)
      Top Articles
      Latest Posts
      Article information

      Author: Amb. Frankie Simonis

      Last Updated:

      Views: 6494

      Rating: 4.6 / 5 (56 voted)

      Reviews: 95% of readers found this page helpful

      Author information

      Name: Amb. Frankie Simonis

      Birthday: 1998-02-19

      Address: 64841 Delmar Isle, North Wiley, OR 74073

      Phone: +17844167847676

      Job: Forward IT Agent

      Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

      Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.