Elementary algebra, also known as high school algebra or college algebra, encompasses the basic concepts of algebra. It is often contrasted with arithmetic: arithmetic deals with specified numbers, whilst algebra introduces variables (quantities without fixed values).
This use of variables entails use of algebraic notation and an understanding of the general rules of the operations introduced in arithmetic: addition, subtraction, multiplication, division, etc. Unlike abstract algebra, elementary algebra is not concerned with algebraic structures outside the realm of real and complex numbers.
It is typically taught to secondary school students and at introductory college level in the United States, and builds on their understanding of arithmetic. The use of variables to denote quantities allows general relationships between quantities to be formally and concisely expressed, and thus enables solving a broader scope of problems. Many quantitative relationships in science and mathematics are expressed as algebraic equations.
Algebraic operations
In mathematics, a basic algebraic operation is any one of the common operations of elementary algebra, which include addition, subtraction, multiplication, division, raising to a whole number power, and taking roots (fractional power). These operations may be performed on numbers, in which case they are often called arithmetic operations. They may also be performed, in a similar way, on variables, algebraic expressions, and more generally, on elements of algebraic structures, such as groups and fields. An algebraic operation may also be defined more generally as a function from a Cartesian power of a given set to the same set.
The term algebraic operation may also be used for operations that may be defined by compounding basic algebraic operations, such as the dot product. In calculus and mathematical analysis, algebraic operation is also used for the operations that may be defined by purely algebraic methods. For example, exponentiation with an integer or rational exponent is an algebraic operation, but not the general exponentiation with a real or complex exponent. Also, the derivative is an operation that is not algebraic.Algebraic notation
Algebraic notation describes the rules and conventions for writing mathematical expressions, as well as the terminology used for talking about parts of expressions. For example, the expression has the following components:
A coefficient is a numerical value, or letter representing a numerical constant, that multiplies a variable (the operator is omitted). A term is an addend or a summand, a group of coefficients, variables, constants and exponents that may be separated from the other terms by the plus and minus operators. Letters represent variables and constants. By convention, letters at the beginning of the alphabet (e.g. ) are typically used to represent constants, and those toward the end of the alphabet (e.g. and z) are used to represent variables. They are usually printed in italics.
Algebraic operations work in the same way as arithmetic operations, such as addition, subtraction, multiplication, division and exponentiation, and are applied to algebraic variables and terms. Multiplication symbols are usually omitted, and implied when there is no space between two variables or terms, or when a coefficient is used. For example, is written as , and may be written .
Usually terms with the highest power (exponent), are written on the left, for example, is written to the left of x. When a coefficient is one, it is usually omitted (e.g. is written ). Likewise when the exponent (power) is one, (e.g. is written ). When the exponent is zero, the result is always 1 (e.g. is always rewritten to 1). However , being undefined, should not appear in an expression, and care should be taken in simplifying expressions in which variables may appear in exponents.
Alternative notation
Other types of notation are used in algebraic expressions when the required formatting is not available, or can not be implied, such as where only letters and symbols are available. As an illustration of this, while exponents are usually formatted using superscripts, e.g., , in plain text, and in the TeX mark-up language, the caret symbol ^ represents exponentiation, so is written as "x^2". This also applies to some programming languages such as Lua. In programming languages such as Ada,Fortran,Perl,Python and Ruby, a double asterisk is used, so is written as "x**2". Many programming languages and calculators use a single asterisk to represent the multiplication symbol, and it must be explicitly used, for example, is written "3*x".
Concepts
Variables
Elementary algebra builds on and extends arithmetic by introducing letters called variables to represent general (non-specified) numbers. This is useful for several reasons.
- Variables may represent numbers whose values are not yet known. For example, if the temperature of the current day, C, is 20 degrees higher than the temperature of the previous day, P, then the problem can be described algebraically as .
- Variables allow one to describe general problems, without specifying the values of the quantities that are involved. For example, it can be stated specifically that 5 minutes is equivalent to seconds. A more general (algebraic) description may state that the number of seconds, , where m is the number of minutes.
- Variables allow one to describe mathematical relationships between quantities that may vary. For example, the relationship between the circumference, c, and diameter, d, of a circle is described by .
- Variables allow one to describe some mathematical properties. For example, a basic property of addition is commutativity which states that the order of numbers being added together does not matter. Commutativity is stated algebraically as .
Simplifying expressions
Algebraic expressions may be evaluated and simplified, based on the basic properties of arithmetic operations (addition, subtraction, multiplication, division and exponentiation). For example,
- Added terms are simplified using coefficients. For example, can be simplified as (where 3 is a numerical coefficient).
- Multiplied terms are simplified using exponents. For example, is represented as
- Like terms are added together, for example, is written as , because the terms containing are added together, and, the terms containing are added together.
- Brackets can be "multiplied out", using the distributive property. For example, can be written as which can be written as
- Expressions can be factored. For example, , by dividing both terms by the common factor, can be written as
Equations
An equation states that two expressions are equal using the symbol for equality, = (the equals sign). One of the best-known equations describes Pythagoras' law relating the length of the sides of a right angle triangle:
This equation states that , representing the square of the length of the side that is the hypotenuse, the side opposite the right angle, is equal to the sum (addition) of the squares of the other two sides whose lengths are represented by a and b.
An equation is the claim that two expressions have the same value and are equal. Some equations are true for all values of the involved variables (such as ); such equations are called identities. Conditional equations are true for only some values of the involved variables, e.g. is true only for and . The values of the variables which make the equation true are the solutions of the equation and can be found through equation solving.
Another type of equation is inequality. Inequalities are used to show that one side of the equation is greater, or less, than the other. The symbols used for this are: where represents 'greater than', and where represents 'less than'. Just like standard equality equations, numbers can be added, subtracted, multiplied or divided. The only exception is that when multiplying or dividing by a negative number, the inequality symbol must be flipped.
Properties of equality
By definition, equality is an equivalence relation, meaning it is reflexive (i.e. ), symmetric (i.e. if then ), and transitive (i.e. if and then ). It also satisfies the important property that if two symbols are used for equal things, then one symbol can be substituted for the other in any true statement about the first and the statement will remain true. This implies the following properties:
- if and then and ;
- if then and ;
- more generally, for any function f, if then .
Properties of inequality
The relations less than and greater than have the property of transitivity:
- If and then ;
- If and then ;
- If and then ;
- If and then .
By reversing the inequation, and can be swapped, for example:
- is equivalent to
Substitution
Substitution is replacing the terms in an expression to create a new expression. Substituting 3 for a in the expression a*5 makes a new expression 3*5 with meaning 15. Substituting the terms of a statement makes a new statement. When the original statement is true independently of the values of the terms, the statement created by substitutions is also true. Hence, definitions can be made in symbolic terms and interpreted through substitution: if is meant as the definition of as the product of a with itself, substituting 3 for a informs the reader of this statement that means 3 × 3 = 9. Often it's not known whether the statement is true independently of the values of the terms. And, substitution allows one to derive restrictions on the possible values, or show what conditions the statement holds under. For example, taking the statement x + 1 = 0, if x is substituted with 1, this implies 1 + 1 = 2 = 0, which is false, which implies that if x + 1 = 0 then x cannot be 1.
If x and y are integers, rationals, or real numbers, then xy = 0 implies x = 0 or y = 0. Consider abc = 0. Then, substituting a for x and bc for y, we learn a = 0 or bc = 0. Then we can substitute again, letting x = b and y = c, to show that if bc = 0 then b = 0 or c = 0. Therefore, if abc = 0, then a = 0 or (b = 0 or c = 0), so abc = 0 implies a = 0 or b = 0 or c = 0.
If the original fact were stated as "ab = 0 implies a = 0 or b = 0", then when saying "consider abc = 0," we would have a conflict of terms when substituting. Yet the above logic is still valid to show that if abc = 0 then a = 0 or b = 0 or c = 0 if, instead of letting a = a and b = bc, one substitutes a for a and b for bc (and with bc = 0, substituting b for a and c for b). This shows that substituting for the terms in a statement isn't always the same as letting the terms from the statement equal the substituted terms. In this situation it's clear that if we substitute an expression a into the a term of the original equation, the a substituted does not refer to the a in the statement "ab = 0 implies a = 0 or b = 0."
Solving algebraic equations
The following sections lay out examples of some of the types of algebraic equations that may be encountered.
Linear equations with one variable
Linear equations are so-called, because when they are plotted, they describe a straight line. The simplest equations to solve are linear equations that have only one variable. They contain only constant numbers and a single variable without an exponent. As an example, consider:
- Problem in words: If you double the age of a child and add 4, the resulting answer is 12. How old is the child?
- Equivalent equation: where x represent the child's age
To solve this kind of equation, the technique is add, subtract, multiply, or divide both sides of the equation by the same number in order to isolate the variable on one side of the equation. Once the variable is isolated, the other side of the equation is the value of the variable. This problem and its solution are as follows:
1. Equation to solve: | |
2. Subtract 4 from both sides: | |
3. This simplifies to: | |
4. Divide both sides by 2: | |
5. This simplifies to the solution: |
In words: the child is 4 years old.
The general form of a linear equation with one variable, can be written as:
Following the same procedure (i.e. subtract b from both sides, and then divide by a), the general solution is given by
Linear equations with two variables
A linear equation with two variables has many (i.e. an infinite number of) solutions. For example:
- Problem in words: A father is 22 years older than his son. How old are they?
- Equivalent equation: where y is the father's age, x is the son's age.
That cannot be worked out by itself. If the son's age was made known, then there would no longer be two unknowns (variables). The problem then becomes a linear equation with just one variable, that can be solved as described above.
To solve a linear equation with two variables (unknowns), requires two related equations. For example, if it was also revealed that:
- Problem in words
- In 10 years, the father will be twice as old as his son.
- Equivalent equation
Now there are two related linear equations, each with two unknowns, which enables the production of a linear equation with just one variable, by subtracting one from the other (called the elimination method):
In other words, the son is aged 12, and since the father 22 years older, he must be 34. In 10 years, the son will be 22, and the father will be twice his age, 44. This problem is illustrated on the associated plot of the equations.
For other ways to solve this kind of equations, see below, System of linear equations.
Quadratic equations
A quadratic equation is one which includes a term with an exponent of 2, for example, , and no term with higher exponent. The name derives from the Latin quadrus, meaning square. In general, a quadratic equation can be expressed in the form , where a is not zero (if it were zero, then the equation would not be quadratic but linear). Because of this a quadratic equation must contain the term , which is known as the quadratic term. Hence , and so we may divide by a and rearrange the equation into the standard form
where and . Solving this, by a process known as completing the square, leads to the quadratic formula
where the symbol "±" indicates that both
are solutions of the quadratic equation.
Quadratic equations can also be solved using factorization (the reverse process of which is expansion, but for two linear terms is sometimes denoted foiling). As an example of factoring:
which is the same thing as
It follows from the zero-product property that either or are the solutions, since precisely one of the factors must be equal to zero. All quadratic equations will have two solutions in the complex number system, but need not have any in the real number system. For example,
has no real number solution since no real number squared equals −1. Sometimes a quadratic equation has a root of multiplicity 2, such as:
For this equation, −1 is a root of multiplicity 2. This means −1 appears twice, since the equation can be rewritten in factored form as
Complex numbers
All quadratic equations have exactly two solutions in complex numbers (but they may be equal to each other), a category that includes real numbers, imaginary numbers, and sums of real and imaginary numbers. Complex numbers first arise in the teaching of quadratic equations and the quadratic formula. For example, the quadratic equation
has solutions
Since is not any real number, both of these solutions for x are complex numbers.
Exponential and logarithmic equations
An exponential equation is one which has the form for , which has solution
when . Elementary algebraic techniques are used to rewrite a given equation in the above way before arriving at the solution. For example, if
then, by subtracting 1 from both sides of the equation, and then dividing both sides by 3 we obtain
whence
or
A logarithmic equation is an equation of the form for , which has solution
For example, if
then, by adding 2 to both sides of the equation, followed by dividing both sides by 4, we get
whence
from which we obtain
Radical equations
A radical equation is one that includes a radical sign, which includes square roots, cube roots, , and nth roots, . Recall that an nth root can be rewritten in exponential format, so that is equivalent to . Combined with regular exponents (powers), then (the square root of x cubed), can be rewritten as . So a common form of a radical equation is (equivalent to ) where m and n are integers. It has real solution(s):
n is odd | n is even and | n and m are even and | n is even, m is odd, and |
---|---|---|---|
equivalently | equivalently | no real solution |
For example, if:
then
and thus
System of linear equations
There are different methods to solve a system of linear equations with two variables.
Elimination method
An example of solving a system of linear equations is by using the elimination method:
Multiplying the terms in the second equation by 2:
Adding the two equations together to get:
which simplifies to
Since the fact that is known, it is then possible to deduce that by either of the original two equations (by using 2 instead of x ) The full solution to this problem is then
This is not the only way to solve this specific system; y could have been resolved before x.
Substitution method
Another way of solving the same system of linear equations is by substitution.
An equivalent for y can be deduced by using one of the two equations. Using the second equation:
Subtracting from each side of the equation:
and multiplying by −1:
Using this y value in the first equation in the original system:
Adding 2 on each side of the equation:
which simplifies to
Using this value in one of the equations, the same solution as in the previous method is obtained.
This is not the only way to solve this specific system; in this case as well, y could have been solved before x.
Other types of systems of linear equations
Inconsistent systems
In the above example, a solution exists. However, there are also systems of equations which do not have any solution. Such a system is called inconsistent. An obvious example is
As 0≠2, the second equation in the system has no solution. Therefore, the system has no solution. However, not all inconsistent systems are recognized at first sight. As an example, consider the system
Multiplying by 2 both sides of the second equation, and adding it to the first one results in
which clearly has no solution.
Undetermined systems
There are also systems which have infinitely many solutions, in contrast to a system with a unique solution (meaning, a unique pair of values for x and y) For example:
Isolating y in the second equation:
And using this value in the first equation in the system:
The equality is true, but it does not provide a value for x. Indeed, one can easily verify (by just filling in some values of x) that for any x there is a solution as long as . There is an infinite number of solutions for this system.
Over- and underdetermined systems
Systems with more variables than the number of linear equations are called underdetermined. Such a system, if it has any solutions, does not have a unique one but rather an infinitude of them. An example of such a system is
When trying to solve it, one is led to express some variables as functions of the other ones if any solutions exist, but cannot express all solutions numerically because there are an infinite number of them if there are any.
A system with a higher number of equations than variables is called overdetermined. If an overdetermined system has any solutions, necessarily some equations are linear combinations of the others.
See also
- History of algebra
- Binary operation
- Gaussian elimination
- Mathematics education
- Number line
- Polynomial
- Cancelling out
- Tarski's high school algebra problem
References
- Leonhard Euler, Elements of Algebra, 1770. English translation , 2007, ISBN 978-1-899618-79-8, also online digitized editions 2006, 1822.
- Charles Smith, A Treatise on Algebra, in Cornell University Library Historical Math Monographs.
- Redden, John. Elementary Algebra Archived 2016-06-10 at the Wayback Machine. Flat World Knowledge, 2011
- Pierce, R., College Algebra, Maths is Fun, accessed 28 August 2023
- H.E. Slaught and N.J. Lennes, Elementary algebra, Publ. Allyn and Bacon, 1915, page 1 (republished by Forgotten Books)
- Lewis Hirsch, Arthur Goodman, Understanding Elementary Algebra With Geometry: A Course for College Students, Publisher: Cengage Learning, 2005, ISBN 0534999727, 9780534999728, 654 pages, page 2
- Lawrence S. Leff, College Algebra: Barron's Ez-101 Study Keys, Publisher: Barron's Educational Series, 2005, ISBN 0764129147, 9780764129148, 230 pages, page 2
- "algebraic operation | Encyclopedia.com". www.encyclopedia.com. Retrieved 2020-08-27.
- William Smyth, Elementary algebra: for schools and academies, Publisher Bailey and Noyes, 1864, "Algebraic Operations"
- Horatio Nelson Robinson, New elementary algebra: containing the rudiments of science for schools and academies, Ivison, Phinney, Blakeman, & Co., 1866, page 7
- "Algebraic operation - Encyclopedia of Mathematics". encyclopediaofmath.org. Retrieved 2020-08-27.
- Richard N. Aufmann, Joanne Lockwood, Introductory Algebra: An Applied Approach, Publisher Cengage Learning, 2010, ISBN 1439046042, 9781439046043, page 78
- William L. Hosch (editor), The Britannica Guide to Algebra and Trigonometry, Britannica Educational Publishing, The Rosen Publishing Group, 2010, ISBN 1615302190, 9781615302192, page 71
- James E. Gentle, Numerical Linear Algebra for Applications in Statistics, Publisher: Springer, 1998, ISBN 0387985425, 9780387985428, 221 pages, [James E. Gentle page 184]
- Horatio Nelson Robinson, New elementary algebra: containing the rudiments of science for schools and academies, Ivison, Phinney, Blakeman, & Co., 1866, page 7
- Ron Larson, Robert Hostetler, Bruce H. Edwards, Algebra And Trigonometry: A Graphing Approach, Publisher: Cengage Learning, 2007, ISBN 061885195X, 9780618851959, 1114 pages, page 6
- Sin Kwai Meng, Chip Wai Lung, Ng Song Beng, "Algebraic notation", in Mathematics Matters Secondary 1 Express Textbook, Publisher Panpac Education Pte Ltd, ISBN 9812738827, 9789812738820, page 68
- David Alan Herzog, Teach Yourself Visually Algebra, Publisher John Wiley & Sons, 2008, ISBN 0470185597, 9780470185599, 304 pages, page 72
- John C. Peterson, Technical Mathematics With Calculus, Publisher Cengage Learning, 2003, ISBN 0766861899, 9780766861893, 1613 pages, page 31
- Jerome E. Kaufmann, Karen L. Schwitters, Algebra for College Students, Publisher Cengage Learning, 2010, ISBN 0538733543, 9780538733540, 803 pages, page 222
- Ramesh Bangia, Dictionary of Information Technology, Publisher Laxmi Publications, Ltd., 2010, ISBN 9380298153, 9789380298153, page 212
- George Grätzer, First Steps in LaTeX, Publisher Springer, 1999, ISBN 0817641327, 9780817641320, page 17
- S. Tucker Taft, Robert A. Duff, Randall L. Brukardt, Erhard Ploedereder, Pascal Leroy, Ada 2005 Reference Manual, Volume 4348 of Lecture Notes in Computer Science, Publisher Springer, 2007, ISBN 3540693351, 9783540693352, page 13
- C. Xavier, Fortran 77 And Numerical Methods, Publisher New Age International, 1994, ISBN 812240670X, 9788122406702, page 20
- Randal Schwartz, Brian Foy, Tom Phoenix, Learning Perl, Publisher O'Reilly Media, Inc., 2011, ISBN 1449313140, 9781449313142, page 24
- Matthew A. Telles, Python Power!: The Comprehensive Guide, Publisher Course Technology PTR, 2008, ISBN 1598631586, 9781598631586, page 46
- Kevin C. Baird, Ruby by Example: Concepts and Code, Publisher No Starch Press, 2007, ISBN 1593271484, 9781593271480, page 72
- William P. Berlinghoff, Fernando Q. Gouvêa, Math through the Ages: A Gentle History for Teachers and Others, Publisher MAA, 2004, ISBN 0883857367, 9780883857366, page 75
- Thomas Sonnabend, Mathematics for Teachers: An Interactive Approach for Grades K-8, Publisher: Cengage Learning, 2009, ISBN 0495561665, 9780495561668, 759 pages, page xvii
- Lewis Hirsch, Arthur Goodman, Understanding Elementary Algebra With Geometry: A Course for College Students, Publisher: Cengage Learning, 2005, ISBN 0534999727, 9780534999728, 654 pages, page 48
- Ron Larson, Kimberly Nolting, Elementary Algebra, Publisher: Cengage Learning, 2009, ISBN 0547102275, 9780547102276, 622 pages, page 210
- Charles P. McKeague, Elementary Algebra, Publisher: Cengage Learning, 2011, ISBN 0840064217, 9780840064219, 571 pages, page 49
- Andrew Marx, Shortcut Algebra I: A Quick and Easy Way to Increase Your Algebra I Knowledge and Test Scores, Publisher Kaplan Publishing, 2007, ISBN 1419552880, 9781419552885, 288 pages, page 51
- Mark Clark, Cynthia Anfinson, Beginning Algebra: Connecting Concepts Through Applications, Publisher Cengage Learning, 2011, ISBN 0534419380, 9780534419387, 793 pages, page 134
- Alan S. Tussy, R. David Gustafson, Elementary and Intermediate Algebra, Publisher Cengage Learning, 2012, ISBN 1111567689, 9781111567682, 1163 pages, page 493
- Douglas Downing, Algebra the Easy Way, Publisher Barron's Educational Series, 2003, ISBN 0764119729, 9780764119729, 392 pages, page 20
- Ron Larson, Robert Hostetler, Intermediate Algebra, Publisher Cengage Learning, 2008, ISBN 0618753524, 9780618753529, 857 pages, page 96
- "What is the following property of inequality called?". Stack Exchange. November 29, 2014. Retrieved 4 May 2018.
- Chris Carter, Physics: Facts and Practice for A Level, Publisher Oxford University Press, 2001, ISBN 019914768X, 9780199147687, 144 pages, page 50
- Slavin, Steve (1989). All the Math You'll Ever Need. John Wiley & Sons. p. 72. ISBN 0-471-50636-2.
- Sinha, The Pearson Guide to Quantitative Aptitude for CAT 2/ePublisher: Pearson Education India, 2010, ISBN 8131723666, 9788131723661, 599 pages, page 195
- Cynthia Y. Young, Precalculus, Publisher John Wiley & Sons, 2010, ISBN 0471756849, 9780471756842, 1175 pages, page 699
- Mary Jane Sterling, Algebra II For Dummies, Publisher: John Wiley & Sons, 2006, ISBN 0471775819, 9780471775812, 384 pages, page 37
- John T. Irwin, The Mystery to a Solution: Poe, Borges, and the Analytic Detective Story, Publisher JHU Press, 1996, ISBN 0801854660, 9780801854668, 512 pages, page 372
- Sharma/khattar, The Pearson Guide To Objective Mathematics For Engineering Entrance Examinations, 3/E, Publisher Pearson Education India, 2010, ISBN 8131723631, 9788131723630, 1248 pages, page 621
- Aven Choo, LMAN OL Additional Maths Revision Guide 3, Publisher Pearson Education South Asia, 2007, ISBN 9810600011, 9789810600013, page 105
- John C. Peterson, Technical Mathematics With Calculus, Publisher Cengage Learning, 2003, ISBN 0766861899, 9780766861893, 1613 pages, page 525
- Euler's Elements of Algebra Archived 2011-04-13 at the Wayback Machine
- Euler, Leonhard; Hewlett, John; Horner, Francis; Bernoulli, Jean; Lagrange, Joseph Louis (4 May 2018). "Elements of Algebra". Longman, Orme. Retrieved 4 May 2018 – via Google Books.
External links
- Media related to Elementary algebra at Wikimedia Commons
Elementary algebra also known as high school algebra or college algebra encompasses the basic concepts of algebra It is often contrasted with arithmetic arithmetic deals with specified numbers whilst algebra introduces variables quantities without fixed values x b b2 4ac2a displaystyle overset underset x frac b pm sqrt b 2 4ac 2a The quadratic formula which is the solution to the quadratic equation ax2 bx c 0 displaystyle ax 2 bx c 0 where a 0 displaystyle a neq 0 Here the symbols a b and c represent arbitrary numbers and x is a variable which represents the solution of the equation Two dimensional plot red curve of the algebraic equation y x2 x 2 displaystyle y x 2 x 2 This use of variables entails use of algebraic notation and an understanding of the general rules of the operations introduced in arithmetic addition subtraction multiplication division etc Unlike abstract algebra elementary algebra is not concerned with algebraic structures outside the realm of real and complex numbers It is typically taught to secondary school students and at introductory college level in the United States and builds on their understanding of arithmetic The use of variables to denote quantities allows general relationships between quantities to be formally and concisely expressed and thus enables solving a broader scope of problems Many quantitative relationships in science and mathematics are expressed as algebraic equations Algebraic operationsThis section is an excerpt from Algebraic operation edit Algebraic operations in the solution to the quadratic equation The radical sign denoting a square root is equivalent to exponentiation to the power of 1 2 The sign means the equation can be written with either a or a sign In mathematics a basic algebraic operation is any one of the common operations of elementary algebra which include addition subtraction multiplication division raising to a whole number power and taking roots fractional power These operations may be performed on numbers in which case they are often called arithmetic operations They may also be performed in a similar way on variables algebraic expressions and more generally on elements of algebraic structures such as groups and fields An algebraic operation may also be defined more generally as a function from a Cartesian power of a given set to the same set The term algebraic operation may also be used for operations that may be defined by compounding basic algebraic operations such as the dot product In calculus and mathematical analysis algebraic operation is also used for the operations that may be defined by purely algebraic methods For example exponentiation with an integer or rational exponent is an algebraic operation but not the general exponentiation with a real or complex exponent Also the derivative is an operation that is not algebraic Algebraic notationAlgebraic notation describes the rules and conventions for writing mathematical expressions as well as the terminology used for talking about parts of expressions For example the expression 3x2 2xy c displaystyle 3x 2 2xy c has the following components Algebraic expression notation 1 power exponent 2 coefficient 3 term 4 operator 5 constant term c displaystyle c constant x displaystyle x y displaystyle y variables A coefficient is a numerical value or letter representing a numerical constant that multiplies a variable the operator is omitted A term is an addend or a summand a group of coefficients variables constants and exponents that may be separated from the other terms by the plus and minus operators Letters represent variables and constants By convention letters at the beginning of the alphabet e g a b c displaystyle a b c are typically used to represent constants and those toward the end of the alphabet e g x y displaystyle x y and z are used to represent variables They are usually printed in italics Algebraic operations work in the same way as arithmetic operations such as addition subtraction multiplication division and exponentiation and are applied to algebraic variables and terms Multiplication symbols are usually omitted and implied when there is no space between two variables or terms or when a coefficient is used For example 3 x2 displaystyle 3 times x 2 is written as 3x2 displaystyle 3x 2 and 2 x y displaystyle 2 times x times y may be written 2xy displaystyle 2xy Usually terms with the highest power exponent are written on the left for example x2 displaystyle x 2 is written to the left of x When a coefficient is one it is usually omitted e g 1x2 displaystyle 1x 2 is written x2 displaystyle x 2 Likewise when the exponent power is one e g 3x1 displaystyle 3x 1 is written 3x displaystyle 3x When the exponent is zero the result is always 1 e g x0 displaystyle x 0 is always rewritten to 1 However 00 displaystyle 0 0 being undefined should not appear in an expression and care should be taken in simplifying expressions in which variables may appear in exponents Alternative notation Other types of notation are used in algebraic expressions when the required formatting is not available or can not be implied such as where only letters and symbols are available As an illustration of this while exponents are usually formatted using superscripts e g x2 displaystyle x 2 in plain text and in the TeX mark up language the caret symbol represents exponentiation so x2 displaystyle x 2 is written as x 2 This also applies to some programming languages such as Lua In programming languages such as Ada Fortran Perl Python and Ruby a double asterisk is used so x2 displaystyle x 2 is written as x 2 Many programming languages and calculators use a single asterisk to represent the multiplication symbol and it must be explicitly used for example 3x displaystyle 3x is written 3 x ConceptsVariables Example of variables showing the relationship between a circle s diameter and its circumference For any circle its circumference c divided by its diameter d is equal to the constant pi p displaystyle pi approximately 3 14 Elementary algebra builds on and extends arithmetic by introducing letters called variables to represent general non specified numbers This is useful for several reasons Variables may represent numbers whose values are not yet known For example if the temperature of the current day C is 20 degrees higher than the temperature of the previous day P then the problem can be described algebraically as C P 20 displaystyle C P 20 Variables allow one to describe general problems without specifying the values of the quantities that are involved For example it can be stated specifically that 5 minutes is equivalent to 60 5 300 displaystyle 60 times 5 300 seconds A more general algebraic description may state that the number of seconds s 60 m displaystyle s 60 times m where m is the number of minutes Variables allow one to describe mathematical relationships between quantities that may vary For example the relationship between the circumference c and diameter d of a circle is described by p c d displaystyle pi c d Variables allow one to describe some mathematical properties For example a basic property of addition is commutativity which states that the order of numbers being added together does not matter Commutativity is stated algebraically as a b b a displaystyle a b b a Simplifying expressions Algebraic expressions may be evaluated and simplified based on the basic properties of arithmetic operations addition subtraction multiplication division and exponentiation For example Added terms are simplified using coefficients For example x x x displaystyle x x x can be simplified as 3x displaystyle 3x where 3 is a numerical coefficient Multiplied terms are simplified using exponents For example x x x displaystyle x times x times x is represented as x3 displaystyle x 3 Like terms are added together for example 2x2 3ab x2 ab displaystyle 2x 2 3ab x 2 ab is written as x2 4ab displaystyle x 2 4ab because the terms containing x2 displaystyle x 2 are added together and the terms containing ab displaystyle ab are added together Brackets can be multiplied out using the distributive property For example x 2x 3 displaystyle x 2x 3 can be written as x 2x x 3 displaystyle x times 2x x times 3 which can be written as 2x2 3x displaystyle 2x 2 3x Expressions can be factored For example 6x5 3x2 displaystyle 6x 5 3x 2 by dividing both terms by the common factor 3x2 displaystyle 3x 2 can be written as 3x2 2x3 1 displaystyle 3x 2 2x 3 1 Equations Animation illustrating Pythagoras rule for a right angle triangle which shows the algebraic relationship between the triangle s hypotenuse and the other two sides An equation states that two expressions are equal using the symbol for equality the equals sign One of the best known equations describes Pythagoras law relating the length of the sides of a right angle triangle c2 a2 b2 displaystyle c 2 a 2 b 2 This equation states that c2 displaystyle c 2 representing the square of the length of the side that is the hypotenuse the side opposite the right angle is equal to the sum addition of the squares of the other two sides whose lengths are represented by a and b An equation is the claim that two expressions have the same value and are equal Some equations are true for all values of the involved variables such as a b b a displaystyle a b b a such equations are called identities Conditional equations are true for only some values of the involved variables e g x2 1 8 displaystyle x 2 1 8 is true only for x 3 displaystyle x 3 and x 3 displaystyle x 3 The values of the variables which make the equation true are the solutions of the equation and can be found through equation solving Another type of equation is inequality Inequalities are used to show that one side of the equation is greater or less than the other The symbols used for this are a gt b displaystyle a gt b where gt displaystyle gt represents greater than and a lt b displaystyle a lt b where lt displaystyle lt represents less than Just like standard equality equations numbers can be added subtracted multiplied or divided The only exception is that when multiplying or dividing by a negative number the inequality symbol must be flipped Properties of equality By definition equality is an equivalence relation meaning it is reflexive i e b b displaystyle b b symmetric i e if a b displaystyle a b then b a displaystyle b a and transitive i e if a b displaystyle a b and b c displaystyle b c then a c displaystyle a c It also satisfies the important property that if two symbols are used for equal things then one symbol can be substituted for the other in any true statement about the first and the statement will remain true This implies the following properties if a b displaystyle a b and c d displaystyle c d then a c b d displaystyle a c b d and ac bd displaystyle ac bd if a b displaystyle a b then a c b c displaystyle a c b c and ac bc displaystyle ac bc more generally for any function f if a b displaystyle a b then f a f b displaystyle f a f b Properties of inequality The relations less than lt displaystyle lt and greater than gt displaystyle gt have the property of transitivity If a lt b displaystyle a lt b and b lt c displaystyle b lt c then a lt c displaystyle a lt c If a lt b displaystyle a lt b and c lt d displaystyle c lt d then a c lt b d displaystyle a c lt b d If a lt b displaystyle a lt b and c gt 0 displaystyle c gt 0 then ac lt bc displaystyle ac lt bc If a lt b displaystyle a lt b and c lt 0 displaystyle c lt 0 then bc lt ac displaystyle bc lt ac By reversing the inequation lt displaystyle lt and gt displaystyle gt can be swapped for example a lt b displaystyle a lt b is equivalent to b gt a displaystyle b gt a Substitution Substitution is replacing the terms in an expression to create a new expression Substituting 3 for a in the expression a 5 makes a new expression 3 5 with meaning 15 Substituting the terms of a statement makes a new statement When the original statement is true independently of the values of the terms the statement created by substitutions is also true Hence definitions can be made in symbolic terms and interpreted through substitution if a2 a a displaystyle a 2 a times a is meant as the definition of a2 displaystyle a 2 as the product of a with itself substituting 3 for a informs the reader of this statement that 32 displaystyle 3 2 means 3 3 9 Often it s not known whether the statement is true independently of the values of the terms And substitution allows one to derive restrictions on the possible values or show what conditions the statement holds under For example taking the statement x 1 0 if x is substituted with 1 this implies 1 1 2 0 which is false which implies that if x 1 0 then x cannot be 1 If x and y are integers rationals or real numbers then xy 0 implies x 0 or y 0 Consider abc 0 Then substituting a for x and bc for y we learn a 0 or bc 0 Then we can substitute again letting x b and y c to show that if bc 0 then b 0 or c 0 Therefore if abc 0 then a 0 or b 0 or c 0 so abc 0 implies a 0 or b 0 or c 0 If the original fact were stated as ab 0 implies a 0 or b 0 then when saying consider abc 0 we would have a conflict of terms when substituting Yet the above logic is still valid to show that if abc 0 then a 0 or b 0 or c 0 if instead of letting a a and b bc one substitutes a for a and b for bc and with bc 0 substituting b for a and c for b This shows that substituting for the terms in a statement isn t always the same as letting the terms from the statement equal the substituted terms In this situation it s clear that if we substitute an expression a into the a term of the original equation the a substituted does not refer to the a in the statement ab 0 implies a 0 or b 0 Solving algebraic equationsA typical algebra problem The following sections lay out examples of some of the types of algebraic equations that may be encountered Linear equations with one variable Linear equations are so called because when they are plotted they describe a straight line The simplest equations to solve are linear equations that have only one variable They contain only constant numbers and a single variable without an exponent As an example consider Problem in words If you double the age of a child and add 4 the resulting answer is 12 How old is the child Equivalent equation 2x 4 12 displaystyle 2x 4 12 where x represent the child s age To solve this kind of equation the technique is add subtract multiply or divide both sides of the equation by the same number in order to isolate the variable on one side of the equation Once the variable is isolated the other side of the equation is the value of the variable This problem and its solution are as follows Solving for x1 Equation to solve 2x 4 12 displaystyle 2x 4 12 2 Subtract 4 from both sides 2x 4 4 12 4 displaystyle 2x 4 4 12 4 3 This simplifies to 2x 8 displaystyle 2x 8 4 Divide both sides by 2 2x2 82 displaystyle frac 2x 2 frac 8 2 5 This simplifies to the solution x 4 displaystyle x 4 In words the child is 4 years old The general form of a linear equation with one variable can be written as ax b c displaystyle ax b c Following the same procedure i e subtract b from both sides and then divide by a the general solution is given by x c ba displaystyle x frac c b a Linear equations with two variables Solving two linear equations with a unique solution at the point that they intersect A linear equation with two variables has many i e an infinite number of solutions For example Problem in words A father is 22 years older than his son How old are they Equivalent equation y x 22 displaystyle y x 22 where y is the father s age x is the son s age That cannot be worked out by itself If the son s age was made known then there would no longer be two unknowns variables The problem then becomes a linear equation with just one variable that can be solved as described above To solve a linear equation with two variables unknowns requires two related equations For example if it was also revealed that Problem in words In 10 years the father will be twice as old as his son Equivalent equation y 10 2 x 10 y 2 x 10 10Subtract 10 from both sidesy 2x 20 10Multiple out bracketsy 2x 10Simplify displaystyle begin aligned y 10 amp 2 times x 10 y amp 2 times x 10 10 amp amp text Subtract 10 from both sides y amp 2x 20 10 amp amp text Multiple out brackets y amp 2x 10 amp amp text Simplify end aligned Now there are two related linear equations each with two unknowns which enables the production of a linear equation with just one variable by subtracting one from the other called the elimination method y x 22First equationy 2x 10Second equation displaystyle begin cases y x 22 amp text First equation y 2x 10 amp text Second equation end cases Subtract the first equation from y y 2x x 10 22the second in order to remove y0 x 12Simplify12 xAdd 12 to both sidesx 12Rearrange displaystyle begin aligned amp amp amp text Subtract the first equation from y y amp 2x x 10 22 amp amp text the second in order to remove y 0 amp x 12 amp amp text Simplify 12 amp x amp amp text Add 12 to both sides x amp 12 amp amp text Rearrange end aligned In other words the son is aged 12 and since the father 22 years older he must be 34 In 10 years the son will be 22 and the father will be twice his age 44 This problem is illustrated on the associated plot of the equations For other ways to solve this kind of equations see below System of linear equations Quadratic equations Quadratic equation plot of y x2 3x 10 displaystyle y x 2 3x 10 showing its roots at x 5 displaystyle x 5 and x 2 displaystyle x 2 and that the quadratic can be rewritten as y x 5 x 2 displaystyle y x 5 x 2 A quadratic equation is one which includes a term with an exponent of 2 for example x2 displaystyle x 2 and no term with higher exponent The name derives from the Latin quadrus meaning square In general a quadratic equation can be expressed in the form ax2 bx c 0 displaystyle ax 2 bx c 0 where a is not zero if it were zero then the equation would not be quadratic but linear Because of this a quadratic equation must contain the term ax2 displaystyle ax 2 which is known as the quadratic term Hence a 0 displaystyle a neq 0 and so we may divide by a and rearrange the equation into the standard form x2 px q 0 displaystyle x 2 px q 0 where p ba displaystyle p frac b a and q ca displaystyle q frac c a Solving this by a process known as completing the square leads to the quadratic formula x b b2 4ac2a displaystyle x frac b pm sqrt b 2 4ac 2a where the symbol indicates that both x b b2 4ac2aandx b b2 4ac2a displaystyle x frac b sqrt b 2 4ac 2a quad text and quad x frac b sqrt b 2 4ac 2a are solutions of the quadratic equation Quadratic equations can also be solved using factorization the reverse process of which is expansion but for two linear terms is sometimes denoted foiling As an example of factoring x2 3x 10 0 displaystyle x 2 3x 10 0 which is the same thing as x 5 x 2 0 displaystyle x 5 x 2 0 It follows from the zero product property that either x 2 displaystyle x 2 or x 5 displaystyle x 5 are the solutions since precisely one of the factors must be equal to zero All quadratic equations will have two solutions in the complex number system but need not have any in the real number system For example x2 1 0 displaystyle x 2 1 0 has no real number solution since no real number squared equals 1 Sometimes a quadratic equation has a root of multiplicity 2 such as x 1 2 0 displaystyle x 1 2 0 For this equation 1 is a root of multiplicity 2 This means 1 appears twice since the equation can be rewritten in factored form as x 1 x 1 0 displaystyle x 1 x 1 0 Complex numbers All quadratic equations have exactly two solutions in complex numbers but they may be equal to each other a category that includes real numbers imaginary numbers and sums of real and imaginary numbers Complex numbers first arise in the teaching of quadratic equations and the quadratic formula For example the quadratic equation x2 x 1 0 displaystyle x 2 x 1 0 has solutions x 1 32andx 1 32 displaystyle x frac 1 sqrt 3 2 quad quad text and quad quad x frac 1 sqrt 3 2 Since 3 displaystyle sqrt 3 is not any real number both of these solutions for x are complex numbers Exponential and logarithmic equations The graph of the logarithm to base 2 crosses the x axis horizontal axis at 1 and passes through the points with coordinates 2 1 4 2 and 8 3 For example log2 8 3 because 23 8 The graph gets arbitrarily close to the y axis but does not meet or intersect it An exponential equation is one which has the form ax b displaystyle a x b for a gt 0 displaystyle a gt 0 which has solution x loga b ln bln a displaystyle x log a b frac ln b ln a when b gt 0 displaystyle b gt 0 Elementary algebraic techniques are used to rewrite a given equation in the above way before arriving at the solution For example if 3 2x 1 1 10 displaystyle 3 cdot 2 x 1 1 10 then by subtracting 1 from both sides of the equation and then dividing both sides by 3 we obtain 2x 1 3 displaystyle 2 x 1 3 whence x 1 log2 3 displaystyle x 1 log 2 3 or x log2 3 1 displaystyle x log 2 3 1 A logarithmic equation is an equation of the form loga x b displaystyle log a x b for a gt 0 displaystyle a gt 0 which has solution x ab displaystyle x a b For example if 4log5 x 3 2 6 displaystyle 4 log 5 x 3 2 6 then by adding 2 to both sides of the equation followed by dividing both sides by 4 we get log5 x 3 2 displaystyle log 5 x 3 2 whence x 3 52 25 displaystyle x 3 5 2 25 from which we obtain x 28 displaystyle x 28 Radical equations x32 x32 displaystyle overset underset sqrt 2 x 3 equiv x frac 3 2 Radical equation showing two ways to represent the same expression The triple bar means the equation is true for all values of x A radical equation is one that includes a radical sign which includes square roots x displaystyle sqrt x cube roots x3 displaystyle sqrt 3 x and nth roots xn displaystyle sqrt n x Recall that an nth root can be rewritten in exponential format so that xn displaystyle sqrt n x is equivalent to x1n displaystyle x frac 1 n Combined with regular exponents powers then x32 displaystyle sqrt 2 x 3 the square root of x cubed can be rewritten as x32 displaystyle x frac 3 2 So a common form of a radical equation is xmn a displaystyle sqrt n x m a equivalent to xmn a displaystyle x frac m n a where m and n are integers It has real solution s n is odd n is even and a 0 displaystyle a geq 0 n and m are even and a lt 0 displaystyle a lt 0 n is even m is odd and a lt 0 displaystyle a lt 0 x amn displaystyle x sqrt n a m equivalently x an m displaystyle x left sqrt n a right m x amn displaystyle x pm sqrt n a m equivalently x an m displaystyle x pm left sqrt n a right m x amn displaystyle x pm sqrt n a m no real solution For example if x 5 2 3 4 displaystyle x 5 2 3 4 then x 5 4 3 x 5 8 x 5 8 displaystyle begin aligned x 5 amp pm sqrt 4 3 x 5 amp pm 8 x amp 5 pm 8 end aligned and thus x 3orx 13 displaystyle x 3 quad text or quad x 13 System of linear equations There are different methods to solve a system of linear equations with two variables Elimination method The solution set for the equations x y 1 displaystyle x y 1 and 3x y 9 displaystyle 3x y 9 is the single point 2 3 An example of solving a system of linear equations is by using the elimination method 4x 2y 142x y 1 displaystyle begin cases 4x 2y amp 14 2x y amp 1 end cases Multiplying the terms in the second equation by 2 4x 2y 14 displaystyle 4x 2y 14 4x 2y 2 displaystyle 4x 2y 2 Adding the two equations together to get 8x 16 displaystyle 8x 16 which simplifies to x 2 displaystyle x 2 Since the fact that x 2 displaystyle x 2 is known it is then possible to deduce that y 3 displaystyle y 3 by either of the original two equations by using 2 instead of x The full solution to this problem is then x 2y 3 displaystyle begin cases x 2 y 3 end cases This is not the only way to solve this specific system y could have been resolved before x Substitution method Another way of solving the same system of linear equations is by substitution 4x 2y 142x y 1 displaystyle begin cases 4x 2y amp 14 2x y amp 1 end cases An equivalent for y can be deduced by using one of the two equations Using the second equation 2x y 1 displaystyle 2x y 1 Subtracting 2x displaystyle 2x from each side of the equation 2x 2x y 1 2x y 1 2x displaystyle begin aligned 2x 2x y amp 1 2x y amp 1 2x end aligned and multiplying by 1 y 2x 1 displaystyle y 2x 1 Using this y value in the first equation in the original system 4x 2 2x 1 144x 4x 2 148x 2 14 displaystyle begin aligned 4x 2 2x 1 amp 14 4x 4x 2 amp 14 8x 2 amp 14 end aligned Adding 2 on each side of the equation 8x 2 2 14 28x 16 displaystyle begin aligned 8x 2 2 amp 14 2 8x amp 16 end aligned which simplifies to x 2 displaystyle x 2 Using this value in one of the equations the same solution as in the previous method is obtained x 2y 3 displaystyle begin cases x 2 y 3 end cases This is not the only way to solve this specific system in this case as well y could have been solved before x Other types of systems of linear equations Inconsistent systems The equations 3x 2y 6 displaystyle 3x 2y 6 and 3x 2y 12 displaystyle 3x 2y 12 are parallel and cannot intersect and is unsolvable Plot of a quadratic equation red and a linear equation blue that do not intersect and consequently for which there is no common solution In the above example a solution exists However there are also systems of equations which do not have any solution Such a system is called inconsistent An obvious example is x y 10x 0y 2 displaystyle begin cases begin aligned x y amp 1 0x 0y amp 2 end aligned end cases As 0 2 the second equation in the system has no solution Therefore the system has no solution However not all inconsistent systems are recognized at first sight As an example consider the system 4x 2y 12 2x y 4 displaystyle begin cases begin aligned 4x 2y amp 12 2x y amp 4 end aligned end cases Multiplying by 2 both sides of the second equation and adding it to the first one results in 0x 0y 4 displaystyle 0x 0y 4 which clearly has no solution Undetermined systems There are also systems which have infinitely many solutions in contrast to a system with a unique solution meaning a unique pair of values for x and y For example 4x 2y 12 2x y 6 displaystyle begin cases begin aligned 4x 2y amp 12 2x y amp 6 end aligned end cases Isolating y in the second equation y 2x 6 displaystyle y 2x 6 And using this value in the first equation in the system 4x 2 2x 6 124x 4x 12 1212 12 displaystyle begin aligned 4x 2 2x 6 12 4x 4x 12 12 12 12 end aligned The equality is true but it does not provide a value for x Indeed one can easily verify by just filling in some values of x that for any x there is a solution as long as y 2x 6 displaystyle y 2x 6 There is an infinite number of solutions for this system Over and underdetermined systems Systems with more variables than the number of linear equations are called underdetermined Such a system if it has any solutions does not have a unique one but rather an infinitude of them An example of such a system is x 2y 10y z 2 displaystyle begin cases begin aligned x 2y amp 10 y z amp 2 end aligned end cases When trying to solve it one is led to express some variables as functions of the other ones if any solutions exist but cannot express all solutions numerically because there are an infinite number of them if there are any A system with a higher number of equations than variables is called overdetermined If an overdetermined system has any solutions necessarily some equations are linear combinations of the others See alsoHistory of algebra Binary operation Gaussian elimination Mathematics education Number line Polynomial Cancelling out Tarski s high school algebra problemReferencesLeonhard Euler Elements of Algebra 1770 English translation 2007 ISBN 978 1 899618 79 8 also online digitized editions 2006 1822 Charles Smith A Treatise on Algebra in Cornell University Library Historical Math Monographs Redden John Elementary Algebra Archived 2016 06 10 at the Wayback Machine Flat World Knowledge 2011Pierce R College Algebra Maths is Fun accessed 28 August 2023 H E Slaught and N J Lennes Elementary algebra Publ Allyn and Bacon 1915 page 1 republished by Forgotten Books Lewis Hirsch Arthur Goodman Understanding Elementary Algebra With Geometry A Course for College Students Publisher Cengage Learning 2005 ISBN 0534999727 9780534999728 654 pages page 2 Lawrence S Leff College Algebra Barron s Ez 101 Study Keys Publisher Barron s Educational Series 2005 ISBN 0764129147 9780764129148 230 pages page 2 algebraic operation Encyclopedia com www encyclopedia com Retrieved 2020 08 27 William Smyth Elementary algebra for schools and academies Publisher Bailey and Noyes 1864 Algebraic Operations Horatio Nelson Robinson New elementary algebra containing the rudiments of science for schools and academies Ivison Phinney Blakeman amp Co 1866 page 7 Algebraic operation Encyclopedia of Mathematics encyclopediaofmath org Retrieved 2020 08 27 Richard N Aufmann Joanne Lockwood Introductory Algebra An Applied Approach Publisher Cengage Learning 2010 ISBN 1439046042 9781439046043 page 78 William L Hosch editor The Britannica Guide to Algebra and Trigonometry Britannica Educational Publishing The Rosen Publishing Group 2010 ISBN 1615302190 9781615302192 page 71 James E Gentle Numerical Linear Algebra for Applications in Statistics Publisher Springer 1998 ISBN 0387985425 9780387985428 221 pages James E Gentle page 184 Horatio Nelson Robinson New elementary algebra containing the rudiments of science for schools and academies Ivison Phinney Blakeman amp Co 1866 page 7 Ron Larson Robert Hostetler Bruce H Edwards Algebra And Trigonometry A Graphing Approach Publisher Cengage Learning 2007 ISBN 061885195X 9780618851959 1114 pages page 6 Sin Kwai Meng Chip Wai Lung Ng Song Beng Algebraic notation in Mathematics Matters Secondary 1 Express Textbook Publisher Panpac Education Pte Ltd ISBN 9812738827 9789812738820 page 68 David Alan Herzog Teach Yourself Visually Algebra Publisher John Wiley amp Sons 2008 ISBN 0470185597 9780470185599 304 pages page 72 John C Peterson Technical Mathematics With Calculus Publisher Cengage Learning 2003 ISBN 0766861899 9780766861893 1613 pages page 31 Jerome E Kaufmann Karen L Schwitters Algebra for College Students Publisher Cengage Learning 2010 ISBN 0538733543 9780538733540 803 pages page 222 Ramesh Bangia Dictionary of Information Technology Publisher Laxmi Publications Ltd 2010 ISBN 9380298153 9789380298153 page 212 George Gratzer First Steps in LaTeX Publisher Springer 1999 ISBN 0817641327 9780817641320 page 17 S Tucker Taft Robert A Duff Randall L Brukardt Erhard Ploedereder Pascal Leroy Ada 2005 Reference Manual Volume 4348 of Lecture Notes in Computer Science Publisher Springer 2007 ISBN 3540693351 9783540693352 page 13 C Xavier Fortran 77 And Numerical Methods Publisher New Age International 1994 ISBN 812240670X 9788122406702 page 20 Randal Schwartz Brian Foy Tom Phoenix Learning Perl Publisher O Reilly Media Inc 2011 ISBN 1449313140 9781449313142 page 24 Matthew A Telles Python Power The Comprehensive Guide Publisher Course Technology PTR 2008 ISBN 1598631586 9781598631586 page 46 Kevin C Baird Ruby by Example Concepts and Code Publisher No Starch Press 2007 ISBN 1593271484 9781593271480 page 72 William P Berlinghoff Fernando Q Gouvea Math through the Ages A Gentle History for Teachers and Others Publisher MAA 2004 ISBN 0883857367 9780883857366 page 75 Thomas Sonnabend Mathematics for Teachers An Interactive Approach for Grades K 8 Publisher Cengage Learning 2009 ISBN 0495561665 9780495561668 759 pages page xvii Lewis Hirsch Arthur Goodman Understanding Elementary Algebra With Geometry A Course for College Students Publisher Cengage Learning 2005 ISBN 0534999727 9780534999728 654 pages page 48 Ron Larson Kimberly Nolting Elementary Algebra Publisher Cengage Learning 2009 ISBN 0547102275 9780547102276 622 pages page 210 Charles P McKeague Elementary Algebra Publisher Cengage Learning 2011 ISBN 0840064217 9780840064219 571 pages page 49 Andrew Marx Shortcut Algebra I A Quick and Easy Way to Increase Your Algebra I Knowledge and Test Scores Publisher Kaplan Publishing 2007 ISBN 1419552880 9781419552885 288 pages page 51 Mark Clark Cynthia Anfinson Beginning Algebra Connecting Concepts Through Applications Publisher Cengage Learning 2011 ISBN 0534419380 9780534419387 793 pages page 134 Alan S Tussy R David Gustafson Elementary and Intermediate Algebra Publisher Cengage Learning 2012 ISBN 1111567689 9781111567682 1163 pages page 493 Douglas Downing Algebra the Easy Way Publisher Barron s Educational Series 2003 ISBN 0764119729 9780764119729 392 pages page 20 Ron Larson Robert Hostetler Intermediate Algebra Publisher Cengage Learning 2008 ISBN 0618753524 9780618753529 857 pages page 96 What is the following property of inequality called Stack Exchange November 29 2014 Retrieved 4 May 2018 Chris Carter Physics Facts and Practice for A Level Publisher Oxford University Press 2001 ISBN 019914768X 9780199147687 144 pages page 50 Slavin Steve 1989 All the Math You ll Ever Need John Wiley amp Sons p 72 ISBN 0 471 50636 2 Sinha The Pearson Guide to Quantitative Aptitude for CAT 2 ePublisher Pearson Education India 2010 ISBN 8131723666 9788131723661 599 pages page 195 Cynthia Y Young Precalculus Publisher John Wiley amp Sons 2010 ISBN 0471756849 9780471756842 1175 pages page 699 Mary Jane Sterling Algebra II For Dummies Publisher John Wiley amp Sons 2006 ISBN 0471775819 9780471775812 384 pages page 37 John T Irwin The Mystery to a Solution Poe Borges and the Analytic Detective Story Publisher JHU Press 1996 ISBN 0801854660 9780801854668 512 pages page 372 Sharma khattar The Pearson Guide To Objective Mathematics For Engineering Entrance Examinations 3 E Publisher Pearson Education India 2010 ISBN 8131723631 9788131723630 1248 pages page 621 Aven Choo LMAN OL Additional Maths Revision Guide 3 Publisher Pearson Education South Asia 2007 ISBN 9810600011 9789810600013 page 105 John C Peterson Technical Mathematics With Calculus Publisher Cengage Learning 2003 ISBN 0766861899 9780766861893 1613 pages page 525 Euler s Elements of Algebra Archived 2011 04 13 at the Wayback Machine Euler Leonhard Hewlett John Horner Francis Bernoulli Jean Lagrange Joseph Louis 4 May 2018 Elements of Algebra Longman Orme Retrieved 4 May 2018 via Google Books External linksMedia related to Elementary algebra at Wikimedia Commons