Begin by focusing on solving linear equations with one variable. These are fundamental problems that appear in various forms, and mastering them ensures a solid foundation for more complex tasks. Work on isolating the variable on one side and use inverse operations to simplify expressions. Whether it’s solving for x in 2x + 3 = 7 or x in 5(x – 2) = 15, practice is crucial to quick recognition of patterns.
Next, practice factoring quadratic expressions. Recognizing patterns in equations like x² + 6x + 9 = 0 will help you factor them into simpler binomials. Remember to use the reverse of the distributive property for factorization. Additionally, keep in mind that completing the square is a handy technique for solving quadratics when factoring isn’t straightforward.
Focus on solving systems of equations. These often require either substitution or elimination methods. You should be able to solve for one variable in terms of the other and then substitute that back into the second equation to find the value of the unknowns. Rehearse solving these problems with real values to avoid common mistakes.
When it comes to solving inequalities, practice with both simple and compound inequalities. Start by isolating the variable on one side, and remember to flip the inequality sign when multiplying or dividing by a negative number. Understanding how to graph solutions on a number line can significantly improve your ability to interpret results.
Algebra 1b Final Assessment Response Guide
For solving linear equations, always begin by isolating the variable. If you have an equation like 4x + 6 = 14, subtract 6 from both sides and then divide by 4 to find x = 2.
For quadratic equations, use factoring when possible. For example, x² + 5x + 6 = 0 factors into (x + 2)(x + 3) = 0, so x = -2 or x = -3.
When working with systems of equations, choose between substitution or elimination methods. For 2x + 3y = 12 and x – y = 2, solve for x from the second equation and substitute it into the first to find y = 4.
Inequalities require special attention to sign flipping. For an equation like -2x > 8, divide both sides by -2 and reverse the inequality sign, leading to x .
Review graphs of linear and quadratic functions. Ensure you understand the slope-intercept form for linear equations, y = mx + b, and how to graph parabolas for quadratic functions.
Lastly, practice word problems. Translate the situation into an equation first and solve step by step. For example, if a problem asks about the cost of items purchased, set up an equation for total cost and solve for the unknown value.
How to Solve Linear Equations in One Variable
To solve an equation like 2x + 5 = 15, start by isolating the variable x. First, subtract 5 from both sides to get 2x = 10. Then divide both sides by 2 to find x = 5.
When you have negative coefficients, such as -3x + 7 = 16, subtract 7 from both sides to get -3x = 9. Divide by -3 to get x = -3.
If the equation involves fractions, like 1/2x + 3 = 7, first subtract 3 from both sides to get 1/2x = 4. Multiply both sides by 2 to clear the fraction, resulting in x = 8.
For equations with parentheses, distribute first. For example, 3(x + 4) = 18 becomes 3x + 12 = 18. Subtract 12 from both sides, then divide by 3 to get x = 2.
Check your solution by substituting it back into the original equation. For 2x + 5 = 15, substituting x = 5 gives 2(5) + 5 = 15, confirming the solution is correct.
Understanding Quadratic Equations and Their Solutions
A quadratic equation is typically in the form ax² + bx + c = 0. To solve for x, apply the quadratic formula:
x = (-b ± √(b² – 4ac)) / 2a. The term b² – 4ac, called the discriminant, plays a key role in determining the nature of the solutions.
| Discriminant (Δ) | Nature of Solutions |
|---|---|
| Δ > 0 | Two real solutions |
| Δ = 0 | One real solution |
| Δ | Two complex solutions |
For instance, for the equation x² – 6x + 9 = 0, with a = 1, b = -6, c = 9, the discriminant is:
(-6)² – 4(1)(9) = 36 – 36 = 0. Since the discriminant is 0, the equation has one real solution. Using the quadratic formula:
x = (-(-6) ± √0) / 2(1) = (6 ± 0) / 2 = 6 / 2 = 3. The solution is x = 3.
In another example, consider 2x² + 4x – 6 = 0, with a = 2, b = 4, c = -6. The discriminant is:
(4)² – 4(2)(-6) = 16 + 48 = 64, which is positive, indicating two real solutions. Applying the quadratic formula:
x = (-4 ± √64) / 4 = (-4 ± 8) / 4. The two solutions are x = 1 and x = -3.
Working with Rational Expressions and Equations
To simplify a rational expression, factor both the numerator and denominator. Cancel out any common factors between the numerator and denominator. For example:
Expression: (x² – 9) / (x² – 3x)
- Factor the numerator: (x – 3)(x + 3)
- Factor the denominator: x(x – 3)
Now, the expression becomes: [(x – 3)(x + 3)] / [x(x – 3)]
Cancel out (x – 3) from both the numerator and denominator:
Resulting simplified expression: (x + 3) / x
When solving rational equations, eliminate denominators by multiplying both sides of the equation by the least common denominator (LCD). For example:
Equation: 1/(x + 2) = 3/(x – 1)
- The LCD is (x + 2)(x – 1).
- Multiply both sides by the LCD: (x + 2)(x – 1)
Result: (x – 1) = 3(x + 2)
Simplify the equation:
- x – 1 = 3x + 6
- Move terms involving x to one side:
- -1 – 6 = 3x – x
- -7 = 2x
- x = -7/2
Always check for extraneous solutions by substituting back into the original equation. If any solution results in division by zero, discard it.
Solving Systems of Equations Using Substitution
Start by isolating one variable in one of the equations. For example, given the system:
| Equation 1: x + y = 7 |
| Equation 2: 2x – y = 4 |
Isolate y in Equation 1:
| y = 7 – x |
Now, substitute this expression for y into Equation 2:
| 2x – (7 – x) = 4 |
Simplify and solve for x:
- 2x – 7 + x = 4
- 3x – 7 = 4
- 3x = 11
- x = 11/3
Now that x is found, substitute x = 11/3 back into the expression for y:
| y = 7 – 11/3 |
Simplify to find y:
- y = 21/3 – 11/3
- y = 10/3
The solution to the system is x = 11/3 and y = 10/3.
Graphing Linear Equations and Finding Intercepts
To graph a linear equation, first express it in slope-intercept form: y = mx + b, where m is the slope and b is the y-intercept.
For example, consider the equation:
| y = 2x + 4 |
Here, the slope m = 2 means that for every 1 unit increase in x, y increases by 2. The y-intercept b = 4 means the line crosses the y-axis at (0, 4).
Start by plotting the y-intercept (0, 4) on the graph. Then, use the slope to find another point. Starting from (0, 4), move 1 unit to the right along the x-axis and 2 units up along the y-axis. This gives the point (1, 6).
Plot the points (0, 4) and (1, 6), then draw a straight line through them to complete the graph.
Next, to find the x-intercept (where the line crosses the x-axis), set y = 0 and solve for x:
| 0 = 2x + 4 |
| -4 = 2x |
| x = -2 |
The x-intercept is (-2, 0).
Now, the graph is complete with intercepts at (0, 4) on the y-axis and (-2, 0) on the x-axis. These two points define the straight line.
Identifying and Solving Absolute Value Equations
To solve an equation involving absolute value, isolate the absolute value expression first. For example:
| |x – 3| = 5 |
This equation means the expression x – 3 has a distance of 5 units from zero. To solve, split the equation into two cases:
- x – 3 = 5
- x – 3 = -5
Now, solve each case separately:
| x – 3 = 5 |
| x = 8 |
| x – 3 = -5 |
| x = -2 |
The two solutions are x = 8 and x = -2.
For another example, consider:
| |2x + 1| = 3 |
Again, split the equation into two cases:
- 2x + 1 = 3
- 2x + 1 = -3
Solve both cases:
| 2x + 1 = 3 |
| 2x = 2 |
| x = 1 |
| 2x + 1 = -3 |
| 2x = -4 |
| x = -2 |
The solutions are x = 1 and x = -2.
Factoring Quadratic Expressions Step by Step
To factor a quadratic expression in the form ax² + bx + c, follow these steps:
- Identify a, b, and c: For the expression 2x² + 7x + 3, a = 2, b = 7, and c = 3.
- Multiply a and c: Multiply the first and last coefficients (a × c). In this case, 2 × 3 = 6.
- Find two numbers that multiply to ac and add to b: Find two numbers that multiply to 6 and add up to 7. These numbers are 1 and 6 because 1 × 6 = 6 and 1 + 6 = 7.
- Rewrite the middle term using these numbers: Break the middle term, 7x, into two terms: 2x² + x + 6x + 3.
- Factor by grouping: Group the terms in pairs: (2x² + x) + (6x + 3).
- Factor out the greatest common factor (GCF) from each pair:
- Factor out x from the first pair: x(2x + 1).
- Factor out 3 from the second pair: 3(2x + 1).
- Factor out the common binomial: Both terms now contain the binomial (2x + 1), so factor it out: (2x + 1)(x + 3).
The factored form of 2x² + 7x + 3 is (2x + 1)(x + 3).
For another example, factor x² – 5x + 6:
- Identify a, b, and c: a = 1, b = -5, c = 6.
- Multiply a and c: 1 × 6 = 6.
- Find two numbers that multiply to 6 and add to -5: These numbers are -2 and -3, because -2 × -3 = 6 and -2 + -3 = -5.
- Rewrite the middle term: x² – 2x – 3x + 6.
- Group the terms: (x² – 2x) – (3x – 6).
- Factor each pair:
- Factor out x from the first pair: x(x – 2).
- Factor out -3 from the second pair: -3(x – 2).
- Factor out the common binomial: The factored form is (x – 2)(x – 3).
The factored form of x² – 5x + 6 is (x – 2)(x – 3).
Using the Quadratic Formula for Complex Problems
To solve quadratic equations of the form ax² + bx + c = 0 using the quadratic formula, apply the following steps:
- Identify the coefficients a, b, and c: In the equation 2x² – 4x + 3 = 0, a = 2, b = -4, and c = 3.
- Write the quadratic formula: The quadratic formula is x = (-b ± √(b² – 4ac)) / 2a.
- Substitute the values of a, b, and c into the formula: For 2x² – 4x + 3 = 0, substitute a = 2, b = -4, and c = 3 into the formula:
x = (-(-4) ± √((-4)² - 4(2)(3))) / 2(2)
- Simplify the equation: Calculate inside the square root:
x = (4 ± √(16 - 24)) / 4
Simplify the terms:
x = (4 ± √(-8)) / 4
- Handle the negative discriminant: Since the discriminant √(-8) is negative, the solution involves complex numbers. Simplify the square root:
√(-8) = √8i = 2√2i
Thus, the equation becomes:
x = (4 ± 2√2i) / 4
- Simplify the final expression: Divide each term by 4:
x = 1 ± (√2i) / 2
- Write the solutions: The solutions are:
x = 1 + (√2i) / 2 and x = 1 - (√2i) / 2
For another example, solve x² + 2x + 5 = 0:
- Identify the coefficients: a = 1, b = 2, c = 5.
- Substitute into the quadratic formula:
x = (-(2) ± √((2)² - 4(1)(5))) / 2(1)
- Simplify the equation:
x = (-2 ± √(4 - 20)) / 2
Simplify the terms:
x = (-2 ± √(-16)) / 2
- Handle the negative discriminant:
√(-16) = 4i
Thus, the equation becomes:
x = (-2 ± 4i) / 2
- Simplify the final expression:
x = -1 ± 2i
The solutions are:
x = -1 + 2i and x = -1 - 2i
Solving Word Problems Involving Linear Relationships
Follow these steps to solve word problems involving linear relationships:
- Identify the variables: Determine what the unknowns represent in the problem. For example, if a problem is about the cost of apples and bananas, let x represent the number of apples and y represent the number of bananas.
- Formulate the equation: Translate the given information into a linear equation. For example, if apples cost $2 each and bananas cost $1.50 each, and you know the total cost is $12, you can write the equation:
2x + 1.5y = 12
- Use additional information: If more data is provided, use it to form another equation. For instance, if the total number of fruits is 6, use the equation:
x + y = 6
- Solve the system of equations: Solve the system of linear equations using substitution or elimination methods.
- Substitution: Solve one equation for one variable and substitute it into the other equation.
- Elimination: Multiply or add the equations to eliminate one variable, then solve for the remaining variable.
- Interpret the solution: Once the solution is found, interpret it in the context of the problem. For example, if the solution is x = 4 and y = 2, then you have 4 apples and 2 bananas.
Example problem:
A store sells apples for $2 each and bananas for $1.50 each. The total cost for a certain number of apples and bananas is $12, and the total number of fruits purchased is 6. How many apples and bananas were bought?
- Step 1: Define the variables:
- x = number of apples
- y = number of bananas
- Step 2: Set up the system of equations:
- 2x + 1.5y = 12 (cost equation)
- x + y = 6 (total number of fruits)
- Step 3: Use substitution or elimination. Using substitution, solve the second equation for x:
x = 6 - y
Substitute into the first equation:
2(6 - y) + 1.5y = 12
Simplify:
12 - 2y + 1.5y = 12
Combine like terms:
12 - 0.5y = 12
Subtract 12 from both sides:
-0.5y = 0
Solve for y:
y = 0
- Step 4: Substitute y = 0 into x = 6 – y to find x = 6.
- Step 5: Interpret the solution: There are 6 apples and 0 bananas.
Solving Inequalities with One Variable
To solve inequalities with one variable, follow these key steps:
- Isolate the variable: Just like solving equations, move all terms involving the variable to one side of the inequality and constants to the other side. Use addition, subtraction, multiplication, or division as needed.
- Consider the inequality sign: Pay attention to the inequality sign. When multiplying or dividing both sides by a negative number, reverse the inequality sign.
- Graph the solution: For linear inequalities, the solution is often represented on a number line. Use an open circle for ”, and a closed circle for ‘=’.
- Check for multiple solutions: Inequalities often have multiple solutions, meaning any number greater than or less than a certain value can satisfy the inequality.
Example:
Solve the inequality: 3x + 5
- Step 1: Isolate the variable. Subtract 5 from both sides:
3x
- Step 2: Divide both sides by 3:
x
- Step 3: The solution is all values less than 2. Graph the solution on a number line with an open circle at 2 and shading to the left.
Example with a negative multiplier:
Solve the inequality: -4x > 12
- Step 1: Divide both sides by -4. Remember to flip the inequality sign when dividing by a negative number:
x
- Step 2: The solution is all values less than -3. Graph the solution on a number line with an open circle at -3 and shading to the left.
Graphing and Solving Compound Inequalities
To graph and solve compound inequalities, follow these steps:
- Identify the type of compound inequality: Compound inequalities can be either “AND” or “OR”. An “AND” inequality shows where two conditions overlap, while an “OR” inequality shows where at least one condition is true.
- Solve each part separately: Break the compound inequality into two separate inequalities and solve them independently.
- Combine the results: For “AND” inequalities, the solution is the overlap of the solutions from both inequalities. For “OR” inequalities, the solution includes all values that satisfy either inequality.
- Graph the solution: Plot the solutions on a number line. Use a closed circle for inclusive inequalities (≤ or ≥) and an open circle for strict inequalities (). Shade the region that satisfies the inequality.
Example 1: Solve the compound inequality: -3 ≤ x + 2
- Step 1: Split the compound inequality into two parts:
- -3 ≤ x + 2 and x + 2
- Step 2: Solve each part:
- -3 ≤ x + 2 → subtract 2 from both sides: -5 ≤ x
- x + 2 → subtract 2 from both sides: x
- Step 3: Combine the results: -5 ≤ x
- Step 4: Graph the solution: The solution includes all values between -5 and 3, including -5 but not 3. Use a closed circle at -5 and an open circle at 3, and shade the region in between.
Example 2: Solve the compound inequality: x – 1
- Step 1: Solve each part separately:
- x – 1 → add 1 to both sides: x
- x + 3 ≥ 7 → subtract 3 from both sides: x ≥ 4
- Step 2: Combine the results: The solution includes all values less than 5 or greater than or equal to 4. The solution set is x or x ≥ 4 (which in this case includes all real numbers).
- Step 3: Graph the solution: The number line will show an open circle at 5, shading to the left. A closed circle at 4 will be included, with shading to the right.
Understanding and Using Exponents in Algebraic Expressions
Exponents indicate how many times a number, known as the base, is multiplied by itself. In algebraic expressions, exponents are used to simplify calculations and express large numbers compactly.
Key rules for working with exponents:
- Product Rule: When multiplying like bases, add the exponents. Example: x^a * x^b = x^(a + b).
- Quotient Rule: When dividing like bases, subtract the exponents. Example: x^a / x^b = x^(a – b).
- Power Rule: When raising a power to another power, multiply the exponents. Example: (x^a)^b = x^(a * b).
- Zero Exponent: Any base raised to the power of zero equals one. Example: x^0 = 1, for any non-zero x.
- Negative Exponent: A negative exponent indicates a reciprocal. Example: x^-a = 1/x^a.
Example 1: Simplify the expression 2^3 * 2^4
- Apply the product rule: 2^(3+4) = 2^7.
- The simplified answer is 2^7 = 128.
Example 2: Simplify the expression (x^3)^2
- Apply the power rule: (x^3)^2 = x^(3*2) = x^6.
- The simplified expression is x^6.
Example 3: Simplify the expression 5^0
- Any number raised to the power of zero equals one: 5^0 = 1.
Example 4: Simplify the expression 3^(-2)
- Apply the negative exponent rule: 3^(-2) = 1/3^2 = 1/9.
Applying the Distributive Property in Expressions
The distributive property allows you to multiply a number by a sum or difference. It states that a(b + c) = ab + ac and a(b – c) = ab – ac.
Steps to apply the distributive property:
- Identify the term outside the parentheses (the multiplier).
- Multiply this term by each term inside the parentheses.
- Combine like terms, if possible.
Example 1: Distribute 3 over the expression 4x + 5
- Multiply 3 by 4x: 3 * 4x = 12x
- Multiply 3 by 5: 3 * 5 = 15
- The result is: 12x + 15
Example 2: Distribute -2 over the expression 3y – 7
- Multiply -2 by 3y: -2 * 3y = -6y
- Multiply -2 by -7: -2 * -7 = 14
- The result is: -6y + 14
Example 3: Distribute 4 over the expression x + 2y – 3
- Multiply 4 by x: 4 * x = 4x
- Multiply 4 by 2y: 4 * 2y = 8y
- Multiply 4 by -3: 4 * -3 = -12
- The result is: 4x + 8y – 12
Example 4: Distribute -3 over the expression 2a – 5b + 6
- Multiply -3 by 2a: -3 * 2a = -6a
- Multiply -3 by -5b: -3 * -5b = 15b
- Multiply -3 by 6: -3 * 6 = -18
- The result is: -6a + 15b – 18
Finding the Slope of a Line from Two Points
The slope of a line represents how steep the line is and is calculated using two points on the line. The formula for the slope is:
m = (y₂ – y₁) / (x₂ – x₁)
Steps to calculate the slope:
- Identify the coordinates of the two points: (x₁, y₁) and (x₂, y₂).
- Subtract the y-coordinates: y₂ – y₁.
- Subtract the x-coordinates: x₂ – x₁.
- Divide the difference in y by the difference in x to find the slope: (y₂ – y₁) / (x₂ – x₁).
Example 1: Given the points (3, 4) and (7, 10), find the slope.
- y₂ = 10, y₁ = 4, x₂ = 7, x₁ = 3.
- Difference in y: 10 – 4 = 6.
- Difference in x: 7 – 3 = 4.
- Slope: 6 / 4 = 3 / 2.
- The slope is 3/2.
Example 2: Given the points (-2, 5) and (4, -3), find the slope.
- y₂ = -3, y₁ = 5, x₂ = 4, x₁ = -2.
- Difference in y: -3 – 5 = -8.
- Difference in x: 4 – (-2) = 4 + 2 = 6.
- Slope: -8 / 6 = -4 / 3.
- The slope is -4/3.
Solving Proportions and Setting Up Ratios
To solve proportions, first identify the two ratios involved. A proportion is an equation where two ratios are set equal to each other. For example, if the ratio of boys to girls in a class is 3:4, and the number of boys in another class is 12, the proportion can be written as:
3/4 = 12/x
Next, cross-multiply. Multiply the numerator of the first ratio by the denominator of the second ratio, and vice versa:
3 * x = 4 * 12
Now, solve for the unknown variable. Here, 3x = 48, so x = 48 / 3, which simplifies to x = 16. This means there are 16 girls in the second class.
For setting up ratios, it’s crucial to understand how to express the relationship between two quantities. For example, if you’re comparing the cost of apples to the number of apples, and you know 6 apples cost $3, you set up the ratio as:
6 apples / $3 = x apples / $5
To solve for x, use cross-multiplication:
6 * 5 = 3 * x
30 = 3x, so x = 30 / 3, and x = 10 apples. This means you can buy 10 apples for $5.
Ensure the units you use in ratios are consistent to avoid confusion. Converting measurements to the same unit before setting up the ratio can simplify the process. For example, if you’re working with speed and distance, converting all measurements to the same unit (like miles or kilometers) helps set up a ratio that makes sense.
Working with Polynomials and Their Operations
To add or subtract polynomials, combine like terms. For example, when adding (3x² + 2x + 5) and (x² – x + 3), group the terms with the same degree. The result is:
(3x² + x²) + (2x – x) + (5 + 3) = 4x² + x + 8
For multiplication, use the distributive property. Multiply each term in the first polynomial by each term in the second. For example, when multiplying (2x + 3) by (x – 4), you get:
(2x * x) + (2x * -4) + (3 * x) + (3 * -4) = 2x² – 8x + 3x – 12
Now, combine like terms: 2x² – 5x – 12.
To divide polynomials, use long division or synthetic division. For example, dividing (x² + 5x + 6) by (x + 2), set up the division:
(x² + 5x + 6) ÷ (x + 2)
First, divide the first term of the dividend by the first term of the divisor: x² ÷ x = x. Multiply (x) by (x + 2), yielding x² + 2x. Subtract this from the dividend to get:
(x² + 5x + 6) – (x² + 2x) = 3x + 6.
Next, divide 3x by x: 3x ÷ x = 3. Multiply (3) by (x + 2), yielding 3x + 6. Subtract to get the remainder 0. The quotient is x + 3.
Applying the Zero-Product Property in Factoring
To apply the Zero-Product Property, first factor the equation so that it is in the form of two binomials set equal to zero. For example, if you have the equation:
(x – 3)(x + 5) = 0
Use the Zero-Product Property, which states that if the product of two factors equals zero, at least one of the factors must be zero. Therefore, set each factor equal to zero:
- x – 3 = 0, solve for x: x = 3
- x + 5 = 0, solve for x: x = -5
Thus, the solutions to the equation are x = 3 and x = -5.
When factoring quadratic equations, always check for common factors before applying the Zero-Product Property. For instance, in the equation:
2x² + 4x = 0
First, factor out the common term, which is 2x:
2x(x + 2) = 0
Now apply the Zero-Product Property:
- 2x = 0, solve for x: x = 0
- x + 2 = 0, solve for x: x = -2
The solutions are x = 0 and x = -2.
For more information on factoring techniques and solving equations, refer to resources such as the Khan Academy.
Identifying and Using Patterns in Sequences
To identify a pattern in a sequence, look for a consistent change between consecutive terms. For example, in the sequence 2, 5, 8, 11, 14, the difference between each term is 3. This is an arithmetic sequence, where the common difference is 3. The nth term of the sequence can be written as:
n = 2 + (n – 1) * 3
For a geometric sequence, the ratio between consecutive terms remains constant. For example, in the sequence 3, 6, 12, 24, 48, the ratio between each term is 2. The nth term of this sequence can be written as:
n = 3 * 2^(n – 1)
To use a pattern to predict future terms, continue applying the same operations. For the arithmetic sequence 2, 5, 8, 11, you can predict the 6th term by adding 3 to the 5th term (14), which gives 17.
- For the 6th term of the arithmetic sequence, add 3 to the 5th term: 14 + 3 = 17
- For the 6th term of the geometric sequence, multiply the 5th term (48) by 2: 48 * 2 = 96
Recognizing patterns in sequences helps in simplifying problems and predicting values in mathematical contexts.
Understanding Functions and Domain/Range
A function assigns each input (x-value) exactly one output (y-value). To identify whether a relation is a function, check if any input corresponds to more than one output. For example, the relation {(1, 2), (2, 3), (3, 4)} is a function, but the relation {(1, 2), (1, 3)} is not, since the input 1 corresponds to two different outputs.
The domain of a function is the set of all possible input values (x-values) that the function can accept. For example, for the function f(x) = √x, the domain is all non-negative real numbers (x ≥ 0), since square roots of negative numbers are not defined in real numbers.
The range is the set of all possible output values (y-values) a function can produce. For example, for the function f(x) = x², the range is all non-negative real numbers (y ≥ 0), since the square of any real number is non-negative.
To find the domain and range of a function, follow these steps:
- For the domain, identify the values of x that do not cause any mathematical issues (such as division by zero or taking the square root of negative numbers).
- For the range, consider the set of possible outputs after applying the function to all values in the domain.
For example, for the function f(x) = 1/(x – 2), the domain excludes x = 2, because division by zero is undefined. The domain is all real numbers except x = 2. The range includes all real numbers except y = 0, since the function can never equal zero.
Graphing and Interpreting Linear Functions
For graphing a linear function, use the slope-intercept form: y = mx + b, where m is the slope and b is the y-intercept.
- Start by plotting the y-intercept b on the y-axis.
- Use the slope m to determine the next points. If m is a fraction, such as 3/4, from the y-intercept, move up 3 units and right 4 units to plot the next point.
- Draw a straight line through the points.
For example, for the function y = 3x – 2, the slope is 3 and the y-intercept is -2. Plot the point (0, -2) on the y-axis. From there, use the slope of 3 (rise 3, run 1) to plot the next point at (1, 1). Connect the points and extend the line.
When interpreting linear functions, the slope m represents the rate of change. A positive slope indicates the line rises as x increases, while a negative slope shows the line falls. The y-intercept b is the value of y when x = 0.
If given a graph, find the slope by selecting two points on the line. Calculate the difference in the y-values (rise) and the difference in the x-values (run). The slope is the ratio of the rise to the run: m = rise/run. The y-intercept is where the line crosses the y-axis.
Solving Problems Involving Direct and Inverse Variation
For problems involving direct variation, use the formula y = kx, where k is the constant of variation. In these cases, y increases as x increases. To solve, determine k by using given values of x and y, then apply the formula to find the unknown value.
- Example: If y = 12 when x = 4, find k:
- 12 = k * 4 → k = 12 / 4 = 3
- Now use the value of k to solve for another unknown. For example, find y when x = 6:
- y = 3 * 6 = 18
For inverse variation, use the formula y = k/x, where k is the constant of variation. In inverse variation, as x increases, y decreases. Solve by determining k from given values, then use the formula to find the unknown.
- Example: If y = 8 when x = 4, find k:
- 8 = k / 4 → k = 8 * 4 = 32
- Now find y when x = 2:
- y = 32 / 2 = 16
Both direct and inverse variation problems rely on finding k first, and then applying the appropriate formula to find unknowns. Ensure the correct formula is used based on whether the relationship is direct or inverse.
Simplifying and Solving Rational Expressions
To simplify a rational expression, factor both the numerator and the denominator. Cancel out any common factors between them. Ensure no factor is left in the denominator that could make the expression undefined (such as division by zero).
- Example: Simplify (2x^2 + 6x) / (4x).
- Factor the numerator: 2x(x + 3) and the denominator: 4x.
- Now simplify: (2x(x + 3)) / (4x) = (x + 3) / 2.
To solve rational equations, first eliminate denominators by multiplying both sides of the equation by the least common denominator (LCD). Then solve the resulting equation as you would any linear or quadratic equation.
- Example: Solve (3 / (x + 2)) = 4.
- Multiply both sides by (x + 2) to eliminate the denominator: 3 = 4(x + 2).
- Expand: 3 = 4x + 8.
- Solve for x: 3 – 8 = 4x → -5 = 4x → x = -5/4.
Always check for extraneous solutions by substituting back into the original equation. If any solution causes division by zero, discard it.
Applying Laws of Exponents for Simplification
To simplify expressions involving exponents, apply the following exponent rules:
| Rule | Formula | Example |
|---|---|---|
| Product Rule | a^m * a^n = a^(m+n) | 2^3 * 2^4 = 2^(3+4) = 2^7 |
| Quotient Rule | a^m / a^n = a^(m-n) | 3^5 / 3^2 = 3^(5-2) = 3^3 |
| Power of a Power Rule | (a^m)^n = a^(m*n) | (x^2)^3 = x^(2*3) = x^6 |
| Negative Exponent Rule | a^(-n) = 1 / a^n | 5^(-3) = 1 / 5^3 = 1 / 125 |
| Zero Exponent Rule | a^0 = 1 (for a ≠ 0) | 7^0 = 1 |
For example, to simplify (x^3 * x^2) / x^4:
- Apply the product rule to the numerator: x^3 * x^2 = x^(3+2) = x^5
- Now apply the quotient rule: x^5 / x^4 = x^(5-4) = x^1 = x
When dealing with negative exponents, invert the base to make the exponent positive. For example, 3^(-2) = 1 / 3^2 = 1 / 9.
Analyzing and Graphing Parabolas
To analyze and graph a parabola, focus on its vertex, axis of symmetry, direction of opening, and intercepts. The standard form of a quadratic function is:
f(x) = ax² + bx + c
- Vertex: The vertex is located at x = -b / 2a. This formula gives the x-coordinate of the vertex. To find the y-coordinate, substitute x = -b / 2a into the original function.
- Direction of Opening: If a > 0, the parabola opens upwards. If a , it opens downwards.
- Axis of Symmetry: The axis of symmetry is the vertical line passing through the vertex: x = -b / 2a.
- Intercepts: The y-intercept occurs when x = 0. Substitute x = 0 into the function to find the y-coordinate of the y-intercept. The x-intercepts (if they exist) are found by setting f(x) = 0 and solving for x.
For example, to graph the function f(x) = 2x² – 4x + 1:
- Find the vertex: x = -(-4) / (2 * 2) = 4 / 4 = 1. Substitute x = 1 into the equation to find f(1) = 2(1)² – 4(1) + 1 = -1. The vertex is at (1, -1).
- Determine the direction: Since a = 2 > 0, the parabola opens upwards.
- Find the axis of symmetry: x = 1.
- Find the y-intercept: Set x = 0: f(0) = 2(0)² – 4(0) + 1 = 1. The y-intercept is (0, 1).
- Find the x-intercepts: Solve 2x² – 4x + 1 = 0 using the quadratic formula. The roots are the x-intercepts.
Plot the vertex, axis of symmetry, and intercepts on a graph, and sketch the parabola accordingly.
Solving and Interpreting Systems of Linear Inequalities
To solve a system of linear inequalities, graph each inequality on the same coordinate plane. The solution set is the region where all inequalities overlap. Follow these steps:
- Graphing the Inequalities:
- Convert the inequality to slope-intercept form, if necessary, to easily identify the slope and y-intercept.
- Graph the boundary line as if the inequality were an equation (e.g., y = mx + b).
- If the inequality is “<” or “>“, graph a dashed line. If it’s “≤” or “≥“, graph a solid line.
- Shade the region that satisfies the inequality: above the line for “>” or “≥“, and below the line for “<” or “≤“.
- Finding the Solution Set:
- Identify the overlapping shaded regions from all inequalities. This is the solution to the system.
- If there is no overlap, the system has no solution.
- Interpreting the Solution:
- The solution is a region on the graph, not a specific point or line.
- The boundaries of the solution can be included or excluded, depending on whether the inequalities are “≤” or “<” (solid or dashed lines).
For example, solve the system:
y > 2x + 1 y < -x + 4
- Graph y = 2x + 1 with a dashed line and shade above it.
- Graph y = -x + 4 with a dashed line and shade below it.
- The solution is the region where the shaded areas overlap, which can be visualized on the coordinate plane.
Ensure that all inequalities are properly graphed and interpreted, and confirm that the overlap represents the correct solution set.