Systems of Equations & Problem-Solving Vocabulary

Study Philosophy and General Tips

  • "Begin with an end in mind": Always identify what the ultimate objective is, what variables need to be computed, or the specific question that needs answering, before commencing any calculations. This provides a clear roadmap for problem-solving.

  • Principle > Formula: Memorizing formulas is insufficient; true mastery comes from understanding the underlying principles and derivations. Strive to understand why a formula works and how it was derived, rather than just what it is. This enables you to adapt and solve novel problems. Derive formulas yourself whenever possible to deepen comprehension.

  • Create your own notes rather than relying solely on slides or handouts. The active process of synthesizing information, organizing it, and physically writing or typing it out significantly reinforces learning and retention. Personal notes are tailored to your understanding and highlight what you found most challenging or important.

  • Treat units with respect: "Take care of your units, or your units will take care of you." This adage emphasizes the critical importance of dimensional analysis. Always include units with every quantity and meticulously check that the left-hand and right-hand sides of every equation carry the same physical dimensions. Unit consistency is a powerful error-checking tool.

  • Mathematics is fundamentally about simplification; learn to strip complex problems to their core structure and identify the essential relationships before proceeding with intricate calculations. This often involves breaking down problems into smaller, manageable parts.

Critical-Thinking & Practice Resources

  • Practice daily; aim for at least one algebra problem a day. Consistent, incremental practice is far more effective than sporadic cramming for building proficiency and problem-solving intuition.

  • Recommended website: algebrahomework.com – This resource offers step-by-step solutions, which are invaluable for understanding the logic and precise execution required for various algebraic problems. Use these solutions not just to copy, but to learn the problem-solving process.

  • Alternative low-cost reviewers: Facebook sellers (typically around 99 PHP99\ \text{PHP}) or MSA reviewers can provide extensive practice problems. However, always apply the "Principle > Formula" guideline after reading; don't just memorize solutions.

  • Use online tools (e.g., OBS for screen recording) to record your problem-solving sessions. Reviewing these recordings allows you to critically analyze your own thought processes, identify common mistakes, recognize areas of confusion, and refine your approach.

Units & Dimensional Analysis

  • Matching units is non-negotiable and essential for obtaining physically meaningful results. For example, if a final cost is required in $ (USD) or PHP\$ \text{ (USD)} \text{ or PHP}, every term in the equation contributing to that cost must also be expressed in the same currency. Inconsistent units will lead to incorrect or nonsensical answers.

  • Converting improperly will yield numerically correct but physically meaningless answers. For instance, adding meters to seconds, while mathematically possible if the numbers are treated abstractly, has no physical interpretation. Always ensure quantities being added or subtracted have identical units, and that units multiply/divide correctly to yield the expected output units.

Degrees of Freedom (Statistics Refresher)

  • Definition: Degrees of freedom (d.f.\text{d.f.}) are defined as n1n-1, where nn is the total number of independent observations or values in a sample or system. This concept is crucial in statistics for determining the appropriate distribution (e.g., t-distribution, chi-squared distribution) to use for hypothesis testing or confidence interval estimation.

  • Intuition: The d.f.=n1\text{d.f.}=n-1 relationship arises because if you have nn numbers that must satisfy a specific constraint (e.g., sum to a fixed total or have a fixed mean), then n1n-1 of those numbers can be chosen freely. The value of the last (nthn^{\text{th}}) number is then automatically determined or "forced" by the constraint, thus reducing the number of independent choices by one.

  • Example 1: If n=3n=3 numbers (x<em>1,x</em>2,x<em>3x<em>1, x</em>2, x<em>3) must sum to 1010 (x</em>1+x<em>2+x</em>3=10x</em>1 + x<em>2 + x</em>3 = 10), and you are told that x<em>1=5x<em>1 = 5 and x</em>2=3x</em>2 = 3, then x3x_3 must necessarily be 22 (1053=210 - 5 - 3 = 2). Here, only two numbers (n1=2n-1=2) could be chosen freely; the third was dependent on the sum constraint. Hence, d.f.=2\text{d.f.}=2.

  • Example 2: For a set of five numbers summing to 1515, four of these numbers can be chosen arbitrarily. Once those four are selected, the value of the fifth number is uniquely determined to ensure the total sum equals 1515. So, d.f.=51=4\text{d.f.}=5-1=4.

Linear vs Non-Linear Equations

  • A linear equation in variables x<em>1,x</em>2,,xnx<em>1, x</em>2, \ldots, x_n is an equation where each term is either a constant or the product of a constant and a single variable raised to the power of 11. The total degree of any term involving variables must be 11.

  • Examples:

    • 3x+4y=73x + 4y = 7 → linear (each variable xx and yy has an implied exponent of 11; the total degree of each term is 11).

    • x<em>1+x</em>2+x3=6x<em>1 + x</em>2 + x_3 = -6 → linear (all variables are raised to the power of 11).

    • x2+2y2=9x^2 + 2y^2 = 9 → not linear (the presence of x2x^2 and y2y^2 means terms have a degree of 22).

    • x<em>1x</em>2+6x<em>3=6x<em>1x</em>2 + 6x<em>3 = -6 → not linear because of the product term x</em>1x2x</em>1x_2. The degree of this term is 1+1=21+1=2, making the equation non-linear.

Graphical Interpretation of a System

  • When considering a system of two linear equations in two variables (e.g., xx and yy) in the Cartesian coordinate plane (xyx-y plane), each linear equation represents a straight line.

  • The intersection point(s) of these lines geometrically represent the simultaneous solution(s) to the system. A point (x,y)(x,y) is a solution only if it lies on all lines in the system.

  • No intersection: If the lines are parallel and distinct (have the same slope but different y-intercepts), they will never intersect. This indicates an inconsistent system, meaning there is no solution that satisfies both equations simultaneously.

  • Infinite intersections: If the two equations represent the exact same line (i.e., one equation is a scalar multiple of the other), they will overlap at every point. This signifies a dependent system, where there are infinitely many solutions.

  • Single intersection: If the lines intersect at exactly one unique point, this indicates a unique solution to the system. This is the most common and generally desired outcome for many problem-solving scenarios.

Core Methods for Solving Two-Variable Systems

1. Substitution
  • Method: The substitution method involves solving one of the equations for one variable in terms of the other, and then substituting that expression into the second equation. This reduces the system to a single equation with one variable, which can then be solved.

  • Best when: This method is particularly efficient and straightforward when one of the variables in either equation already has a coefficient of 11 or 1-1, as this makes isolating that variable simple and avoids fractions.

2. Elimination (Addition/Subtraction)
  • Method: The elimination method (also known as the addition or subtraction method) involves manipulating both equations (by multiplying them by suitable constants) so that the coefficients of one of the variables become equal in magnitude and either the same or opposite in sign. Then, the equations are either added or subtracted to eliminate that variable, leaving a single equation with one variable.

  • Using the Least Common Multiple (LCM): To find the suitable constants for multiplication, determine the LCM of the absolute values of the coefficients of the variable you wish to eliminate. Multiplying each equation by a factor that transforms the coefficient to the LCM (or its negative) minimizes arithmetic complexity and helps avoid large numbers.

3. Method of Excess and Deficiency (Shortcut for Integer Word Problems)
  • Method: This intuitive method is particularly useful for certain integer-based word problems. It involves making a plausible guess for one of the quantities, calculating the resulting "excess" or "deficiency" when this guess is applied to the second condition of the problem, and then adjusting the initial guess proportionally to eliminate that excess or deficiency.

  • Useful when: This method shines when coefficients are small integers and it's known that an exact integer answer exists. It often provides a quicker mental path to the solution compared to more formal algebraic methods, especially under time constraints like competitive exams.

Worked Examples

Example 1 – Gas-Station Sales
  • Regular gasoline: $2.20\$2.20/gal, Premium gasoline: $3.00\$3.00/gal.

  • Total gallons sold: 280280, total revenue $680\$680.

  • Let xx = gallons of regular gasoline sold and yy = gallons of premium gasoline sold.

  • Equation 1 (quantity constraint): x+y=280x+y=280 (The total volume of gasoline sold is 280280 gallons).

  • Equation 2 (money constraint): 2.20x+3y=6802.20x+3y=680 (The sum of revenue from regular and premium gasoline equals the total revenue).

  • Solution using Substitution:

    • From Equation 1, express xx in terms of yy: x=280yx=280-y.

    • Substitute this expression for xx into Equation 2: 2.20(280y)+3y=6802.20(280-y)+3y=680.

    • Distribute 2.202.20: 6162.20y+3y=680616 - 2.20y + 3y = 680.

    • Combine like terms: 616+0.80y=680616 + 0.80y = 680.

    • Subtract 616616 from both sides: 0.80y=640.80y = 64.

    • Divide by 0.800.80: y=640.80=80y = \frac{64}{0.80} = 80 gallons (premium).

    • Substitute y=80y=80 back into x=280yx=280-y: x=28080=200x = 280 - 80 = 200 gallons (regular).

  • Check: Verify the solution with both original equations:

    • Quantity: 200 gallons+80 gallons=280 gallons200 \text{ gallons} + 80 \text{ gallons} = 280 \text{ gallons} ( Correct)

    • Revenue: $2.20(200)+$3.00(80)=$440+$240=$680\$2.20(200) + \$3.00(80) = \$440 + \$240 = \$680 ( Correct)

Example 2 – Simple Linear System

Equations:
{x+4y=7 2xy=5\begin{cases}x+4y=7 \ 2x-y=5\end{cases}

  • Solution using Substitution:

    • From the first equation, isolate xx: x=74yx=7-4y.

    • Substitute this expression for xx into the second equation: 2(74y)y=52(7-4y)-y=5.

    • Distribute the 22: 148yy=514-8y-y=5.

    • Combine like terms: 149y=514-9y=5.

    • Subtract 1414 from both sides: 9y=514=9-9y = 5-14 = -9.

    • Divide by 9-9: y=99=1y = \frac{-9}{-9} = 1.

    • Substitute y=1y=1 back into the expression for xx: x=74(1)=3x=7-4(1)=3.

  • Solution set: (x,y)=(3,1)(x,y)=(3,1), representing the single intersection point of these two lines.

Example 3 – Quadratic System (Elimination Using LCM)

Equations:
{2x23y2=6 3x2+2y2=35\begin{cases}2x^2-3y^2=6 \ 3x^2+2y^2=35\end{cases}

  • This is a non-linear system because of the squared terms. The elimination method can still be applied if the variables appear in the same form (e.g., x2x^2 and y2y^2).

  • The Least Common Multiple (LCM) of the coefficients of x2x^2 (which are 22 and 33) is 66. Alternatively, one could target y2y^2; the LCM of 33 and 22 is also 66. Let's eliminate x2x^2:

    • Multiply the first equation by 33: 3(2x23y2)=3(6)6x29y2=183(2x^2-3y^2)=3(6) \Rightarrow 6x^2-9y^2=18

    • Multiply the second equation by 22: 2(3x2+2y2)=2(35)6x2+4y2=702(3x^2+2y^2)=2(35) \Rightarrow 6x^2+4y^2=70

  • Subtract the first modified equation from the second modified equation to eliminate x2x^2:

    • (6x2+4y2)(6x29y2)=7018(6x^2+4y^2) - (6x^2-9y^2) = 70 - 18

    • 6x2+4y26x2+9y2=526x^2+4y^2-6x^2+9y^2 = 52

    • 13y2=5213y^2=52

    • y2=4y^2 = 4

    • Take the square root of both sides: y=±4y=±2y = \pm \sqrt{4} \Rightarrow y=\pm2.

  • Back-substitute the values of yy (both +2+2 and 2-2) into one of the original equations to find xx. Let's use 2x23y2=62x^2-3y^2=6:

    • For y=2y=2 (or y=2y=-2 since y2y^2 is used, the result for y2y^2 is the same):

      • 2x23(2)2=62x^2-3(2)^2=6

      • 2x23(4)=62x^2-3(4)=6

      • 2x212=62x^2-12=6

      • 2x2=182x^2=18

      • x2=9x^2=9

      • Take the square root of both sides: x=±9x=±3x=\pm \sqrt{9} \Rightarrow x=\pm3.

  • Solution set: Since yy can be +2+2 or 2-2, and for each of these, xx can be +3+3 or 3-3, there are four possible solutions:

    • (3,2)(3,2)

    • (3,2)(-3,2)

    • (3,2)(3,-2)

    • (3,2)(-3,-2)

    All four sign combinations are valid solutions respecting the original equations.

Example 4 – Pigs and Chickens (UPCAT 2018)
  • Let pp = number of pigs and cc = number of chickens.

  • Equation 1 (heads): Each animal has one head. Total heads = 2727

    • p+c=27p+c=27

  • Equation 2 (feet): Pigs have 44 feet, chickens have 22 feet. Total feet = 7878

    • 4p+2c=784p+2c=78

  • Solution using Elimination:

    • Notice that Equation 2 can be simplified by dividing all terms by 22:

      • 4p2+2c2=7822p+c=39\frac{4p}{2} + \frac{2c}{2} = \frac{78}{2} \Rightarrow 2p+c=39

    • Now we have a simpler system:
      {p+c=27 2p+c=39\begin{cases}p+c=27 \ 2p+c=39\end{cases}

    • Subtract Equation 1 from the simplified Equation 2 to eliminate cc:

      • (2p+c)(p+c)=3927(2p+c) - (p+c) = 39 - 27

      • 2p+cpc=122p+c-p-c = 12

      • p=12p=12 (number of pigs).

    • Substitute p=12p=12 back into Equation 1: 12+c=2712+c=27

    • c=2712=15c=27-12=15 (number of chickens).

  • Result: There are 1212 pigs and 1515 chickens.

Example 5 – Cinema Tickets (Method of Excess/Deficiency)
  • Let aa = number of adult tickets @ $11\$11 each, and kk = number of kids tickets @ $6\$6 each.

  • Total tickets sold: a+k=500a+k=500

  • Total sales revenue: 11a+6k=390011a+6k=3900

  • Solution using Substitution (as a standard approach):

    • From the first equation, a=500ka=500-k.

    • Substitute into the second equation: 11(500k)+6k=390011(500-k)+6k=3900

    • 550011k+6k=39005500-11k+6k=3900

    • 55005k=39005500-5k=3900

    • 5k=39005500-5k = 3900-5500

    • 5k=1600-5k = -1600

    • k=16005=320k = \frac{-1600}{-5} = 320 (kids tickets).

    • Therefore, a=500320=180a=500-320=180 (adult tickets).

  • Quick mental check (Method of Excess & Deficiency intuition):

    • Scenario: Imagine if all 500 tickets sold were kid tickets (the lower price). Revenue would be 500×$6=$3000500 \times \$6 = \$3000.

    • Deficiency: The actual revenue is $3900\$3900, so there's a deficiency of $3900$3000=$900\$3900 - \$3000 = \$900.

    • Revenue difference per ticket: Each time a kid ticket is replaced by an adult ticket, the revenue increases by $11$6=$5\$11 - \$6 = \$5.

    • Number of adult tickets: To make up the $900\$900 deficiency, we need to replace $900$5/ticket=180\frac{\$900}{\$5/\text{ticket}} = 180 kid tickets with adult tickets. So, a=180a=180.

    • Number of kid tickets: k=500180=320k = 500 - 180 = 320.

    • This method provides a very quick way to verify the result or even solve directly for integer problems.

Example 6 – Cashier’s Bills
  • Let xx = number of $10\$10 bills and yy = number of $5\$5 bills.

  • Total bills: x+y=76x+y=76

  • Total amount: 10x+5y=58010x+5y=580

  • Solution using Substitution:

    • From the first equation, x=76yx=76-y.

    • Substitute into the second equation: 10(76y)+5y=58010(76-y)+5y=580

    • 76010y+5y=580760-10y+5y=580

    • 7605y=580760-5y=580

    • 5y=580760-5y = 580-760

    • 5y=180-5y = -180

    • y=1805=36y = \frac{-180}{-5} = 36 (number of $5\$5 bills).

    • Substitute y=36y=36 back into x=76yx=76-y: x=7636=40x=76-36=40 (number of $10\$10 bills).

  • Answer: The cashier has 4040 ten-dollar bills and 3636 five-dollar bills.

Summary of Problem-Solving Workflow

  1. Read the problem twice: The first read provides a general understanding. The second, more detailed read, allows you to identify key information, conditions, and explicit questions. Underline precisely what is asked to ensure your final answer directly addresses the prompt.

  2. Assign clear variables: Define your variables logically and explicitly (e.g., "Let xx = time in hours," "Let yy = speed in mph"). Keep units associated with your variables to aid in dimensional analysis.

  3. Formulate the minimum number of independent equations: For every unknown quantity you introduce, you generally need at least one independent equation relating it to other knowns or unknowns. The number of independent equations should typically equal the number of unknowns to ensure a unique solution.

  4. Simplify coefficients: Before solving, simplify equations by dividing all terms by common factors or clearing decimals/fractions. This makes subsequent calculations easier and reduces the chance of arithmetic errors.

  5. Choose an appropriate method: Select the most efficient solving method based on the structure of your equations (substitution, elimination, graphical, numerical, or excess/deficiency). Consider the form of coefficients and the type of problem.

  6. Solve, then back-substitute to verify: Execute your chosen method to find primary solutions. Then, critically important, substitute these solutions back into all of your original, untransformed equations. This full verification catches errors and ensures the solution is valid for the entire system.

  7. Interpret the solution in context: Once you have numerical results, ensure they make sense in the real-world context of the problem. Reject any extraneous solutions (e.g., negative time, fractional people) or non-physical answers that might arise from algebraic manipulations but are not logically sound for the problem scenario.

Ethical & Practical Implications

  • Honest computation: Always maintain clear records of your work, whether by writing out steps meticulously or recording sessions (e.g., via OBS). This transparency is crucial, not just for others to follow your logic, but also for yourself to trace mistakes, identify logical flaws, and learn from them.

  • Avoid blind memorization: The goal is not just to pass exams but to build a robust understanding. Strive for deep comprehension of principles and methods rather than rote memorization of steps or formulas. This intellectual flexibility is what enables you to adapt to unfamiliar exam problems and real-world challenges.

  • Regular incremental practice: Consistent engagement with problem-solving cultivates critical-thinking skills. These skills are not only essential for academic success in fields like engineering but are also invaluable for effective daily decision-making, logical reasoning, and complex problem-solving in any profession.

Quick Reference Equations & Numbers

  • Degrees of freedom: d.f.=n1\text{d.f.}=n-1. Used in statistics to determine the number of values in a data set that are free to vary.

  • Sum of an arithmetic series: Sn=n2(a1+an)Sn=\frac{n}{2}\underline{}(a_1+a_{n})

    Where:

    • SnSn ​ is the sum of the first n terms

    • nn is the number of terms

    • a1a_1 is the first term

    • ana_{n} ​ is the last (or nth) term

  • Slope-intercept form of a linear equation: y=mx+by=mx+b, where mm is the slope of the line and bb is the y-intercept (the point where the line crosses the y-axis, i.e., (0,b)(0,b)).

  • Revenue model: Revenue=(unit price)×(quantity)\text{Revenue}=\sum (\text{unit price}) \times (\text{quantity}). This fundamental economic equation calculates total income from sales by summing the products of individual item prices and their respective quantities sold.

Happy solving – remember: formulate first, calculate second, always verify last.