MOD 10

Page 1: Introduction, Terminology, and Objectives

I. Overview and Objectives This guide covers the fundamental properties of linear relationships, ranging from the geometry of a single line to the algebraic complexity of systems and sequences. By the end of this module, learners will be expected to:

  • Define and illustrate a system of linear equations in two variables.

  • Solve systems by graphing and classify them based on the number of solutions.

  • Solve systems algebraically using substitution, elimination, and Cramer's Rule.

  • Predict terms in an arithmetic sequence using a general formula.

  • Solve real-world problems involving linear systems and optimization tasks.

II. Essential Terminology

  • Linear Equation in Two Variables: A first-degree equation where the exponents of the variables (usually x and y) are always 1, forming a straight line when plotted.

  • Slope (m): A numerical value that describes both the direction and the steepness of a line, calculated as the ratio of the rise to the run.

  • Y-intercept (b): The value of y where the line crosses the vertical y-axis, occurring when the value of x is 0.

  • X-intercept (a): The value of x where the line crosses the horizontal x-axis, occurring when the value of y is 0.

  • Arithmetic Sequence: A set of numbers written in order by the application of a definite rule, where each term is generated by adding a constant difference to the previous term.

  • Common Difference (d): The consistent amount added or subtracted between consecutive terms in a sequence.

  • System of Linear Equations: A set of two or more linear equations made up of two or more variables where all equations are considered simultaneously.

  • Solution of a System: An ordered pair (x, y) that satisfies each equation in the system independently.


Page 2: The Body (Core Lessons and Formulas)

I. The Slope and Equations of a Line The steepness of a line is measured by the absolute value of its slope; a greater absolute value indicates a steeper line.

  • Slope Formula: Given two points (x1, y1) and (x2, y2), the slope m = (y2 - y1) / (x2 - x1).

  • Slope-Intercept Form: y = mx + b, where m is the slope and b is the y-intercept.

  • Point-Slope Form: y - y1 = m(x - x1), used when a slope and one point are known.

  • Two-Point Form: (y - y1) = [(y2 - y1) / (x2 - x1)] * (x - x1), used when only two points are provided.

  • Intercept Form: (x / a) + (y / b) = 1, where a is the x-intercept and b is the y-intercept.

II. Finding the nth Term of an Arithmetic Sequence Arithmetic sequences are essentially linear equations where the term position (n) and the term value (an) serve as variables.

  • General Formula: an = a1 + (n - 1)d.

  • Step 1: Identify the first term (a1).

  • Step 2: Calculate the common difference (d) by subtracting the first term from the second (a2 - a1).

  • Step 3: Determine the term position (n) you wish to find and substitute all values into the formula.

III. Solving Systems of Linear Equations

  • Substitution Method: Solve for one variable in one equation, substitute that expression into the second equation, solve for the first value, and then plug it back in to find the second value.

  • Elimination Method: Multiply equations to create additive inverse coefficients for one variable, then add the equations to eliminate that variable and solve for the remaining one.

  • Cramer’s Rule: Uses determinants of matrices. The x-value is found by Dx / D and the y-value is found by Dy / D.


Page 3: The "What-If" Scenarios (Test Troubleshooting)

I. Classification of Systems Test questions often ask you to classify a system based on its appearance or solution count:

  • What if the lines intersect at exactly one point? The system is Consistent and Independent. This happens when the lines have different slopes.

  • What if the lines are parallel? The system is Inconsistent, meaning there is No Solution because the lines never intersect. Parallel lines have the same slope but different y-intercepts.

  • What if the lines coincide (are the same line)? The system is Consistent and Dependent, resulting in Infinitely Many Solutions. These lines have the same slope and the same y-intercepts.

II. Analyzing the Direction of a Line

  • What if the slope (m) is greater than 0? The line is increasing, meaning it goes up from left to right.

  • What if the slope (m) is less than 0? The line is decreasing, meaning it goes down from left to right.

  • What if the line is horizontal? The slope is zero.

  • What if the line is vertical? The slope is undefined.

III. Variable Manipulation

  • What if the "d" in a sequence is negative? The sequence values will decrease (e.g., 20, 18, 16).

  • What if you solve an inequality and divide by a negative? Although not detailed in the text, typical linear rules require flipping the inequality symbol to maintain a true statement.


Page 4: Real-World Importance and Applications

I. Practical Engineering and Construction In the real world, slope is referred to as pitch, slant, or grade.

  • Roofing: The pitch of a roof determines how well it sheds water.

  • Plumbing: The slant of plumbing pipes is critical for proper drainage.

  • Accessibility: The steepness of stairs and ramps relies on precise slope calculations for safety.

II. Business and Budgeting Linear equations model relationships between two changing quantities.

  • Fixed vs. Variable Costs: A dressmaker might charge a fixed fee of 750 pesos (y-intercept) plus 100 pesos per seat cover (slope).

  • Travel: Taxi fares often involve a base rate plus a fee per mile, which is a classic system of linear equations.

  • Optimization: Systems of inequalities help businesses identify "feasible regions" for planning and budgeting to maximize resources.

III. Personal Transformation and Perseverance Solving complex systems requires more than just math skills; it requires personal character:

  • Perseverance: Mastering these methods requires a habit of hope and strength during challenging problems.

  • Friendship and Sportsmanship: Methods like substitution and elimination can be compared to sports—substituting a player or eliminating fouls to stay in the game.

  • Being Part of the Solution: Recognizing ourselves as part of a solution empowers us to overcome passive helplessness.


Page 5: Preparatory Quiz (15 Questions)

  1. Describe a system of linear equations in your own words.

  2. What is the standard form of a linear equation?

  3. If two lines have the same slope and different y-intercepts, what is the number of solutions?

  4. Calculate the slope between points (1, 2) and (4, 8).

  5. Find the 14th term of the arithmetic sequence: 3, 7, 11, 15...

  6. What is the slope of any horizontal line?

  7. In the formula y = mx + b, what does the letter "b" represent?

  8. True or False: A dependent system has exactly one solution pair.

  9. Write the intercept form of a line with x-intercept 2 and y-intercept 5.

  10. What algebraic method involves getting the LCM of coefficients to make them additive inverses?

  11. Find the 30th term for the sequence: 2, 5, 8...

  12. If a system results in a true equation like 7 = 7 during solving, what kind of system is it?

  13. Using Cramer's Rule, if D = 4 and Dx = 12, what is the value of x?

  14. What are the RESCA steps for organized problem-solving?

  15. Why is a vertical line's slope considered "undefined"?

Answer Key:

  1. Two or more equations considered simultaneously. | 2. Ax + By = C. | 3. No solution (Inconsistent). | 4. m = 2. | 5. 55. | 6. Zero. | 7. Y-intercept. | 8. False (it has infinitely many). | 9. x/2 + y/5 = 1. | 10. Elimination Method. | 11. 89. | 12. Consistent Dependent. | 13. x = 3. | 14. Representation, Equations, Solutions, Checking, Answer. | 15. Because the run (x2 - x1) is zero, and you cannot divide by zero.