These solutions are based on the Telangana State Class X Mathematics textbook, focusing on pairs of linear equations in two variables. Mathematical expressions are rendered using MathJax.
1. By comparing the ratios \( \frac{a_1}{a_2}, \frac{b_1}{b_2}, \frac{c_1}{c_2} \), state whether the lines represented by the following pairs of linear equations intersect at a point, are parallel, or are coincident.
(a) \( 5x – 4y + 8 = 0 \), \( 7x – 6y – 9 = 0 \)
Rewrite in standard form \( a_1 x + b_1 y + c_1 = 0 \), \( a_2 x + b_2 y + c_2 = 0 \):
Equation 1: \( 5x – 4y + 8 = 0 \), so \( a_1 = 5 \), \( b_1 = -4 \), \( c_1 = 8 \).
Equation 2: \( 7x – 6y – 9 = 0 \), so \( a_2 = 7 \), \( b_2 = -6 \), \( c_2 = -9 \).
Compute ratios: \( \frac{a_1}{a_2} = \frac{5}{7} \), \( \frac{b_1}{b_2} = \frac{-4}{-6} = \frac{2}{3} \), \( \frac{c_1}{c_2} = \frac{8}{-9} \).
Since \( \frac{a_1}{a_2} \neq \frac{b_1}{b_2} \), the lines intersect at a point (unique solution).
Conclusion: The lines intersect at a point.
(b) \( 9x + 3y + 12 = 0 \), \( 18x + 6y + 24 = 0 \)
Equation 1: \( 9x + 3y + 12 = 0 \), so \( a_1 = 9 \), \( b_1 = 3 \), \( c_1 = 12 \).
Equation 2: \( 18x + 6y + 24 = 0 \), so \( a_2 = 18 \), \( b_2 = 6 \), \( c_2 = 24 \).
Compute ratios: \( \frac{a_1}{a_2} = \frac{9}{18} = \frac{1}{2} \), \( \frac{b_1}{b_2} = \frac{3}{6} = \frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{12}{24} = \frac{1}{2} \).
Since \( \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} \), the lines are coincident (infinite solutions).
Conclusion: The lines are coincident.
(c) \( 6x – 3y + 10 = 0 \), \( 2x – y + 9 = 0 \)
Equation 1: \( 6x – 3y + 10 = 0 \), so \( a_1 = 6 \), \( b_1 = -3 \), \( c_1 = 10 \).
Equation 2: \( 2x – y + 9 = 0 \), so \( a_2 = 2 \), \( b_2 = -1 \), \( c_2 = 9 \).
Compute ratios: \( \frac{a_1}{a_2} = \frac{6}{2} = 3 \), \( \frac{b_1}{b_2} = \frac{-3}{-1} = 3 \), \( \frac{c_1}{c_2} = \frac{10}{9} \).
Since \( \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} \), the lines are parallel (no solution).
Conclusion: The lines are parallel.
2. Check whether the following equations are consistent or inconsistent. Solve them graphically.
For graphical solution, plot each pair of equations as lines on a graph. Consistency is determined by whether they intersect (consistent, unique solution), are coincident (consistent, infinite solutions), or are parallel (inconsistent, no solution). Here, I’ll solve algebraically to determine consistency, then describe the graphical approach.
(a) \( 3x + 2y = 5 \), \( 2x – 3y = 7 \)
Rewrite: \( 3x + 2y – 5 = 0 \), \( 2x – 3y – 7 = 0 \).
Check ratios: \( a_1 = 3 \), \( b_1 = 2 \), \( c_1 = -5 \); \( a_2 = 2 \), \( b_2 = -3 \), \( c_2 = -7 \).
\( \frac{a_1}{a_2} = \frac{3}{2} \), \( \frac{b_1}{b_2} = \frac{2}{-3} \), \( \frac{c_1}{c_2} = \frac{-5}{-7} = \frac{5}{7} \).
Since \( \frac{a_1}{a_2} \neq \frac{b_1}{b_2} \), the equations are consistent (intersect at a point).
Solve algebraically: Multiply first by 3 and second by 2 to make \( y \)-coefficients opposites.
\( 9x + 6y = 15 \), \( 4x – 6y = 14 \).
Add: \( 13x = 29 \implies x = \frac{29}{13} \).
Substitute into \( 3x + 2y = 5 \): \( 3 \left(\frac{29}{13}\right) + 2y = 5 \implies \frac{87}{13} + 2y = 5 \implies 2y = 5 – \frac{87}{13} = \frac{65 – 87}{13} = -\frac{22}{13} \implies y = -\frac{11}{13} \).
Solution: \( (x, y) = \left(\frac{29}{13}, -\frac{11}{13}\right) \).
Graphically: For \( 3x + 2y = 5 \), points are \( (0, 2.5) \), \( (1, 1) \). For \( 2x – 3y = 7 \), points are \( (0, -\frac{7}{3}) \), \( (1, -1.67) \). The lines intersect at \( \left(\frac{29}{13}, -\frac{11}{13}\right) \), confirming consistency.
Conclusion: Consistent, Solution: \( \left(\frac{29}{13}, -\frac{11}{13}\right) \)
(b) \( 2x – 3y = 8 \), \( 4x – 6y = 9 \)
Rewrite: \( 2x – 3y – 8 = 0 \), \( 4x – 6y – 9 = 0 \).
Check ratios: \( a_1 = 2 \), \( b_1 = -3 \), \( c_1 = -8 \); \( a_2 = 4 \), \( b_2 = -6 \), \( c_2 = -9 \).
\( \frac{a_1}{a_2} = \frac{2}{4} = \frac{1}{2} \), \( \frac{b_1}{b_2} = \frac{-3}{-6} = \frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{-8}{-9} = \frac{8}{9} \).
Since \( \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} \), the equations are inconsistent (parallel lines).
Graphically: For \( 2x – 3y = 8 \), points are \( (0, -\frac{8}{3}) \), \( (1, -2) \). For \( 4x – 6y = 9 \), points are \( (0, -\frac{3}{2}) \), \( (1, -\frac{5}{6}) \). The lines are parallel, confirming inconsistency.
Conclusion: Inconsistent
(c) \( \frac{3}{2}x – \frac{5}{3}y = 7 \), \( 9x – 10y = 12 \)
Clear fractions in the first equation: \( 3x – \frac{5}{3}y = 7 \implies 9x – 5y = 21 \).
Second equation: \( 9x – 10y = 12 \).
Check ratios: \( a_1 = 9 \), \( b_1 = -5 \), \( c_1 = -21 \); \( a_2 = 9 \), \( b_2 = -10 \), \( c_2 = -12 \).
\( \frac{a_1}{a_2} = \frac{9}{9} = 1 \), \( \frac{b_1}{b_2} = \frac{-5}{-10} = \frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{-21}{-12} = \frac{7}{4} \).
Since \( \frac{a_1}{a_2} \neq \frac{b_1}{b_2} \), the equations are consistent.
Solve: Subtract the second from the first: \( (9x – 5y) – (9x – 10y) = 21 – 12 \implies 5y = 9 \implies y = \frac{9}{5} \).
Substitute into \( 9x – 10y = 12 \): \( 9x – 10 \left(\frac{9}{5}\right) = 12 \implies 9x – 18 = 12 \implies 9x = 30 \implies x = \frac{10}{3} \).
Graphically: For \( 9x – 5y = 21 \), points are \( (0, -\frac{21}{5}) \), \( (1, -\frac{12}{5}) \). For \( 9x – 10y = 12 \), points are \( (0, -\frac{6}{5}) \), \( (1, -\frac{3}{10}) \). Intersect at \( \left(\frac{10}{3}, \frac{9}{5}\right) \).
Conclusion: Consistent, Solution: \( \left(\frac{10}{3}, \frac{9}{5}\right) \)
(d) \( 5x – 3y = 11 \), \( -10x + 6y = -22 \)
Check ratios: \( a_1 = 5 \), \( b_1 = -3 \), \( c_1 = -11 \); \( a_2 = -10 \), \( b_2 = 6 \), \( c_2 = 22 \).
\( \frac{a_1}{a_2} = \frac{5}{-10} = -\frac{1}{2} \), \( \frac{b_1}{b_2} = \frac{-3}{6} = -\frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{-11}{22} = -\frac{1}{2} \).
Since \( \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} \), the equations are coincident (consistent, infinite solutions).
Graphically: For \( 5x – 3y = 11 \), points are \( (0, -\frac{11}{3}) \), \( (1, -2) \). The second equation is a multiple (\( -2 \times \text{first} \)), so the lines coincide.
Conclusion: Consistent (coincident)
(e) \( \frac{4}{3}x + 2y = 8 \), \( 2x + 3y = 12 \)
Clear fraction: \( \frac{4}{3}x + 2y = 8 \implies 4x + 6y = 24 \).
Second equation: \( 2x + 3y = 12 \).
Check ratios: \( a_1 = 4 \), \( b_1 = 6 \), \( c_1 = -24 \); \( a_2 = 2 \), \( b_2 = 3 \), \( c_2 = -12 \).
\( \frac{a_1}{a_2} = \frac{4}{2} = 2 \), \( \frac{b_1}{b_2} = \frac{6}{3} = 2 \), \( \frac{c_1}{c_2} = \frac{-24}{-12} = 2 \). Coincident, but solve to confirm.
Solve: Multiply second by 2: \( 4x + 6y = 24 \), which is the first equation. Thus, coincident.
Graphically: For \( 2x + 3y = 12 \), points are \( (0, 4) \), \( (6, 0) \). The first equation plots the same line, confirming infinite solutions.
Conclusion: Consistent (coincident)
(f) \( x + y = 5 \), \( 2x + 2y = 10 \)
Check ratios: \( a_1 = 1 \), \( b_1 = 1 \), \( c_1 = -5 \); \( a_2 = 2 \), \( b_2 = 2 \), \( c_2 = -10 \).
\( \frac{a_1}{a_2} = \frac{1}{2} \), \( \frac{b_1}{b_2} = \frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{-5}{-10} = \frac{1}{2} \). Coincident.
Graphically: For \( x + y = 5 \), points are \( (0, 5) \), \( (5, 0) \). The second equation is the same line, confirming infinite solutions.
Conclusion: Consistent (coincident)
(g) \( x – y = 8 \), \( 3x – 3y = 16 \)
Check ratios: \( a_1 = 1 \), \( b_1 = -1 \), \( c_1 = -8 \); \( a_2 = 3 \), \( b_2 = -3 \), \( c_2 = -16 \).
\( \frac{a_1}{a_2} = \frac{1}{3} \), \( \frac{b_1}{b_2} = \frac{-1}{-3} = \frac{1}{3} \), \( \frac{c_1}{c_2} = \frac{-8}{-16} = \frac{1}{2} \). Parallel, inconsistent.
Graphically: For \( x – y = 8 \), points are \( (0, -8) \), \( (8, 0) \). For \( 3x – 3y = 16 \), points are \( (0, -\frac{16}{3}) \), \( (\frac{16}{3}, 0) \). Parallel lines.
Conclusion: Inconsistent
(h) \( 2x + y – 6 = 0 \), \( 4x + 2y – 4 = 0 \)
Check ratios: \( a_1 = 2 \), \( b_1 = 1 \), \( c_1 = -6 \); \( a_2 = 4 \), \( b_2 = 2 \), \( c_2 = -4 \).
\( \frac{a_1}{a_2} = \frac{2}{4} = \frac{1}{2} \), \( \frac{b_1}{b_2} = \frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{-6}{-4} = \frac{3}{2} \). Parallel, inconsistent.
Graphically: For \( 2x + y = 6 \), points are \( (0, 6) \), \( (3, 0) \). For \( 4x + 2y = 4 \), points are \( (0, 2) \), \( (1, 0) \). Parallel lines.
Conclusion: Inconsistent
(i) \( 2x – 2y – 2 = 0 \), \( 4x – 4y – 5 = 0 \)
Check ratios: \( a_1 = 2 \), \( b_1 = -2 \), \( c_1 = -2 \); \( a_2 = 4 \), \( b_2 = -4 \), \( c_2 = -5 \).
\( \frac{a_1}{a_2} = \frac{1}{2} \), \( \frac{b_1}{b_2} = \frac{1}{2} \), \( \frac{c_1}{c_2} = \frac{-2}{-5} = \frac{2}{5} \). Parallel, inconsistent.
Graphically: For \( x – y = 1 \), points are \( (0, -1) \), \( (1, 0) \). For \( 4x – 4y = 5 \), points are \( (0, -\frac{5}{4}) \), \( (1, -\frac{1}{4}) \). Parallel lines.
Conclusion: Inconsistent