Difference between revisions of "Algebraic Expressions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 2: Line 2:
 
Algebraic expressions are made up of terms. A term is a constant or the product of a constant and one or more variables. Some examples of terms are <math> 7, y, 5x^2, 9a, </math> and <math> 13xy </math>. The constant that multiplies the variable(s) in a term is called the coefficient. We can think of the coefficient as the number in front of the variable. For example, the coefficient of the term 3x is 3.  When we write x, the coefficient is 1, since x = 1(x). To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number. To evaluate an expression, we substitute the given number for the variable in the expression, and then simplify the expression using the order of operations.
 
Algebraic expressions are made up of terms. A term is a constant or the product of a constant and one or more variables. Some examples of terms are <math> 7, y, 5x^2, 9a, </math> and <math> 13xy </math>. The constant that multiplies the variable(s) in a term is called the coefficient. We can think of the coefficient as the number in front of the variable. For example, the coefficient of the term 3x is 3.  When we write x, the coefficient is 1, since x = 1(x). To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number. To evaluate an expression, we substitute the given number for the variable in the expression, and then simplify the expression using the order of operations.
  
Some terms share common traits. Terms are called like terms if they have the same variables and exponents. All constant terms are also like terms. Consider the following terms:
+
Some terms share common traits. Terms are called like terms if they have the same variables and exponents. All constant terms are also like terms. Consider the terms <math> 5x, 7, n^2, 4, 3x, 9n^2, -2xy </math>, and <math> 8xy </math>. From this list, 7 and 4 are like terms, 5x and 3x are like terms, <math> -2xy </math> and <math> 8xy </math> are like terms, and <math>n^2</math> and <math>9n^2</math> are like terms.
<math> 5x, 7, n^2, 4, 3x, 9n^2, -2xy </math>, and <math> 8xy </math>.
 
  
From this list, 7 and 4 are like terms, 5x and 3x are like terms, <math> -2xy </math> and <math> 8xy </math> are like terms, and <math>n^2</math> and <math>9n^2</math> are like terms.
+
We can simplify an expression by combining the like terms. To do this, we add the coefficients and keep the same variable. For example, if we want to simplify the expression <math> x^2 + 4x^2 - 3x + 6 + x </math>, we can combine like terms and get that <math> x^2 + 4x^2 - 3x + 6 + x = (x^2 + 4x^2) + (-3x + x) + 6 = 5x^2 - 2x + 6</math>.
  
 
==Resources==
 
==Resources==

Revision as of 19:18, 16 September 2021

Introduction

Algebraic expressions are made up of terms. A term is a constant or the product of a constant and one or more variables. Some examples of terms are and . The constant that multiplies the variable(s) in a term is called the coefficient. We can think of the coefficient as the number in front of the variable. For example, the coefficient of the term 3x is 3. When we write x, the coefficient is 1, since x = 1(x). To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number. To evaluate an expression, we substitute the given number for the variable in the expression, and then simplify the expression using the order of operations.

Some terms share common traits. Terms are called like terms if they have the same variables and exponents. All constant terms are also like terms. Consider the terms , and . From this list, 7 and 4 are like terms, 5x and 3x are like terms, and are like terms, and and are like terms.

We can simplify an expression by combining the like terms. To do this, we add the coefficients and keep the same variable. For example, if we want to simplify the expression , we can combine like terms and get that .

Resources