1.1 Algebraic Expressions

If you are like most Canadians, your employer pays you biweekly. Assume you earn $12.00 per hour. How do you calculate your pay cheque every pay period? Your earnings are calculated in $ as follows:

12.00 × (hours worked during the biweekly pay period)

The quantity “hours worked during the biweekly pay period” is the unknown variable. Recall that the word variable simply represents a quantity that can vary in value. Notice that the expression above appears lengthy when you write out the explanation for the variable. Algebra uses symbols to make such expressions more convenient to manipulate. To shorten the expression, making it easier to read, we can assign a letter or a group of letters to represent the variable. In this case, you might choose [latex]h[/latex] to represent “hours worked during the biweekly pay period.” This rewrites the above expression as follows:

[latex]12.00 \times h[/latex] or simply  [latex]12h[/latex]

Unfortunately, the word algebra makes many people worry. But remember that algebra is just a set of tools that can help in solving a numerical problem. It is used to demonstrate how the pieces of a puzzle fit together to arrive at a solution.

For example, you have used your algebraic skills if you have ever programmed a formula into Microsoft Excel. You told Excel there was a relationship between cells in your spreadsheet. Perhaps your calculation required cell C3 to be divided by the sum of cells C3, D3 and E3, and then multiplied by cell B7. This is an algebraic expression. Excel then took your algebraic expression and calculated the solution by automatically substituting in the appropriate values from the referenced cells (your variables). See the example below:

C7=C$3/SUM($C$3:$E$3)*B7

Screenshot of an Excel worksheet demonstrating use of formulas

Algebra involves integrating many interrelated concepts. In this textbook we will discuss the concepts that are important to business mathematics. Your understanding of algebra will become more complete as more concepts are covered over the course of this book.

This section reviews the language of algebra, including exponent rules, basic operation rules, and substitution. In Section 1.2 you will put these concepts to work in solving one linear equation for one unknown variable along with two linear equations with two unknown variables. Finally, in Section 1.3 you will explore the concepts of logarithms and natural logarithms.

The Language of Algebra

Understanding the rules of algebra requires familiarity with four key definitions.

Algebraic Expressions

A mathematical algebraic expression indicates the relationship between the specific values represented by numbers or variables and the mathematical operations that must be conducted on these values. For example, if [latex]h[/latex] represents the number of hours worked and the hourly wage is [latex]\$12[/latex], the expression [latex]12h[/latex] calculates the total amount of dollars earned for [latex]h[/latex] hours worked. Note that, even though by convention we don’t write a multiplication symbol in this expression, [latex]12h[/latex] represents [latex]12\cdot h[/latex]. Specifically, [latex]12[/latex] must be multiplied by the value of [latex]h[/latex].

Note also that an expression does not include an equal sign, or “[latex]=[/latex]“. An expression only tells you what to do and requires that you substitute a value in for the unknown variable(s) to solve. There is no one definable solution to the expression – an expression can represent many different values, potentially infinitely many. The value of the expression will change as the value of the variables in the expression change. An algebraic expression is not the same thing as an algebraic equation, however an algebraic equation is built from algebraic expressions.

Algebraic Equations

An algebraic equation is a statement that says two algebraic expressions are equal. This equation can often, but not always, be solved to find a solution for the unknown variables.

Examine the following illustration to see how algebraic expressions and algebraic equations are interrelated.

Consider two algebraic expressions:

[latex]6x+3y[/latex] and [latex]4x+3[/latex]

Each of these expressions represents a value that can be calculated if we were given values for [latex]x[/latex] and [latex]y[/latex].

By writing

[latex]6x+3y=4x+3[/latex]

we are imposing a condition on these two expressions, stating that they must produce equal values. This in turn imposes a condition on the values of [latex]x[/latex] and [latex]y[/latex]; we can potentially no longer substitute any value for [latex]x[/latex] and [latex]y[/latex] because we may end up with a statement that is not true.

Concept Check

Can you determine whether a particular value or a set of values is a solution to a given equation? Try it out:

MathMatize: Verifying solutions to equations

Terms

In any algebraic expression, terms are the components that are separated by addition and subtraction. In looking at the example above, the expression [latex]6x + 3y[/latex] is composed of two terms. These terms are [latex]6x[/latex] and [latex]3y[/latex]. A nomial refers to how many terms appear in an algebraic expression. If an algebraic expression contains only one term, like [latex]12h[/latex], it is called a monomial (mono = one). If the expression contains two terms or more, such as [latex]6x + 3y[/latex], it is called a polynomial (poly = many).

Factors

Terms may consist of one or more factors that are separated by multiplication or division signs. For example, [latex]6x[/latex] consists of two factors. These factors are [latex]6[/latex] and [latex]x[/latex]; they are joined by multiplication to create [latex]6x[/latex].

  • If the factor is numerical, it is called the numerical coefficient.
  • If the factor is a variable or a product of two or more variables, it is called the literal coefficient.

In practice, the term most commonly used is simply coefficient and it represents the numerical coefficient in the term.

Here is an example: Suppose we have an equation of the form

[latex]\frac{7x}{3}+4xy^2=x^3-2y[/latex]

Each side of the equation is an expression composed of different terms, which are in turn composed of different factors, and the two sides are connected by the equal sign, making this a statement of equality, i.e., an equation.

The left side is a sum of two terms: [latex]\frac{7x}{3}[/latex] and [latex]4xy^2[/latex].

The term [latex]\frac{7x}{3}[/latex] can be rewritten as [latex]\frac{7}{3}x[/latex] and is therefore composed of two factors: [latex]\frac{7}{3}[/latex] and [latex]x[/latex]. In this form of the term, [latex]\frac{7}{3}[/latex] is the coefficient of [latex]x[/latex].

On the right side we have the difference of two terms: [latex]x^3[/latex] and [latex]2y[/latex].

The term [latex]x^3[/latex] can be thought of as a single factor, it can be thought of as composed of the three factors [latex]x[/latex], [latex]x[/latex] and [latex]x[/latex] or as composed of [latex]1\cdot x^3[/latex]. The latter is very useful when algebraic rules require you to consider the (numerical) coefficient of the term. If no numerical coefficient is stated, it is implied to be 1.

The second term in this difference is [latex]2y[/latex] and it is composed of the coefficient [latex]2[/latex] and the variable [latex]y[/latex].

We could also look at the expression on the right side as a sum of two terms: [latex]x^3+(-2y)[/latex]

In this case, the coefficient of the term [latex]-2y[/latex] is [latex]-2[/latex].

Indeed, this can get very confusing. But with practice you can get very familiar with the language of algebra and thus be able to use it to solve complex problems.

Concept Check

Check your understanding of the terms equivalent expressions, coefficients and factors through this series of multiple choice exercises:

MathMatize: Equivalent expressions, coefficients and factors

Exponents

Exponents are widely used in business mathematics and are integral to mathematics of finance. For example, when applying compounding interest rates to any investment or loan, you must use exponents. Also, if a particular quantity changes sequentially by a specific percentage, you must use exponents.

The basic meaning of exponent is a mathematical shorthand notation that indicates how many times a quantity is multiplied by itself. However, this can be expanded to a more general concept involving exponents.

When [latex]n[/latex] is a natural number ([latex]1, 2, 3, \ldots[/latex]) and [latex]b[/latex] is an arbitrary number, we use the symbols [latex]b^n[/latex] to represent

[latex]b^n = \underbrace{b\cdot b\cdot b \cdots b}_{n\text{ times}}[/latex]

We say that [latex]b[/latex] is raised to the exponent [latex]n[/latex].

The format of an exponent is illustrated below:

[latex]\text{base}^{\text{exponent}}=\text{power}[/latex]

where

  • base is the quantity that is multiplied by itself
  • exponent is the number that indicates how many times the base is to be multiplied by itself
  • power is the result of performing the multiplication

Assume you have [latex]2^3 = 8[/latex]. The exponent of 3 says to take the base of 2 multiplied by itself three times, or [latex]2 × 2 × 2[/latex]. The power is 8. The proper way to state this expression is “8 is the power of 2 to the exponent of 3.”

Rules and definitions in operations with exponents

Many rules apply to the simplification of powers, as shown in the table below.

Operation Rule Explanation
1. Multiplying powers with the same base [latex]y^ay^b = y^{a+b}[/latex] When multiplying powers with the same base, copy the original base and raise it to the sum of the original exponents.
2. Dividing powers with the same base [latex]\dfrac{y^a}{y^b} = y^{a-b}[/latex] When dividing powers with the same base, copy the original base and raise it to the difference of the original exponents.
3. Power of a power [latex](x^a)^b = x^{ab}[/latex] When a power is raised to an exponent, copy the base of the original power and raise it to the product of the original exponents.
4. Power of a product [latex](xy)^a=x^ay^a[/latex] When raising a product to an exponent, multiply the original factors, each raised to the original exponent.
5. Power of a quotient [latex]\left(\dfrac{x}{y}\right)^a=\dfrac{x^a}{y^a}[/latex] When raising a quotient to an exponent, divide the original numerator and denominator, each raised to the original exponent.
6. Zero exponents [latex]y^0 = 1[/latex] By definition, any nonzero base raised to exponent 0 is equal to 1. (Note that [latex]0^0[/latex] is undefined.)
7. Negative exponents [latex]y^{−a} = \frac{1}{y^a}[/latex] By definition, a base raised to a negative exponent is 1 divided by the original power but with the positive exponent.
8. Fractional exponents [latex]y^{\frac{a}{b} }= \sqrt[b]{y^a}[/latex] A fractional exponent is a different way of writing a root. When a power has an exponent that is a fraction, the denominator of the original exponent represents the root of the base raised to the numerator of the original exponent.

Important Notes

Recall that mathematicians do not normally write the number [latex]1[/latex] when it is multiplied by another factor because it doesn’t change the result. The same applies to exponents. If the exponent is a [latex]1[/latex], it is generally not written because any number multiplied by itself only once is the same number. For example, the number [latex]2[/latex] could be written as [latex]2^1[/latex], but the power is still [latex]2[/latex]. Or take the case of [latex](yz)^a[/latex]. This could be written as [latex](y^1z^1)^a[/latex], which when simplified becomes [latex](y^{1a}z^{1a})[/latex] or [latex]y^az^a[/latex]. Thus, even if you don’t see an exponent written, you know that the value of the exponent is [latex]1[/latex].

Example: Exponents in Algebra

Simplify the following expressions:

a. [latex]h^3h^6[/latex] b. [latex]\dfrac{h^4}{h^8}[/latex] c. [latex]\left[\dfrac{hk^5m^3}{n^4}\right]^3[/latex] d. [latex]1.49268^0[/latex] e. [latex]\dfrac{x^2y^4}{xy^-2}[/latex] f. [latex]6^{3/5}[/latex]

Answers:

a.

[latex]h^3h^6=h^{3+6}=h^9[/latex]

(multiplication of powers with the same base)

b.

[latex]\dfrac{h^4}{h^8}=h^{4-8}=h^{-4}=\dfrac{1}{h^4}[/latex]

(division of powers with the same base; negative exponent definition)

c.

[latex]\left[\dfrac{hk^5m^3}{n^4}\right]^3=\dfrac{\left(hk^5m^3\right)^3}{(n^4)^3}=\dfrac{h^3(k^5)^3(m^3)^3}{n^{12}}=\dfrac{h^3k^{15}m^9}{n^{12}}[/latex]

(power of a quotient, power of a product; power of a power)

d.

[latex]1.49268^0=1[/latex]

(definition of zero exponent)

e.

[latex]\dfrac{x^2y^4}{xy^{-2}}=\dfrac{x^2}{x}\cdot \dfrac{y^4}{y^{-2}}=x^{2-1}y^{4-(-2)}=xy^6[/latex]

(factoring of fractions, dividing powers with the same base)

f.

[latex]6^{3/5}=\sqrt[5]{6^3}[/latex]

(definition of fractional exponents)

 

Concept Check

Check through these exercises if you can state the laws of the exponents and apply them.

MathMatize: Laws of Exponents

Addition and Subtraction of Algebraic Expressions

Simplifying unnecessarily long or complex algebraic expressions is always preferable to increase understanding and reduce the chances of error.

For example, assume you are a production manager looking to order bolts for a product that you make. Your company makes three products, all in equal quantity. Product A requires seven bolts, Product B requires four bolts, and Product C requires fourteen bolts. If [latex]q[/latex] represents the quantity of products required, you need to order [latex]7q + 4q + 14q[/latex] bolts. This expression requires four calculations to solve every time (each term needs to be multiplied by [latex]q[/latex] and you then need to add everything together). With the algebra rules that follow, you can simplify this expression to [latex]25q[/latex]. This requires only one calculation to solve. So what are the rules in general?

Simplifying sum and/or difference of like terms

In math, monomials with the same variable components (i.e., same literal coefficients) are called like terms. When it comes to addition and subtraction of monomials, only like terms may be added or subtracted.

Monomials with like terms are added and/or subtracted by adding or subtracting their coefficients, as indicated by the addition or subtraction operation.

From the previous example, you require [latex]7q + 4q + 14q[/latex] bolts. Notice that there are three monomial terms, each of which has the same variable component, [latex]q[/latex]. Therefore, you can perform the required addition by adding the three coefficients:

[latex]7q + 4q + 14q=(7+4+14)q=25q[/latex]

Things To Watch Out For

A common mistake in addition and subtraction is combining terms that do not have the same variable component. You need to remember that the variable components must be identical. For example, [latex]7q[/latex] and [latex]4q[/latex] have the identical variable component, which is [latex]q[/latex]. However, [latex]7q[/latex] and [latex]4q^2[/latex] have different variable components, [latex]q[/latex] and [latex]q^2[/latex], and therefore cannot be added or subtracted (but they can be multiplied or divided, using exponent laws).

Paths To Success

Remember that if you come across a variable component with no coefficient in front of it, that coefficient is assumed to be a [latex]1[/latex]. For example, [latex]x[/latex] has no written coefficient, but it is the same as [latex]1x[/latex]. Another example would be [latex]\frac{x}{4}[/latex], which is the same as [latex]\frac{{1x}}{4}[/latex] or [latex]\frac{1}{4}x[/latex].

On a similar note, mathematicians also don’t write out variable components that have variables with exponent of zero. For example, [latex]7x^0[/latex] is just [latex]7(1)[/latex] or [latex]7[/latex]. Thus, the variable component is always there; however, it the variable has an exponent of zero. Remembering this will help you later when you multiply and divide in algebra.

Give It Some Thought

Examine the following algebraic expressions and indicate how many terms can be combined through addition and subtraction. No calculations are necessary. Simplify as much as possible.

  1. [latex]\frac{3}{2}x + 4{x^2} - 10x - 2y + \frac{x}{3}[/latex]
  2. [latex]23{g^2} - \frac{{17{g^2}}}{5} + {g^4} + {g^2} - \frac{2}{3}{g^2} - 0.15g + {g^3}[/latex]

Answers:

  1. Three like terms (all of the [latex]x[/latex]), [latex]-\frac{49}{6}x+4x^2-2y[/latex]
  2. Four terms (all of the [latex]g^2[/latex]), [latex]-0.15g+\frac{299}{15}g^2+g^3+g^4[/latex]

Example: Addition and Subtraction in Algebra

Simplify the following algebraic expressions.

a. [latex]9x+3y-\frac{7}{2}x+4y[/latex]

b. [latex]P\left(1+0.11\cdot \frac{121}{365}\right)+\frac{15P}{1+0.11\cdot\frac{36}{365}}[/latex]

c. [latex]x\left(1+\frac{0.1}{4}\right)^3+\frac{x}{\left(1+\frac{0.1}{4}\right)^4}-\frac{3x}{\left(1+\frac{0.1}{4}\right)^2}[/latex]

Answers:

a. [latex]9x+3y-\frac{7}{2}x+4y=\left(9-\frac{7}{2}\right)x+(3+4)y=\frac{11}{2}x+7y[/latex]

b.
[latex]\begin{align*} P\left(1+0.11\cdot \frac{121}{365}\right)+\frac{15P}{1+0.11\cdot\frac{36}{365}}&=P(1+\frac{13.31}{365})+\frac{15}{1+\frac{3.96}{365}}P\\ &=\frac{378.31}{365}P+\frac{15}{\frac{368.96}{365}}P\\ &=\frac{378.31}{365}P+15\cdot\frac{365}{368.96}P\\ &=\left(\frac{378.31}{365}+15\cdot\frac{365}{368.96}\right)P\\ &\approx 15.875473P \end{align*}[/latex]

c.

[latex]\begin{align*} x\left(1+\frac{0.1}{4}\right)^3+&\frac{x}{\left(1+\frac{0.1}{4}\right)^4}-\frac{3x}{\left(1+\frac{0.1}{4}\right)^2}\\ &=\left(\frac{4.1}{4}\right)^3x+\frac{1}{\left(\frac{4.1}{4}\right)^4}x-\frac{3}{\left(\frac{4.1}{4}\right)^2}x\\ &=\left(\frac{4.1}{4}\right)^3x+\left(\frac{4.1}{4}\right)^{-4}x-3\left(\frac{4.1}{4}\right)^{-2}x\\ &\approx -0.872602x \end{align*}[/latex]

 

Paths To Success

The order in which you write the terms of an algebraic expression does not matter as long as the order of operations is clear, but there are some general conventions with following general principles:

  • coefficient, then variable component
  • decreasing order of exponents
  • alphabetical order of variables if multiple variables

Here are examples of some expressions written by following these principles; see if you can recognize each principle at play:

[latex]5.2x+4[/latex]

[latex]-1.9x^5+3x^2-7x[/latex]

[latex]w(w^2-1)(w-5)^4[/latex]

[latex]2x^2y^5z^{-6}[/latex]

 

Concept Check

Try out adding and subtracting algebraic expressions:

MathMatize: Adding and subtracting algebraic expressions

Multiplication of algebraic expressions

When multiplying two monomials, we must multiply like with like, then simplify. Specifically,

[latex]ax^n\cdot bx^m=ab\cdot x^nx^m=abx^{n+m}[/latex]

In other words, multiply the product of the coefficients with the product of the powers of the variable(s). For example,

[latex]1.2x^{5}\cdot (-3x^{-2})=-3.6x^{3}[/latex]

When multiplying a monomial with a binomial, we must multiply the monomial with each term in the binomial and add the resulting terms together. Specifically,

[latex]ax^n\cdot (bx^m+cx^p)=abx^{n+m}+acx^{n+p}[/latex]

For example,

[latex]-5x^2\cdot (3x^7-2x^2)=-15x^{9}+10x^{4}[/latex]

When multiplying a binomial with a binomial, we must multiply each term in the first binomial with each term in the second binomial and add the resulting terms together. Specifically,

[latex](ax^n+bx^m)(cx^p+dx^r)=acx^{n+p}+adx^{n+r}+bcx^{m+p}+bdx^{m+r}[/latex]

For example,

[latex](x^9-2x)(6+4x^{-5})=6x^{9}+4x^{4}-12x-8x^{-4}[/latex]

These rules easily extend to terms with multiple variables and to multiplying polynomials with polynomials. For example, confirm that you can justify each step of the following calculation:

[latex]\begin{align*} -2(x^9-2xy+3)&(6y^2+4x^{-5})\\ &=-2\left(6x^{9}y^2+4x^{4}-12xy^3-8x^{-4}y+18y^2+12x^{-5}\right)\\ &=-12x^{9}y^2-8x^{4}+24xy^3+16x^{-4}y-36y^2-24x^{-5} \end{align*}[/latex]

Alternatively,

[latex]\begin{align*} -2(x^9-2xy+3)&(6y^2+4x^{-5})\\ &=(-2x^9+4xy-6)(6y^2+4x^{-5})\\ &=-12x^{9}y^2-8x^{4}+24xy^3+16x^{-4}y-36y^2-24x^{-5} \end{align*}[/latex]

Which was strategically the better approach and why?

 

Concept Check

Try out multiplying algebraic expressions:

MathMatize: Multiplying algebraic expressions

Things To Watch Out For

The negative sign causes no end of grief for a lot of people when working with multiplication. First, if a coefficient is not written explicitly, it is assumed to be 1. For example, look at [latex]2(4a + 6b) − (2a − 3b)[/latex]. This is the same as
[latex]2(4a + 6b) + (−1)(2a − 3b)[/latex].

When you multiply a negative through an expression in brackets, all signs in the brackets will change. Continuing with the second term in the above example, [latex]−(2a − 3b)[/latex] becomes [latex]−2a + 3b[/latex]. The expression then looks like [latex]2(4a + 6b) − 2a + 3b[/latex].

In business, you will come across such problems often. For example, suppose that the revenue from sales of [latex]x[/latex] units of a product can be represented by [latex]R=-0.05x^2+20x[/latex] and that the cost of producing [latex]x[/latex] units of the product is [latex]C=1.2x+540[/latex]. If you want to determine what the profit [latex]P[/latex] is from the sale of [latex]x[/latex] units, i.e., revenue minus cost, you can calculate it as follows:

[latex]\begin{align*} P&=R-C=-0.05x^2+20x-(1.2x+540)=-0.05x^2+20x-1.2x-540\\ &=-0.05x^2+18.8x-540 \end{align*}[/latex]

Note that we combined [latex]20x[/latex] and [latex]-1.2x[/latex] above to get [latex]18.8x[/latex] but all other terms stayed the same. This is because of the rules applied to adding and subtracting algebraic expressions with like terms.

Example: Simplifying Algebraic Expressions

Simplify the following expressions:

a. [latex](6x+2+2)(3x-2)[/latex]

b. [latex]–(3ab)(a^2+4b-2a)-4(3a+6)[/latex]

Answer:

a.

[latex]\begin{align*} (6x+2+2)(3x-2)&=(6x+4)(3x-2)\\ &=18x^2+12x-12x-8\\ &=18x^2-8 \end{align*}[/latex]

b.

[latex]\begin{align*} –(3ab)(a^2 + 4b – 2a) – 4(3a + 6)&=(-3ab)(a^2 + 4b – 2a)-12a-24\\ &=-3a^3b-12ab^2+6a^2b-12a-24 \end{align*}[/latex]

Division by a monomial

You are often required to divide a monomial into either a monomial or another polynomial. When the denominator is not a monomial, it is either impossible or extremely difficult to simplify the expression algebraically. We will discuss here only the division where denominators are monomials, as in:

[latex]\frac{polynomial}{monomial}[/latex]

Dividing a polynomial by a monomial

To simplify an expression when its numerator is a polynomial and its denominator is a monomial, apply these rules:

Step 1: Simplify the numerator and the denominator as much as possible. For example,

[latex]\frac{{3ab+3ab-3a^2b+9a{b^2}}}{{3ab}}=\frac{{6ab-3a^2b+9a{b^2}}}{{3ab}}[/latex]

Step 2: Split the fraction into sum/difference of fractions for each term in the numerator and then simplify each term through division of monomials. For example,

[latex]\begin{align*} \frac{6ab-3a^2b+9ab^2}{3ab}&=\frac{6ab}{3ab}-\frac{3a^2b}{3ab}+\frac{9ab^2}{3ab}\\ &=\frac{6}{3}\cdot\frac{a}{a}\cdot\frac{b}{b}-\frac{3}{3}\cdot\frac{a^2}{a}\cdot\frac{b}{b}+\frac{9}{3}\cdot\frac{a}{a}\cdot\frac{b^2}{b}\\ &=2-a+3b \end{align*}[/latex]

Note that this is equivalent to taking every term in the numerator and dividing it by the monomial in the denominator.

Step 3: Perform any final simplification by adding or subtracting the like terms as needed. In the example above, as there are no more like terms, the final expression remains [latex]2 − a + 3b[/latex].

You may have heard of an outcome called “cancelling each other out.” For example, in resolving the division [latex]\frac{{4a}}{{4a}}[/latex] many people would say that the terms cancel each other out. Many people will also mistakenly interpret this to mean that the quotient is zero and say that [latex]\frac{{4a}}{{4a}} = 0[/latex] (wrong!). In fact, when terms cancel each other out in division, the quotient is one, not zero. The numerical coefficient is [latex]\frac{4}{4} = 1[/latex]. The literal coefficient is [latex]\frac{a}{a} = 1[/latex] Thus,  [latex]\frac{{4a}}{{4a}} = \left( 1 \right)\left( 1 \right) = 1[/latex]. This also explains why the definition of the zero exponent makes sense: [latex]\frac{{{a^1}}}{{{a^1}}} = {a^{1 - 1}} = {a^0} = 1[/latex].

 

Concept Check

Try out dividing by monomials:

MathMatize: Dividing by monomials

Example: Division by monomials

Simplify the following algebraic expressions:

a. [latex]\dfrac{30𝑥^6+5𝑥^3+10𝑥^3}{5x}[/latex]

b. [latex]\dfrac{15𝑥^2𝑦^3+25𝑥𝑦^2−𝑥y+10𝑥^4𝑦+5𝑥𝑦^2}{5xy}[/latex]

Answers:

a. [latex]\dfrac{30𝑥^6+5𝑥^3+10𝑥^3}{5x}=\dfrac{30𝑥^6+15𝑥^3}{5x}=\dfrac{30𝑥^6}{5x}+\frac{15𝑥^3}{5x}{5x}=6x^5+3x^2[/latex]

b.
[latex]\begin{align*} &\frac{15𝑥^2𝑦^3+25𝑥𝑦^2−𝑥y+10𝑥^4𝑦+5𝑥𝑦^2}{5xy}\\ &=\frac{15𝑥^2𝑦^3}{5xy}+\frac{25𝑥𝑦^2}{5xy}−\frac{xy}{5xy}+\frac{10𝑥^4𝑦}{5xy}+\frac{5𝑥𝑦^2}{5xy}\\ &=3xy^2+5y-\frac{1}{5}+2x^3+y \end{align*}[/latex]

 

Paths To Success

A lot of people dislike fractions and find them hard to work with. Remember that when you are simplifying any algebraic expression you can often transform a fraction into a decimal. For example, if your expression is [latex]\frac{{2x}}{5} + \frac{{3x}}{4}[/latex], you can convert the fraction into decimals: [latex]0.4x + 0.75x[/latex].

However, if a fraction has non-terminating decimals (decimals go on and on), it is generally a bad idea to change the fraction to a decimal before the final calculation. This is because the decimal representation would only be an approximation of the actual value of the fraction and, as such, will likely introduce an error that can be compounded by other operations. This can result in a significant error in the final answer.

If you must change a fraction to a decimal in a mid-step of your calculations, make sure that you round it to at least six decimals in order to minimize the risk of significant error in the final answer.

Evaluation of Expressions Through Substitution

The ultimate goal of algebra is to represent a relationship between various unknown quantities. Although it is beneficial to simplify these relationships where possible and shorten the algebraic expressions, in the end you often want to calculate a final value. Substitution involves replacing the variable components of an algebraic expression with known numerical values. Once the substitution has taken place, you calculate the value of the expression to determine the final value.

How It Works

Follow these steps to perform algebraic substitution when required to calculate a value of an expression:

Step 1: Identify the task. For example, suppose the task is to evaluate [latex]PV[/latex].

Step 2: Identify a condition you know or are given that directly relates to the task. For example, suppose that you are given that [latex]PV[/latex] can be calculated using [latex]{PV} = \frac{FV}{{1+rt}}[/latex].

Step 3: Identify the values required for variables in the condition that describes the task. For example, suppose that you are given the values [latex]FV = \$5,443.84[/latex], [latex]r = 0.12[/latex], and [latex]t = \frac{270}{365}[/latex].

Step 4: Take the known values and insert them into the equation that describes what you are looking for, and evaluate. In our example here, this results in

[latex]PV = \frac{5443.84}{1+ 0.12 \cdot\dfrac{270}{365}}=\$ 5,000.00[/latex]

Things To Watch Out For

It is common in algebra to represent a variable with more than just one letter. As you can see from the example above, [latex]FV[/latex] is a variable, and it represents future value. This should not be interpreted to be two variables, [latex]F[/latex] and [latex]V[/latex]. Similarly, PMT represents annuity payment. When you learn new formulas and variables, take careful note of how a variable is represented.

As well, some variable names will contain subscripts. For example, you could see [latex]d_1[/latex] and [latex]d_2[/latex] in the same formula. What sometimes happens is that there is more than one value for the same variable. As you will learn in Chapter 6 about merchandising, when you buy an item you may receive more than one discount rate (what d stands for). Therefore, the first discount gets a subscript of 1, or [latex]d_1[/latex], and the second discount gets a subscript of 2, or [latex]d_2[/latex]. This allows you to distinguish between the two values in the equation and substitute the correct value in the correct place.

Paths To Success

If you are unsure whether you have simplified an expression appropriately, remember that you can make up your own values for any literal coefficient and substitute those values into both the original and the simplified expressions. If you have obeyed all the rules and simplified appropriately, both expressions will produce the same answer. For example, assume you simplified [latex]2x + 5x[/latex] into [latex]7x[/latex], but you are not sure if you are right. You decide to let [latex]x = 2[/latex]. Substituting into [latex]2x + 5x[/latex], you get [latex]2(2) + 5(2) = 14[/latex]. Substituting into your simplified expression you get [latex]7(2) = 14[/latex]. Since both expressions produced the same answer, you have direct confirmation that you have simplified correctly.

 

Example: Substitution

Substitute the appropriate values to solve the following equation:

[latex]N = L(1 − d_1)(1 − d_2)(1 − d_3)[/latex]

where [latex]L = $1,999.99[/latex], [latex]d_1 = 35\%[/latex], [latex]d_2 = 15\%[/latex] and [latex]d_3 = 5\%[/latex].

Answer:

[latex]N = L(1 − d_1)(1 − d_2)(1 − d_3)=1999.99(1 − 0.35)(1 − 0.15)(1 − 0.05)=$1049.74[/latex]

Section Exercises

Work on section 1.1 exercises in Fundamentals of Business Math Exercises. Discuss your solutions with your peers and/or course instructor.

You may consult answers to select exercises: Fundamentals of Business Math Exercises – Select Answers

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Fundamentals of Business Math Copyright © 2021 by Ana Duff, adapted from work by J. Olivier and D. Lippman is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book