Download ArticleDownload Article

An algebraic expression is a mathematical phrase that contains numbers and/or variables. Though it cannot be solved because it does not contain an equals sign (=), it can be simplified. You can, however, solve algebraic equations, which contain algebraic expressions separated by an equals sign. If you want to know how to master this mathematical concept, then see Step 1 to get started.

Part 1
Part 1 of 2:

Understanding the Basics

Download Article
  1. How.com.vn English: Step 1 Understand the difference between an algebraic expression and an algebraic equation.
    An algebraic expression is a mathematical phrase that can contain numbers and/or variables. It does not contain an equals sign and cannot be solved. An algebraic equation, however, can be solved, and does include a series of algebraic expressions separated by an equals sign. Here are some examples:[1]
    • Algebraic expression: 4x + 2
    • Algebraic equation: 4x + 2 = 100
  2. How.com.vn English: Step 2 Know how to combine like terms.
    Combining like terms just means adding up (or subtracting) the terms of the same degree. This means that all x2 terms can be combined with other x2 terms, that all x3 terms can be combined with x3 terms, and that all constants, numbers that are not attached to variables, such as 8 or 5, can be added up, or combined, as well. Here's an example:[2]
    • 3x2 + 5 + 4x3 - x2 + 2x3 + 9 =
    • 3x2 - x2 + 4x3 + 2x3 + 5 + 9 =
    • 2x2 + 6x3 + 14
    Advertisement
  3. How.com.vn English: Step 3 Know how to factor a number.
    If you're working with an algebraic equation, which means there is an expression on either side of an equals sign, then you can simplify it by factoring out a common term. Look at the coefficients of all of the terms (the numbers before the variables, or the constants) and see if there is a number that you can "factor out" by dividing each term by that number. If you can do this, then you have simplified the equation and are on your way to solving it. Here's how:[3]
    • 3x + 15 = 9x + 30
      • You can see that each coefficient can be divisible by 3. Just "factor out" the number 3 by dividing each term by 3 to get your simplified equation.
    • 3x/3 + 15/3 = 9x/3 + 30/3 =
    • x + 5 = 3x + 10
  4. How.com.vn English: Step 4 Know the order of operations.
    The order of operations, also known by the acronym PEMDAS, explains the order in which you should perform different mathematical operations. The order is: Parentheses, Exponents, Multiplication, Division, Addition, and Subtraction. Here's an example of how the order of operations works:[4]
    • (3 + 5)2 x 10 + 4
    • First, follow P, the operation in the parentheses:
    • = (8)2 x 10 + 4
    • Then, follow E, the operation of the exponent:
    • = 64 x 10 + 4
    • Next, do multiplication:
    • = 640 + 4
    • And last, do addition:
    • = 644
  5. How.com.vn English: Step 5 Learn how to isolate a variable.
    If you're solving an algebraic equation, then your goal is to get the variable, often known as x, on one side of the equation, while placing the constant terms on the other side of the equation. You can isolate x by division, multiplication, addition, subtraction, finding the square root, or other operations. Once you've isolated x, you can solve for it. Here's how:[5]
    • 5x + 15 = 65 =
    • 5x/5 + 15/5 = 65/5 =
    • x + 3 = 13 =
    • x = 10
    EXPERT TIP
    How.com.vn English: Joseph Meyer

    Joseph Meyer

    Math Teacher
    Joseph Meyer is a High School Math Teacher based in Pittsburgh, Pennsylvania. He is an educator at City Charter High School, where he has been teaching for over 7 years. Joseph is also the founder of Sandbox Math, an online learning community dedicated to helping students succeed in Algebra. His site is set apart by its focus on fostering genuine comprehension through step-by-step understanding (instead of just getting the correct final answer), enabling learners to identify and overcome misunderstandings and confidently take on any test they face. He received his MA in Physics from Case Western Reserve University and his BA in Physics from Baldwin Wallace University.
    How.com.vn English: Joseph Meyer
    Joseph Meyer
    Math Teacher

    To solve an equation for a variable like "x," you need to manipulate the equation to isolate x. Use techniques like the distributive property, combining like terms, factoring, adding or subtracting the same number, and multiplying or dividing by the same non-zero number to isolate "x" and find the answer.

  6. Advertisement
Part 2
Part 2 of 2:

Solve an Algebraic Equation

Download Article
  1. How.com.vn English: Step 1 Solve a basic linear algebraic equation.
    A linear algebraic equation is nice and simple, containing only constants and variables to the first degree (no exponents or fancy stuff). To solve it, simply use multiplication, division, addition, and subtraction when necessary to isolate the variable and solve for "x". Here's how you do it:[6]
    • 4x + 16 = 25 -3x =
    • 4x = 25 -16 - 3x
    • 4x + 3x = 25 -16 =
    • 7x = 9
    • 7x/7 = 9/7 =
    • x = 9/7
  2. How.com.vn English: Step 2 Solve an algebraic equation with exponents.
    If the equation has exponents, then all you have to do is find a way to isolate the exponent on one side of the equation and then to solve by "removing" the exponent by finding the root of both the exponent and the constant on the other side. Here's how you do it:[7]
    • 2x2 + 12 = 44
      • First, subtract 12 from both sides.
    • 2x2 + 12 -12 = 44 -12 =
    • 2x2 = 32
      • Next, divide both sides by 2.
    • 2x2/2 = 32/2 =
    • x2 = 16
      • Solve by taking the square root of both sides, since that will turn x2 into x.
    • √x2 = √16 =
    • State both answers:x = 4, -4
  3. How.com.vn English: Step 3 Solve an algebraic expression with fractions.
    If you want to solve an algebraic expression that uses fractions, then you have to cross multiply the fractions, combine like terms, and then isolate the variable. Here's how you would do it:[8]
    • (x + 3)/6 = 2/3
      • First, cross multiply to get rid of the fraction. You have to multiply the numerator of one fraction by the denominator of the other.
    • (x + 3) x 3 = 2 x 6 =
    • 3x + 9 = 12
      • Now, combine like terms. Combine the constant terms, 9 and 12, by subtracting 9 from both sides.
    • 3x + 9 - 9 = 12 - 9 =
    • 3x = 3
      • Isolate the variable, x, by dividing both sides by 3 and you've got your answer.
    • 3x/3 = 3/3 =
    • x =1
  4. How.com.vn English: Step 4 Solve an algebraic expression with radical signs.
    If you're working with an algebraic expression with radical signs, all you have to do is find a way to square both sides so you can "get rid" of the radical sign and solve for the variable. Here's how you do it:[9]
    • √(2x+9) - 5 = 0
      • First, move everything that isn't under the radical sign to the other side of the equation:
    • √(2x+9) = 5
    • Then, square both sides to remove the radical:
    • (√(2x+9))2 = 52 =
    • 2x + 9 = 25
      • Now, solve the equation as you normally would by combining the constants and isolating the variable:
    • 2x = 25 - 9 =
    • 2x = 16
    • x = 8
  5. How.com.vn English: Step 5 Solve an algebraic expression that contains absolute value.
    The absolute value of a number represents its value regardless of whether it is positive or negative; the absolute value is always positive. So, for example, the absolute value of -3 (also known as |3|), is simply 3. To find the absolute value, you have to isolate the absolute value and then solve for x twice, solving both for x with the absolute value simply removed, and for x when the terms on the other side of the equals sign have changed their signs from positive to negative and vice versa. Here's how to do it:[10]
    • Here's how you solve for the absolute value by isolating the absolute value and then removing it:
      • |4x +2| - 6 = 8 =
    • |4x +2| = 8 + 6 =
    • |4x +2| = 14 =
    • 4x + 2 = 14 =
    • 4x = 12
    • x = 3
      • Now, solve again by flipping the sign of the term on the other side of the equation after you've isolated the absolute value:
    • |4x +2| = 14 =
    • 4x + 2 = -14
    • 4x = -14 -2
    • 4x = -16
    • 4x/4 = -16/4 =
    • x = -4
      • Now, just state both answers: x = -4, 3
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    What should I do if the expression is a fraction, such as x/7 - 8 = -10?
    How.com.vn English: Donagan
    Donagan
    Top Answerer
    In your example, add 8 to both sides of the equation, then multiply both sides by 7.
  • Question
    What is the advantage of algebraic expressions?
    How.com.vn English: Donagan
    Donagan
    Top Answerer
    Algebraic expressions are a quick way to represent somewhat complicated situations that may occur in real life. They are a "shorthand" approach to tangible problems that might arise.
  • Question
    Three times a number minus 5 is equal to five times the same number minus 15. What's the number?
    How.com.vn English: Donagan
    Donagan
    Top Answerer
    Let x be the number. Then 3x - 5 = 5x - 15. Add 15 to both sides: 3x + 10 = 5x. Subtract 3x from both sides: 10 = 2x. Divide both sides by 2: 5 = x.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Video

      Tips

      • The degree of a polynomial is the highest power within the terms.
      • Once you're done, replace the variable with the answer, and solve the sum to see if it makes sense. If it does, then, congratulations! You just solved an algebraic equation!
      • To cross-check your answer, visit wolfram-alpha.com. They give the answer and often the two steps.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      How.com.vn English: David Jia
      Co-authored by:
      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 490,679 times.
      37 votes - 62%
      Co-authors: 57
      Updated: April 6, 2024
      Views: 490,679
      Categories: Algebra
      Article SummaryX

      If you want to solve an algebraic expression, first understand that expressions, unlike equations, are mathematical phrase that can contain numbers and/or variables but cannot be solved. For example, 4x + 2 is an expression. To reduce the expression, combine like terms, for example everything with the same variable. After you've done that, factor numbers by finding the lowest common denominator. Then, use the order of operations, which is known by the acronym PEMDAS, to reduce or solve the problem. To learn how to solve algebraic equations, keep scrolling!

      Did this summary help you?

      Thanks to all authors for creating a page that has been read 490,679 times.

      Reader Success Stories

      • How.com.vn English: Marie Taufa

        Marie Taufa

        May 27, 2018

        "Hi, I just moved High Schools. In my previous school, I was in the lowest math class, but here at my new school I..." more
        Rated this article:
      Share your story

      Did this article help you?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement