Linear Equations
A linear equation is an algebraic equation in which each term is either a constant or the product of a constant and a single variable. The graph of a linear equation is always a straight line.
Fundamental Principles
Linear Equation in One Variable
An equation of the form ax + b = 0, where a ≠ 0, with exactly one solution: x = -b/a.
Linear Equation in Two Variables
An equation of the form ax + by + c = 0, where a and b are not both zero. It has infinitely many solutions forming a straight line.
System of Linear Equations
A set of two or more linear equations with the same variables. The solution is the point (or points) that satisfies all equations simultaneously.
Essential Formulation Tips
- Isolate the variable by performing the same operation on both sides.
- For two-variable systems, use substitution when one variable is easily expressed in terms of the other.
- Use elimination when coefficients can be made equal by multiplication.
- Always verify your solution by substituting back into the original equation.
Shortcut Execution Techniques
- Cross-multiplication: a/b = c/d → ad = bc.
- For ax + b = cx + d, group x terms: (a-c)x = d-b.
- In word problems, assign the unknown to the quantity being asked.
- For simultaneous equations, multiply to make one coefficient equal before adding/subtracting.
Contextual Inquiries (FAQs)
Q: How many solutions does a linear equation in one variable have?
A: Exactly one solution (unless it simplifies to a contradiction like 0 = 1, giving no solution, or 0 = 0, giving infinitely many).
Q: What is the substitution method?
A: Solve one equation for one variable, then substitute that expression into the other equation.
Q: When do two lines have no solution?
A: When they are parallel — same slope but different y-intercepts.
Example Breakdown: Solving a Simple Linear Equation
Most basic linear equation type — appears in every aptitude exam.3x + 7 = 22
3x = 22 - 7 = 15
x = 15 / 3 = 5
Example Breakdown: Solving by Substitution
Substitution works best when one variable has a coefficient of 1.From equation 1: x = 10 - y
Substituting into equation 2: (10 - y) - y = 4
10 - 2y = 4 → 2y = 6 → y = 3
x = 10 - 3 = 7
Example Breakdown: Solving by Elimination
Elimination is faster when coefficients already match.Add both equations: 6x = 18 → x = 3
Substitute x = 3 into equation 1: 6 + 3y = 12
3y = 6 → y = 2
Linear Equations Practice Set 1
Basic level: solving one-variable linear equations.
Q1. Solve for x: 5x - 10 = 20.
Q2. If 2x + 3 = 11, what is x?
Q3. Solve: 7 - 3x = -8.
Q4. What is the value of x in x/4 = 9?
Q5. Solve: 4(x - 2) = 20.
Q6. If 3x/5 = 9, find x.
Q7. Solve: 2(3x + 1) = 14.
Q8. What value of x satisfies 5x + 2 = 3x + 10?
Q9. Solve: (x + 3)/2 = 7.
Q10. If 0.5x = 12.5, find x.