{"id":9103,"date":"2026-06-01T21:33:48","date_gmt":"2026-06-01T21:33:48","guid":{"rendered":"https:\/\/kapdec.com\/help\/?p=9103"},"modified":"2026-06-01T21:33:48","modified_gmt":"2026-06-01T21:33:48","slug":"solving-linear-equations-algebraic-method","status":"publish","type":"post","link":"https:\/\/kapdec.com\/help\/solving-linear-equations-algebraic-method\/","title":{"rendered":"Solving Linear Equations, Algebraic Method"},"content":{"rendered":"<h2><strong>Unit: <\/strong><strong>Algebra &#8211; 1<\/strong><\/h2>\n<h3><strong>Chapter: <\/strong><strong>Solving Linear Equations &ndash; Algebraic Methods<\/strong><\/h3>\n<p><em>Reference: &#8211; Introduction to Solving Linear Equations in Two Variables, Systems of Linear Equations, Substitution Method, Elimination Method, Cross Multiplication Method, Comparison Method, Consistent vs Inconsistent Systems, Dependent Systems, Solved Examples, Odd-One-Out Problems, Common Mistakes<\/em><\/p>\n<p><strong>After studying this chapter, you should be able to understand:<\/strong><\/p>\n<ul>\n<li><em>What is a System of Linear Equations in Two Variables<\/em><\/li>\n<li><em>Substitution Method<\/em><\/li>\n<li><em>Elimination Method<\/em><\/li>\n<li><em>Cross Multiplication Method<\/em><\/li>\n<li><em>Identifying Consistent, Inconsistent, and Dependent Systems<\/em><\/li>\n<\/ul>\n<p><strong>Introduction to Solving Linear Equations in Two Variables<\/strong><\/p>\n<p><strong><u>Definition<\/u><\/strong><\/p>\n<p>When we have two linear equations in two variables (usually x and y), we call it a&nbsp;system of linear equations. Solving the system means finding the ordered pair (x, y) that satisfies&nbsp;both&nbsp;equations simultaneously.<\/p>\n<p>In real life, we often need two equations to solve for two unknowns. For example, if you buy apples and oranges, knowing the total cost and the total number of items gives two equations.<\/p>\n<p>When we solve a system of linear equations, we essentially ask:<\/p>\n<p>&quot;What is the common point (x, y) that lies on both lines?&quot;<\/p>\n<p>Geometrically, the solution is the&nbsp;intersection point&nbsp;of the two lines.<\/p>\n<p><strong><u>Importance of Solving Systems<\/u><\/strong><\/p>\n<ul>\n<li>Solves real-world problems involving two unknowns (prices, speeds, mixtures, etc.)<\/li>\n<li>Foundation for higher algebra, linear programming, and optimization<\/li>\n<li>Used extensively in economics, engineering, physics, and computer science<\/li>\n<\/ul>\n<p><strong>Example<\/strong><\/p>\n<p><strong>System:<\/strong><br \/>\nx + y = 5<br \/>\nx &#8211; y = 1<\/p>\n<p><strong>Solution:<\/strong>&nbsp;Adding the two equations gives 2x = 6 &rarr; x = 3, then y = 2. So the solution is (3, 2), which satisfies both equations.<\/p>\n<p><strong><u>Subtopics<\/u><\/strong><\/p>\n<p><strong>1. System of Linear Equations &ndash; Types of Solutions<\/strong><\/p>\n<p>When we solve two linear equations in two variables, three possibilities exist:<\/p>\n<p><strong>Case 1 &ndash; Unique Solution (Consistent System):<\/strong><br \/>\nThe two lines intersect at exactly one point. There is one unique pair (x, y) that satisfies both equations.<br \/>\nExample: x + y = 5 and x &#8211; y = 1 &rarr; solution (3, 2)<\/p>\n<p><strong>Case 2 &ndash; No Solution (Inconsistent System):<\/strong><br \/>\nThe two lines are parallel and never intersect. There is no pair (x, y) that satisfies both equations.<br \/>\nExample: x + y = 5 and x + y = 7 (same left side, different right side)<\/p>\n<p><strong>Case 3 &ndash; Infinite Solutions (Dependent System):<\/strong><br \/>\nThe two lines coincide (are the same line). Every point on the line is a solution.<br \/>\nExample: x + y = 5 and 2x + 2y = 10 (second equation is just twice the first)<\/p>\n<p><strong>General Form for Checking:<\/strong>&nbsp;For equations a\u2081x + b\u2081y + c\u2081 = 0 and a\u2082x + b\u2082y + c\u2082 = 0<\/p>\n<ul>\n<li>Unique solution if a\u2081\/a\u2082 &ne; b\u2081\/b\u2082<\/li>\n<li>No solution if a\u2081\/a\u2082 = b\u2081\/b\u2082 &ne; c\u2081\/c\u2082<\/li>\n<li>Infinite solutions if a\u2081\/a\u2082 = b\u2081\/b\u2082 = c\u2081\/c\u2082<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><strong>Method 1: Substitution Method<\/strong><\/p>\n<p><strong><u>Definition<\/u><\/strong><\/p>\n<p>In the substitution method, we solve one equation for one variable in terms of the other, and then substitute that expression into the second equation.<\/p>\n<p><strong>Steps of Substitution Method:<\/strong><\/p>\n<ul>\n<li>Step 1: From one equation, express one variable (say y) in terms of the other variable (x).<\/li>\n<li>Step 2: Substitute this expression into the other equation.<\/li>\n<li>Step 3: Solve the resulting single-variable equation for x.<\/li>\n<li>Step 4: Substitute x back to find y.<\/li>\n<li>Step 5: Verify the solution in both original equations.<\/li>\n<\/ul>\n<p><strong>Example 1:<\/strong>&nbsp;Solve by substitution: x + y = 10 and 2x &#8211; y = 5<\/p>\n<p><strong>Solution:<\/strong><br \/>\nFrom the first equation: y = 10 &#8211; x<br \/>\nSubstitute into second equation: 2x &#8211; (10 &#8211; x) = 5<br \/>\nSimplify: 2x &#8211; 10 + x = 5 &rarr; 3x &#8211; 10 = 5 &rarr; 3x = 15 &rarr; x = 5<br \/>\nNow find y: y = 10 &#8211; 5 = 5<br \/>\nVerification: First: 5+5=10 \u2713; Second: 2(5)-5=10-5=5 \u2713<br \/>\n<strong>Answer:<\/strong>&nbsp;(5, 5)<\/p>\n<p><strong>Example 2:<\/strong>&nbsp;Solve by substitution: 3x + 2y = 12 and y = x + 1<\/p>\n<p><strong>Solution:<\/strong><br \/>\nSince y = x + 1 is already solved for y, substitute into first equation:<br \/>\n3x + 2(x + 1) = 12 &rarr; 3x + 2x + 2 = 12 &rarr; 5x + 2 = 12 &rarr; 5x = 10 &rarr; x = 2<br \/>\nNow find y: y = x + 1 = 2 + 1 = 3<br \/>\nVerification: First: 3(2)+2(3)=6+6=12 \u2713; Second: 3=2+1 \u2713<br \/>\n<strong>Answer:<\/strong>&nbsp;(2, 3)<\/p>\n<p><strong>Example 3:<\/strong>&nbsp;Solve by substitution: 2x + y = 7 and x &#8211; y = 2<\/p>\n<p><strong>Solution:<\/strong><br \/>\nFrom the second equation: x = y + 2<br \/>\nSubstitute into first: 2(y + 2) + y = 7 &rarr; 2y + 4 + y = 7 &rarr; 3y + 4 = 7 &rarr; 3y = 3 &rarr; y = 1<br \/>\nThen x = 1 + 2 = 3<br \/>\n<strong>Answer:<\/strong>&nbsp;(3, 1)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Method 2: Elimination Method<\/strong><\/p>\n<p><strong><u>Definition<\/u><\/strong><\/p>\n<p>In the elimination method, we add or subtract the two equations to eliminate one variable. Sometimes we need to multiply one or both equations by constants to make the coefficients of one variable opposites.<\/p>\n<p><strong>Steps of Elimination Method:<\/strong><\/p>\n<ul>\n<li>Step 1: Write both equations in standard form (ax + by = c).<\/li>\n<li>Step 2: Make the coefficients of one variable (say x) equal in magnitude (opposite signs for addition).<\/li>\n<li>Step 3: Add or subtract the equations to eliminate that variable.<\/li>\n<li>Step 4: Solve for the remaining variable.<\/li>\n<li>Step 5: Substitute back to find the other variable.<\/li>\n<li>Step 6: Verify the solution.<\/li>\n<\/ul>\n<p><strong>Example 1:<\/strong>&nbsp;Solve by elimination: x + y = 10 and x &#8211; y = 4<\/p>\n<p><strong>Solution:<\/strong><br \/>\nAdd the two equations: (x + y) + (x &#8211; y) = 10 + 4 &rarr; 2x = 14 &rarr; x = 7<br \/>\nSubstitute x = 7 into first equation: 7 + y = 10 &rarr; y = 3<br \/>\nVerification: Second: 7 &#8211; 3 = 4 \u2713<br \/>\n<strong>Answer:<\/strong>&nbsp;(7, 3)<\/p>\n<p><strong>Example 2:<\/strong>&nbsp;Solve by elimination: 2x + 3y = 13 and 4x &#8211; 3y = 11<\/p>\n<p><strong>Solution:<\/strong><br \/>\nNotice y coefficients are +3 and -3 (already opposites). Add the equations:<br \/>\n(2x + 3y) + (4x &#8211; 3y) = 13 + 11 &rarr; 6x = 24 &rarr; x = 4<br \/>\nSubstitute x = 4 into first equation: 2(4) + 3y = 13 &rarr; 8 + 3y = 13 &rarr; 3y = 5 &rarr; y = 5\/3<br \/>\n<strong>Answer:<\/strong>&nbsp;(4, 5\/3)<\/p>\n<p><strong>Example 3:<\/strong>&nbsp;Solve by elimination: 3x + 2y = 8 and 2x + 3y = 7<\/p>\n<p><strong>Solution:<\/strong><br \/>\nTo eliminate x, multiply first equation by 2 and second equation by 3:<br \/>\nFirst &times;2: 6x + 4y = 16<br \/>\nSecond &times;3: 6x + 9y = 21<br \/>\nSubtract second from first: (6x + 4y) &#8211; (6x + 9y) = 16 &#8211; 21 &rarr; -5y = -5 &rarr; y = 1<br \/>\nSubstitute y = 1 into first original: 3x + 2(1) = 8 &rarr; 3x + 2 = 8 &rarr; 3x = 6 &rarr; x = 2<br \/>\n<strong>Answer:<\/strong>&nbsp;(2, 1)<\/p>\n<p><strong>Example 4:<\/strong>&nbsp;Solve by elimination: 5x &#8211; 3y = 11 and 2x + 4y = 6<\/p>\n<p><strong>Solution:<\/strong><br \/>\nTo eliminate x, multiply first equation by 2 and second equation by 5:<br \/>\nFirst &times;2: 10x &#8211; 6y = 22<br \/>\nSecond &times;5: 10x + 20y = 30<br \/>\nSubtract: (10x &#8211; 6y) &#8211; (10x + 20y) = 22 &#8211; 30 &rarr; -26y = -8 &rarr; y = 8\/26 = 4\/13<br \/>\nSubstitute y = 4\/13 into second original: 2x + 4(4\/13) = 6 &rarr; 2x + 16\/13 = 6 &rarr; Multiply by 13: 26x + 16 = 78 &rarr; 26x = 62 &rarr; x = 62\/26 = 31\/13<br \/>\n<strong>Answer:<\/strong>&nbsp;(31\/13, 4\/13)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Method 3: Cross Multiplication Method<\/strong><\/p>\n<p><strong><u>Definition<\/u><\/strong><\/p>\n<p>The cross-multiplication method is a formula-based approach for solving systems of the form a\u2081x + b\u2081y + c\u2081 = 0 and a\u2082x + b\u2082y + c\u2082 = 0.<\/p>\n<p><strong>Formula:<\/strong><\/p>\n<p>x \/ (b\u2081c\u2082 &#8211; b\u2082c\u2081) = y \/ (c\u2081a\u2082 &#8211; c\u2082a\u2081) = 1 \/ (a\u2081b\u2082 &#8211; a\u2082b\u2081)<\/p>\n<p>From this, we get:<\/p>\n<p>x = (b\u2081c\u2082 &#8211; b\u2082c\u2081) \/ (a\u2081b\u2082 &#8211; a\u2082b\u2081)<\/p>\n<p>y = (c\u2081a\u2082 &#8211; c\u2082a\u2081) \/ (a\u2081b\u2082 &#8211; a\u2082b\u2081)<\/p>\n<p><strong>Note:<\/strong>&nbsp;This method is efficient when the coefficients are large or when rote memorization saves time.<\/p>\n<p><strong>Example:<\/strong>&nbsp;Solve using cross multiplication: 2x + 3y &#8211; 8 = 0 and 3x + 2y &#8211; 7 = 0<\/p>\n<p><strong>Solution:<\/strong><br \/>\nHere a\u2081=2, b\u2081=3, c\u2081=-8; a\u2082=3, b\u2082=2, c\u2082=-7<\/p>\n<p>First compute the denominator (a\u2081b\u2082 &#8211; a\u2082b\u2081) = (2&times;2 &#8211; 3&times;3) = 4 &#8211; 9 = -5<\/p>\n<p>Now find x: x = (b\u2081c\u2082 &#8211; b\u2082c\u2081) \/ (a\u2081b\u2082 &#8211; a\u2082b\u2081) = (3&times;(-7) &#8211; 2&times;(-8)) \/ (-5) = (-21 + 16) \/ (-5) = (-5)\/(-5) = 1<\/p>\n<p>Now find y: y = (c\u2081a\u2082 &#8211; c\u2082a\u2081) \/ (a\u2081b\u2082 &#8211; a\u2082b\u2081) = ((-8)&times;3 &#8211; (-7)&times;2) \/ (-5) = (-24 + 14) \/ (-5) = (-10)\/(-5) = 2<\/p>\n<p><strong>Answer:<\/strong>&nbsp;(1, 2)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Comparison of Methods<\/strong><\/p>\n<p><strong>Substitution Method:<\/strong>&nbsp;Best when one equation is already solved for a variable (like y = 2x + 3) or can be easily solved. Works well for all systems but can get messy with fractions.<\/p>\n<p><strong>Elimination Method:<\/strong>&nbsp;Best when coefficients line up nicely or can be easily matched. Very systematic and avoids fractions until the end. Often the fastest method for most problems.<\/p>\n<p><strong>Cross Multiplication Method:<\/strong>&nbsp;Best when you need a quick formula-based solution, especially for large coefficients. Less intuitive but very efficient once memorized.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Special Cases &ndash; Consistent, Inconsistent, Dependent<\/strong><\/p>\n<p><strong>Case 1 &ndash; Unique Solution (Consistent System):<\/strong><br \/>\nThe lines intersect at one point. The algebraic condition is a\u2081\/a\u2082 &ne; b\u2081\/b\u2082.<\/p>\n<p><strong>Example:<\/strong>&nbsp;2x + y = 5 and x &#8211; y = 1<br \/>\nHere 2\/1 &ne; 1\/(-1) &rarr; 2 &ne; -1 &rarr; Unique solution (2, 1)<\/p>\n<p><strong>Case 2 &ndash; No Solution (Inconsistent System):<\/strong><br \/>\nThe lines are parallel and distinct. Condition: a\u2081\/a\u2082 = b\u2081\/b\u2082 &ne; c\u2081\/c\u2082.<\/p>\n<p><strong>Example:<\/strong>&nbsp;x + y = 5 and x + y = 8<br \/>\nHere 1\/1 = 1\/1 &ne; 5\/8 &rarr; No solution<\/p>\n<p><strong>Case 3 &ndash; Infinite Solutions (Dependent System):<\/strong><br \/>\nThe lines are coincident (same line). Condition: a\u2081\/a\u2082 = b\u2081\/b\u2082 = c\u2081\/c\u2082.<\/p>\n<p><strong>Example:<\/strong>&nbsp;x + y = 5 and 2x + 2y = 10<br \/>\nHere 1\/2 = 1\/2 = 5\/10 &rarr; Infinite solutions<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Solved Examples<\/strong><\/p>\n<p><strong>Example 1 &ndash; Substitution Method:<\/strong>&nbsp;Solve 2x + 3y = 8 and x &#8211; y = -1<\/p>\n<p><strong>Solution:<\/strong>&nbsp;From second equation: x = y &#8211; 1<br \/>\nSubstitute into first: 2(y &#8211; 1) + 3y = 8 &rarr; 2y &#8211; 2 + 3y = 8 &rarr; 5y &#8211; 2 = 8 &rarr; 5y = 10 &rarr; y = 2<br \/>\nThen x = 2 &#8211; 1 = 1<br \/>\n<strong>Answer:<\/strong>&nbsp;(1, 2)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Example 2 &ndash; Elimination Method:<\/strong>&nbsp;Solve 4x &#8211; 5y = 3 and 3x + 2y = 8<\/p>\n<p><strong>Solution:<\/strong>&nbsp;Multiply first by 2 and second by 5 to eliminate y:<br \/>\nFirst &times;2: 8x &#8211; 10y = 6<br \/>\nSecond &times;5: 15x + 10y = 40<br \/>\nAdd: 23x = 46 &rarr; x = 2<br \/>\nSubstitute into second original: 3(2) + 2y = 8 &rarr; 6 + 2y = 8 &rarr; 2y = 2 &rarr; y = 1<br \/>\n<strong>Answer:<\/strong>&nbsp;(2, 1)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Example 3 &ndash; No Solution Case:<\/strong>&nbsp;Solve x + 2y = 5 and 2x + 4y = 12<\/p>\n<p><strong>Solution:<\/strong>&nbsp;Divide second equation by 2: x + 2y = 6<br \/>\nNow we have x + 2y = 5 and x + 2y = 6. These are contradictory.<br \/>\n<strong>Answer:<\/strong>&nbsp;No solution (Inconsistent system)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Example 4 &ndash; Infinite Solutions Case:<\/strong>&nbsp;Solve 3x &#8211; y = 4 and 6x &#8211; 2y = 8<\/p>\n<p><strong>Solution:<\/strong>&nbsp;Divide second equation by 2: 3x &#8211; y = 4, which is exactly the same as the first equation.<br \/>\n<strong>Answer:<\/strong>&nbsp;Infinite solutions (Dependent system)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Common Mistakes to Avoid<\/strong><\/p>\n<p><strong>Mistake 1 &ndash; Forgetting to multiply the entire equation<\/strong><br \/>\nWhen using elimination, if you multiply an equation by a number, multiply EVERY term, not just one.<br \/>\nCorrect approach: 2(x + y = 5) &rarr; 2x + 2y = 10 (both terms multiplied)<\/p>\n<p><strong>Mistake 2 &ndash; Making sign errors when subtracting equations<\/strong><br \/>\nWhen subtracting, be careful with negative signs.<br \/>\nCorrect approach: (2x + 3y) &#8211; (2x &#8211; y) = 2x + 3y &#8211; 2x + y = 4y (not 2y)<\/p>\n<p><strong>Mistake 3 &ndash; Substituting back into the same equation<\/strong><br \/>\nAfter finding x, substitute into the OTHER equation to verify or find y.<br \/>\nCorrect approach: Use an equation you haven&#39;t used yet for verification.<\/p>\n<p><strong>Mistake 4 &ndash; Mixing up the condition for no solution vs infinite solutions<\/strong><br \/>\nRemember: a\u2081\/a\u2082 = b\u2081\/b\u2082 &ne; c\u2081\/c\u2082 &rarr; no solution; a\u2081\/a\u2082 = b\u2081\/b\u2082 = c\u2081\/c\u2082 &rarr; infinite solutions.<br \/>\nCorrect approach: Check all three ratios carefully.<\/p>\n<p><strong>Mistake 5 &ndash; Giving only one value when there are infinite solutions<\/strong><br \/>\nFor dependent systems, the answer is &quot;infinite solutions&quot; or &quot;all points on the line,&quot; not a single pair.<br \/>\nCorrect approach: Recognize the condition and state appropriately.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Quick Reference Summary<\/strong><\/p>\n<p><strong>Substitution Method:<\/strong><br \/>\nSolve for one variable &rarr; substitute into other equation &rarr; solve &rarr; back-substitute<\/p>\n<p><strong>Elimination Method:<\/strong><br \/>\nMake coefficients opposites &rarr; add\/subtract to eliminate &rarr; solve &rarr; back-substitute<\/p>\n<p><strong>Cross Multiplication Method:<\/strong><br \/>\nUse formula x\/(b\u2081c\u2082 &#8211; b\u2082c\u2081) = y\/(c\u2081a\u2082 &#8211; c\u2082a\u2081) = 1\/(a\u2081b\u2082 &#8211; a\u2082b\u2081)<\/p>\n<p><strong>Types of Systems:<\/strong><br \/>\nUnique solution &rarr; a\u2081\/a\u2082 &ne; b\u2081\/b\u2082<br \/>\nNo solution &rarr; a\u2081\/a\u2082 = b\u2081\/b\u2082 &ne; c\u2081\/c\u2082<br \/>\nInfinite solutions &rarr; a\u2081\/a\u2082 = b\u2081\/b\u2082 = c\u2081\/c\u2082<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unit: Algebra &#8211; 1 Chapter: Solving Linear Equations &ndash; Algebraic Methods Reference: &#8211; Introduction to Solving Linear Equations in Two Variables, Systems of Linear Equations, Substitution Method, Elimination Method, Cross Multiplication Method, Comparison Method, Consistent vs Inconsistent Systems, Dependent Systems, Solved Examples, Odd-One-Out Problems, Common Mistakes After studying this chapter, you should be able to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[593],"tags":[],"class_list":["post-9103","post","type-post","status-publish","format-standard","hentry","category-grade-8"],"_links":{"self":[{"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/posts\/9103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/comments?post=9103"}],"version-history":[{"count":0,"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/posts\/9103\/revisions"}],"wp:attachment":[{"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/media?parent=9103"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/categories?post=9103"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kapdec.com\/help\/wp-json\/wp\/v2\/tags?post=9103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}