2.1: Introduction to Algebra
( \newcommand{\kernel}{\mathrm{null}\,}\)
- Identify an algebraic expression and its parts.
- Evaluate algebraic expressions.
- Use formulas to solve problems in common applications.
Preliminary Definitions
In algebra, letters are used to represent numbers. The letters used to represent these numbers are called variables. Combinations of variables and numbers along with mathematical operations form algebraic expressions, or just expressions.
The following are some examples of expressions with one variable, x:
2x+3x2−93x2+2x−1x−5x2−25
Terms in an algebraic expression are separated by addition operators, and factors are separated by multiplication operators. The numerical factor of a term is called the coefficient. For example, the algebraic expression 3x2+2x−1 can be thought of as 3x2+2x+(−1) and has three terms. The first term, 3x2, represents the quantity 3⋅x⋅x, where 3 is the coefficient and x is the variable. All of the variable factors, with their exponents, form the variable part of a term. If a term is written without a variable factor, then it is called a constant term. Consider the components of 3x2+2x−1,
Terms | Coefficient | Variable Part |
---|---|---|
3x2 | 3 | x2 |
2x | 2 | x |
−1 | −1 |
The third term in this expression, −1, is a constant term because it is written without a variable factor. While a variable represents an unknown quantity and may change, the constant term does not change.
List all coefficients and variable parts of each term:
5x2−4xy−y2.
Solution:
Think of the third term in this example, −y2, as −1y2.
Terms | Coefficient | Variable Part |
---|---|---|
5x2 | 5 | x2 |
−4xy | −4 | xy |
−y2 | −1 | y2 |
Answer:
Coefficients: {−4,−1,5}; variable parts: {x2,xy,y2}
Some terms, such as y2 and −y2, appear not to have a coefficient. The multiplicative identity property states that 1 times anything is itself and occurs so often that it is customary to omit this factor and write
1y2=y2−1y2=−y2
Therefore, the coefficient of y2 is actually 1 and the coefficient of −y2 is −1. In addition, you will encounter terms that have variable parts composed of algebraic expressions as factors.
List all coefficients and variable parts of each term:
−3(x+y)3+(x+y)2
Solution:
This is an expression with two terms:
Terms | Coefficient | Variable Part |
---|---|---|
−3(x+y)3 | −3 | (x+y)3 |
(x+y)2 | 1 | (x+y)2 |
Answer:
Coefficients: {−3,1}; variable parts: {(x+y)3,(x+y)2}
In our study of algebra, we will encounter a wide variety of algebraic expressions. Typically, expressions use the two most common variables, x and y. However, expressions may use any letter (or symbol) for a variable, even Greek letters, such as alpha (α) and beta (β). Some letters and symbols are reserved for constants, such as π≈3.14159 and e≈2.71828. Since there is only a limited number of letters, you will also use subscripts, x1,x2,x3,x4,…, to indicate different variables.
List all coefficients and variable parts of the expression:
−5a2+ab−2b2−3.
- Answer
-
Coefficients: {−5,−3,−2,1}; variable parts: {a2,ab,b2}
Evaluating Algebraic Expressions
Think of an algebraic expression as a generalization of particular arithmetic operations. Performing these operations after substituting given values for variables is called evaluating. In algebra, a variable represents an unknown value. However, if the problem specifically assigns a value to a variable, then you can replace that letter with the given number and evaluate using the order of operations.
Evaluate:
- 2x+3, where x=−4
- 23y, where y=9
Solution:
To avoid common errors, it is a best practice to first replace all variables with parentheses and then replace, or substitute, the given value.
a.
b.
23y=23()=23(9)=2⋅3=6
Answer:
- −5
- 6
If parentheses are not used in part (a) of the previous example, the result is quite different: 2x+3=2−4+4. Without parentheses, the first operation is subtraction, which leads to an incorrect result.
Evaluate:
−2x−y, where x=−5 and y=−3.
Solution:
After substituting the given values for the variables, simplify using the order of operations.
−2x−y=−2()−()Replacevariableswithparentheses.=−2(−5)−(−3)Substitutevaluesforxandy.=10+3Simplify.=13
Answer:
13
Evaluate:
9a2−b2, where a=2 and b=−5.
Solution:
Answer:
11
Evaluate:
−x2−4x+1, where x=−12.
Solution:
−x2−4x+1=−()2−4()+1Applytheexponentfirst.=−(−12)2−4(−12)+1(−12)2=(−12)(−12)=14=−(14)+2+1=−14+3=−14+124=114
Answer:
114
The answer to the previous example is 114, which can be written as a mixed number 234. In algebra, improper fractions are generally preferred. Unless the original problem has mixed numbers in it, or it is an answer to a real-world application, solutions will be expressed as reduced improper fractions.
Evaluate:
(3x−2)(x−7), where x=23
Solution:
The order of operations requires us to perform the operations within the parentheses first.
(3x−2)(x−7)=(3()−2)(()−7)=(3(23)−2)((23)−7)=(2−2)(23−213)=(0)(−193)=0
Answer:
0
Evaluate:
b2−4ac, where a=−1,b=−3, and c=2.
Solution:
The expression b2−4ac is called the discriminant; it is an essential quantity seen later in our study of algebra.
b2−4ac=()2−4()()Exponentsfirst,thenmultiplication=(−3)2−4(−1)(2)(−3)2=(−3)(−3)=+9=9+4(2)=9+8=17
Answer:
17
Evaluate a3−b3, where a=2 and b=−3.
- Answer
-
35
Using Formulas
The main difference between algebra and arithmetic is the organized use of variables. This idea leads to reusable formulas, which are mathematical models using algebraic expressions to describe common applications. For example, the area of a rectangle is modeled by the formula:
A=l⋅w
In this equation, variables are used to describe the relationship between the area of a rectangle and the length of its sides. The area is the product of the length and width of the rectangle. If the length of a rectangle measures 3 meters and the width measures 2 meters, then the area can be calculated using the formula as follows:
A=l⋅w=3m⋅(2m)=6 square meters(m2)
The cost of a daily truck rental is $48.00 plus an additional $0.45 for every mile driven. This cost in dollars can be modeled by the formula cost=0.45x+48, where x represents the number of miles driven in one day. Use this formula to calculate the cost to rent the truck for a day and drive it 120 miles.
Solution:
Use the formula to find the cost when the number of miles x=120.
cost=0.45x+48
Substitute 120 into the given formula for x and then simplify.
cost=0.45()+48=0.45(120)+48=54+48=102
Answer:
The rental costs $102.
Uniform motion is modeled by the formula D=rt, which expresses distance D in terms of the average rate r, or speed, and the time t traveled at that rate. This formula, D=rt, is used often and is read “distance equals rate times time.”
Jim’s road trip takes 212 hours at an average speed of 66 miles per hour. How far does he travel?
Solution:
Substitute the appropriate values into the formula and then simplify.
D=r⋅t=(66mihr)⋅(212hr)=661⋅52mi=33⋅5mi=165mi
Answer:
Jim travels 165 miles.
The volume in cubic units of a rectangular box is given by the formula V=lwh, where l represents the length, w represents the width, and h represents the height.
Figure 2.1.1
A wooden box is 1 foot in length, 5 inches wide, and 6 inches high. Find the volume of the box in cubic inches.
Solution:
Take care to ensure that all the units are consistent and use 12 inches for the length instead of 1 foot.
V=lwhV=()()()=(12in)(5in)(6in)=360cubic inches (in3)
Answer:
The volume of the box is 360 cubic inches.
Simple interest I is given by the formula I=prt, where p represents the principal amount invested at an annual interest rate r for t years.
Calculate the simple interest earned on a 2-year investment of $1,250 at an annual interest rate of 334%.
Solution:
Convert 334% to a decimal number before using it in the formula.
r=334%=3.75%=0.0375
Use this value for r and the fact that p= $1,250 and t= 2 years to calculate the simple interest.
I=prt=(1,250)(0.0375)(2)=93.75
Answer:
The simple interest earned is $93.75.
The perimeter of a rectangle is given by the formula P=2l+2w, where l represents the length and w represents the width. Use the formula to calculate the perimeter of a rectangle with a length of 5 feet and a width of 212 feet.
- Answer
-
15 feet
Key Takeaways
- Think of algebraic expressions as generalizations of common arithmetic operations that are formed by combining numbers, variables, and mathematical operations.
- It is customary to omit the coefficient if it is 1, as in x2=1x2.
- To avoid common errors when evaluating, it is a best practice to replace all variables with parentheses and then substitute the appropriate values.
- The use of algebraic expressions allows us to create useful and reusable formulas that model common applications.
List all of the coefficients and variable parts of the following expressions.
- 4x−1
- –7x^{2}−2x+1
- −x^{2}+5x−3
- 3x^{2}y^{2}−\frac{2}{3}xy+7
- \frac{1}{3}y^{2}−\frac{1}{2}y+\frac{5}{7}
- −4a^{2}b+5ab^{2}−ab+1
- 2(a+b)^{3}−3(a+b)^{5}
- 5(x+2)^{2}−2(x+2)−7
- m^{2}n−mn^{2}+10mn−27
- x^{4}−2x^{3}−3x^{2}−4x−1
- Answer
-
1. Coefficients: \{−1, 4\}; variable parts: \{x\}
3. Coefficients: \{−3, −1, 5\}; variable parts: \{x^{2}, x\}
5. Coefficients: \{−\frac{1}{2}, \frac{1}{3}, \frac{5}{7}\}; variable parts: \{y^{2}, y\}
7. Coefficients: \{−3, 2\}; variable parts: \{(a+b)^{3},(a+b)^{5}\}
9. Coefficients: \{−27, −1, 1, 10\}; variable parts: \{m^{2}n, mn^{2}, mn\}
Evaluate.
- x+3, where x=−4
- 2x−3, where x=−3
- −5x+20, where x=4
- -5y, where y=−1
- \frac{3}{4}a, where a=32
- 2(a−4), where a=−1
- −10(5−z), where z=14
- 5y−1, where y=−\frac{1}{5}
- −2a+1, where a=−\frac{1}{3}
- 4x+3, where x=\frac{3}{16}
- −x+\frac{1}{2}, where x=−2
- \frac{2}{3}x−\frac{1}{2}, where x=−\frac{1}{4}
- Answer
-
1. −1
3. 0
5. 24
7. 90
9. \frac{5}{3}
11. \frac{5}{2}
For each problem below, evaluate b^{2}−4ac, given the following values for a, b, and c.
- a=1, b=2, c=3
- a=3, b=–4, c=–1
- a=–6, b=0, c=–2
- a=\frac{1}{2}, b=1, c=\frac{2}{3}
- a=−3, b=−\frac{1}{2}, c=\frac{1}{9}
- a=−\frac{1}{3}, b=−\frac{2}{3}, c=0
- Answer
-
1. -8
3. -48
5. \frac{19}{12}
Evaluate.
- −4xy^{2}, where x=−3 and y=2
- \frac{5}{8}x^{2}y, where x=−1 and y=16
- a^{2}−b^{2}, where a=2 and b=3
- a^{2}−b^{2}, where a=−1 and b=−2
- x^{2}−y^{2}, where x=\frac{1}{2} and y=−\frac{1}{2}
- 3x^{2}−5x+1, where x=−3
- y^{2}−y−6, where y=0
- 1−y^{2}, where y=−\frac{1}{2}
- (x+3)(x−2), where x=−4
- (y−5)(y+6), where y=5
- 3(α−β)+4, where α=−1 and β=6
- 3α^{2}−β^{2}, where α=2 and β=−3
- Evaluate 4(x+h), given x=5 and h=0.01.
- Evaluate −2(x+h)+3, given x=3 and h=0.1.
- Evaluate 2(x+h)^{2}−5(x+h)+3, given x=2 and h=0.1.
- Evaluate 3(x+h)^{2}+2(x+h)−1, given x=1 and h=0.01.
- Answer
-
1. 48
3. −5
5. 0
7. −6
9. 6
11. −17
13. 20.04
15. 1.32
Convert the following temperatures to degrees Celsius given C=\frac{5}{9}(F−32), where F represents degrees Fahrenheit.
- 86°F
- 95°F
- −13°F
- 14°F
- 32°F
- 0°F
- Answer
-
1. 30°C
3. −25°C
5. 0°C
Given the base and height of a triangle, calculate the area. (A=\frac{1}{2}bh).
- b=25 centimeters and h=10 centimeters
- b=40 inches and h=6 inches
- b=\frac{1}{2} foot and h=2 feet
- b=\frac{3}{4} inches and h=\frac{5}{8} inches
- Answer
-
1. 125 square centimeters
3. \frac{1}{2} square feet
- A certain cellular phone plan charges $23.00 per month plus $0.09 for each minute of usage. The monthly charge is given by the formula monthly charge=0.09x+23, where x represents the number of minutes of usage per month. What is the charge for a month with 5 hours of usage?
- A taxi service charges $3.75 plus $1.15 per mile given by the formula charge=1.15x+3.75, where x represents the number of miles driven. What is the charge for a 17-mile ride?
- If a calculator is sold for $14.95, then the revenue in dollars, R, generated by this item is given by the formula R=14.95q, where q represents the number of calculators sold. Use the formula to determine the revenue generated by this item if 35 calculators are sold.
- Yearly subscriptions to a tutoring website can be sold for $49.95. The revenue in dollars, R, generated by subscription sales is given by the formula R=49.95q, where q represents the number of yearly subscriptions sold. Use the formula to calculate the revenue generated by selling 250 subscriptions.
- The cost of producing pens with the company logo printed on them consists of a onetime setup fee of $175 plus $0.85 for each pen produced. This cost can be calculated using the formula C=175+0.85q, where q represents the number of pens produced. Use the formula to calculate the cost of producing 2,000 pens.
- The cost of producing a subscription website consists of an initial programming and setup fee of $4,500 plus a monthly Web hosting fee of $29.95. The cost of creating and hosting the website can be calculated using the formula C=4500+29.95n, where n represents the number of months the website is hosted. How much will it cost to set up and host the website for 1 year?
- The perimeter of a rectangle is given by the formula P=2l+2w, where l represents the length and w represents the width. What is the perimeter of a fenced-in rectangular yard measuring 70 feet by 100 feet?
- Calculate the perimeter of an 8-by-10-inch picture.
- Calculate the perimeter of a room that measures 12 feet by 18 feet.
- A computer monitor measures 57.3 centimeters in length and 40.9 centimeters high. Calculate the perimeter.
- The formula for the area of a rectangle in square units is given by A=l⋅w, where l represents the length and w represents the width. Use this formula to calculate the area of a rectangle with length 12 centimeters and width 3 centimeters.
- Calculate the area of an 8-by-12-inch picture.
- Calculate the area of a room that measures 12 feet by 18 feet.
- A computer monitor measures 57.3 centimeters in length and 40.9 centimeters in height. Calculate the total area of the screen.
- A concrete slab is poured in the shape of a rectangle for a shed measuring 8 feet by 10 feet. Determine the area and perimeter of the slab.
- Each side of a square deck measures 8 feet. Determine the area and perimeter of the deck.
- The volume of a rectangular solid is given by V=lwh, where l represents the length, w represents the width, and h is the height of the solid. Find the volume of a rectangular solid if the length is 2 inches, the width is 3 inches, and the height is 4 inches.
- If a trunk measures 3 feet by 2 feet and is 2\frac{1}{2} feet tall, then what is the volume of the trunk?
- The interior of an industrial freezer measures 3 feet wide by 3 feet deep and 4 feet high. What is the volume of the freezer?
- A laptop case measures 1 feet 2 inches by 10 inches by 2 inches. What is the volume of the case?
- If the trip from Fresno to Sacramento can be made by car in 2\frac{1}{2} hours at an average speed of 67 miles per hour, then how far is Sacramento from Fresno?
- A high-speed train averages 170 miles per hour. How far can it travel in 1\frac{1}{2} hours?
- A jumbo jet can cruises at an average speed of 550 miles per hour. How far can it travel in 4 hours?
- A fighter jet reaches a top speed of 1,316 miles per hour. How far will the jet travel if it can sustain this speed for 15 minutes?
- The Hubble Space Telescope is in low earth orbit traveling at an average speed of 16,950 miles per hour. What distance does it travel in 1\frac{1}{2} hours?
- Earth orbits the sun a speed of about 66,600 miles per hour. How far does earth travel around the sun in 1 day?
- Calculate the simple interest earned on a $2,500 investment at 3% annual interest rate for 4 years.
- Calculate the simple interest earned on a $1,000 investment at 5% annual interest rate for 20 years.
- How much simple interest is earned on a $3,200 investment at a 2.4% annual interest for 1 year?
- How much simple interest is earned on a $500 investment at a 5.9% annual interest rate for 3 years?
- Calculate the simple interest earned on a $10,500 investment at a 4\frac{1}{4}% annual interest rate for 4 years.
- Calculate the simple interest earned on a $6,250 investment at a 6\frac{3}{4}% annual interest rate for 1 year.
- Answer
-
1. $50
3. $523.25
5. $1,875.00
7. 340 feet
9. 60 feet
11. 36 square centimeters
13. 216 square feet
15. Area: 80 square feet; Perimeter: 36 feet
17. 24 cubic inches
19. 36 cubic feet
21. 167.5 miles
23. 2,200 miles
25. 25,425 miles
27. $300
29. $76.80
31. $1,785
- Research and discuss the history of the symbols for addition (+) and subtraction (−).
- What are mathematical models and why are they useful in everyday life?
- Find and post a useful formula. Demonstrate its use with some values.
- Discuss the history and importance of the variable. How can you denote a variable when you run out of letters?
- Find and post a useful resource describing the Greek alphabet.
- Answer
-
1. Answers may vary
3. Answers may vary
5. Answers may vary