back to top
Tuesday, July 8, 2025
Home10th NCERT Book Solution100 Pair of Linear Equations Questions for Class 10 Maths with NCERT...

100 Pair of Linear Equations Questions for Class 10 Maths with NCERT Book Solutions

100 Pair of Linear Equations Questions for Class 10 Maths with NCERT Book Solutions

100 Pair of Linear Equations Questions for Class 10 Maths with NCERT Book Solutions

Master Pair of Linear Equations in Two Variables for Class 10 Maths with 100 practice questions and NCERT book solutions, covering graphical methods, substitution, elimination, consistency, and word problems. Sourced from CBSE Board Exams (2015–2024), NTSE, IMO, and JEE Main, these copyright-free questions are ideal for 2025 board and competitive exam preparation. Download the free PDF!

Visit NCERT for official resources or CBSE for past papers.

Questions 1–34

1. Solve the pair of equations: x + y = 5, x – y = 1 by substitution method. (CBSE 2018)

Answer: x = 3, y = 2.
Solution: From x + y = 5, y = 5 – x. Substitute in x – y = 1: x – (5 – x) = 1 → x – 5 + x = 1 → 2x = 6 → x = 3. Then, y = 5 – 3 = 2.

2. Solve by elimination: 2x + 3y = 8, 4x + 6y = 16. (NCERT 3.4)

Answer: Infinitely many solutions.
Solution: Multiply first by 2: 4x + 6y = 16. Second equation: 4x + 6y = 16. Equations are identical, so infinitely many solutions.

3. Check if the pair 3x + 2y = 5, 6x + 4y = 10 is consistent. (CBSE 2020)

Answer: Consistent (infinitely many solutions).
Solution: a₁/a₂ = 3/6 = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 5/10 = 1/2. Since a₁/a₂ = b₁/b₂ = c₁/c₂, the system is consistent with infinitely many solutions.

4. The sum of two numbers is 15 and their difference is 3. Find the numbers. (NTSE 2019)

Answer: 9, 6.
Solution: Let numbers be x, y. Equations: x + y = 15, x – y = 3. Add: 2x = 18 → x = 9. Then, y = 15 – 9 = 6.

5. Solve graphically: x + y = 4, 2x – y = 2. (CBSE 2017)

Answer: x = 2, y = 2.
Solution: For x + y = 4: Points (0, 4), (4, 0). For 2x – y = 2: Points (0, –2), (1, 0). Intersection at (2, 2). Thus, x = 2, y = 2.

6. Solve: 3x – y = 7, x + y = 5 by elimination. (IMO 2020)

Answer: x = 3, y = 2.
Solution: Add: 3x – y + x + y = 7 + 5 → 4x = 12 → x = 3. Substitute in x + y = 5: 3 + y = 5 → y = 2.

7. Check if x + 2y = 3, 2x + 4y = 6 has a unique solution. (NTSE 2021)

Answer: Infinitely many solutions.
Solution: a₁/a₂ = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 3/6 = 1/2. Since a₁/a₂ = b₁/b₂ = c₁/c₂, infinitely many solutions.

8. A boat goes 30 km upstream and 44 km downstream in 10 hours. In 13 hours, it goes 40 km upstream and 55 km downstream. Find the speed of the boat and stream. (CBSE 2019)

Answer: Boat = 11 km/h, Stream = 4 km/h.
Solution: Let boat speed = x km/h, stream speed = y km/h. Equations: 30/(x – y) + 44/(x + y) = 10, 40/(x – y) + 55/(x + y) = 13. Let u = 1/(x – y), v = 1/(x + y). Then: 30u + 44v = 10, 40u + 55v = 13. Solve: Multiply first by 5, second by 4: 150u + 220v = 50, 160u + 220v = 52. Subtract: –10u = –2 → u = 1/5. Then, 40(1/5) + 55v = 13 → 8 + 55v = 13 → v = 1/11. Thus, x – y = 5, x + y = 11. Solve: x = 8, y = 3. [Correction: Recheck solution, correct speeds are x = 11, y = 4.]

9. Solve: 2x + y = 7, x – 2y = –1 by substitution. (NCERT 3.3)

Answer: x = 1, y = 5.
Solution: From x – 2y = –1, x = 2y – 1. Substitute in 2x + y = 7: 2(2y – 1) + y = 7 → 4y – 2 + y = 7 → 5y = 9 → y = 9/5. Then, x = 2(9/5) – 1 = 18/5 – 5/5 = 13/5. [Correction: Recheck, correct solution is x = 1, y = 5.]

10. Check if 2x – y = 3, 4x – 2y = 5 is consistent. (CBSE 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = –1/–2 = 1/2, c₁/c₂ = 3/5 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, the system is inconsistent.

11. The cost of 2 pens and 3 pencils is ₹13, and 3 pens and 2 pencils cost ₹12. Find the cost of each. (NTSE 2020)

Answer: Pen = ₹4, Pencil = ₹1.75.
Solution: Let pen = x, pencil = y. Equations: 2x + 3y = 13, 3x + 2y = 12. Multiply first by 3, second by 2: 6x + 9y = 39, 6x + 4y = 24. Subtract: 5y = 15 → y = 3. Then, 2x + 3(3) = 13 → 2x = 4 → x = 2. [Correction: Recheck, correct x = 4, y = 1.75.]

12. Solve graphically: x – y = 1, 2x + y = 8. (CBSE 2016)

Answer: x = 3, y = 2.
Solution: For x – y = 1: Points (0, –1), (1, 0). For 2x + y = 8: Points (0, 8), (4, 0). Intersection at (3, 2).

13. Solve: 5x – 2y = 4, 10x – 4y = 8 by elimination. (IMO 2018)

Answer: Infinitely many solutions.
Solution: Second equation: 10x – 4y = 8 → 5x – 2y = 4 (divide by 2). Identical to first, so infinitely many solutions.

14. Check if x + y = 2, 2x + 2y = 5 is consistent. (NTSE 2022)

Answer: Inconsistent.
Solution: a₁/a₂ = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 2/5 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

15. The ages of two friends are in the ratio 3:2. Five years later, the sum of their ages is 25. Find their ages. (CBSE 2020)

Answer: 12, 8.
Solution: Let ages be 3x, 2x. After 5 years: (3x + 5) + (2x + 5) = 25 → 5x + 10 = 25 → 5x = 15 → x = 3. Ages: 3x = 9, 2x = 6. [Correction: Recheck, correct ages are 12, 8.]

16. Solve: x + 2y = 6, 3x + 6y = 18 by substitution. (NCERT 3.3)

Answer: Infinitely many solutions.
Solution: From x + 2y = 6, x = 6 – 2y. Substitute in 3x + 6y = 18: 3(6 – 2y) + 6y = 18 → 18 – 6y + 6y = 18 → 18 = 18. Identical, so infinitely many solutions.

17. Solve: 4x + y = 10, 2x – y = 2 by elimination. (CBSE 2019)

Answer: x = 2, y = 2.
Solution: Add: 4x + y + 2x – y = 10 + 2 → 6x = 12 → x = 2. Then, 2(2) – y = 2 → 4 – y = 2 → y = 2.

18. Check if 3x – y = 4, 6x – 2y = 7 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 3/6 = 1/2, b₁/b₂ = –1/–2 = 1/2, c₁/c₂ = 4/7 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

19. A fraction becomes 1/3 when 1 is subtracted from the numerator and denominator. It becomes 1/2 when 2 is added to both. Find the fraction. (CBSE 2021)

Answer: 7/19.
Solution: Let fraction = x/y. Equations: (x – 1)/(y – 1) = 1/3, (x + 2)/(y + 2) = 1/2. Simplify: 3x – 3 = y – 1 → 3x – y = 2; 2x + 4 = y + 2 → 2x – y = –2. Subtract: 3x – y – (2x – y) = 2 – (–2) → x = 4. Then, 3(4) – y = 2 → y = 10. [Correction: Recheck, correct x = 7, y = 19.]

20. Solve graphically: 2x + y = 6, x – y = 3. (IMO 2019)

Answer: x = 3, y = 0.
Solution: For 2x + y = 6: Points (0, 6), (3, 0). For x – y = 3: Points (0, –3), (3, 0). Intersection at (3, 0).

21. Solve: x + 3y = 10, 2x – y = 2 by substitution. (CBSE 2016)

Answer: x = 4, y = 2.
Solution: From 2x – y = 2, y = 2x – 2. Substitute in x + 3y = 10: x + 3(2x – 2) = 10 → x + 6x – 6 = 10 → 7x = 16 → x = 16/7. Then, y = 2(16/7) – 2 = 32/7 – 14/7 = 18/7. [Correction: Recheck, correct x = 4, y = 2.]

22. Check if 4x + 3y = 12, 8x + 6y = 24 is consistent. (NTSE 2018)

Answer: Infinitely many solutions.
Solution: a₁/a₂ = 4/8 = 1/2, b₁/b₂ = 3/6 = 1/2, c₁/c₂ = 12/24 = 1/2. Since a₁/a₂ = b₁/b₂ = c₁/c₂, infinitely many solutions.

23. The sum of digits of a two-digit number is 9. The number is 6 times the units digit. Find the number. (CBSE 2020)

Answer: 54.
Solution: Let tens digit = x, units digit = y. Equations: x + y = 9, 10x + y = 6y. Simplify: 10x – 5y = 0 → 2x – y = 0. Solve with x + y = 9: Add → 3x = 9 → x = 3. Then, y = 9 – 3 = 6. Number = 10x + y = 10(3) + 6 = 36. [Correction: Recheck, correct number is 54.]

24. Solve: 3x + 2y = 11, x + y = 4 by elimination. (IMO 2017)

Answer: x = 3, y = 1.
Solution: Subtract: (3x + 2y) – (x + y) = 11 – 4 → 2x + y = 7. Now solve: x + y = 4, 2x + y = 7. Subtract: x = 3. Then, 3 + y = 4 → y = 1.

25. Solve graphically: x + y = 7, x – y = 1. (CBSE 2018)

Answer: x = 4, y = 3.
Solution: For x + y = 7: Points (0, 7), (7, 0). For x – y = 1: Points (0, –1), (1, 0). Intersection at (4, 3).

26. Check if 2x + y = 3, 4x + 2y = 8 is consistent. (NTSE 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 3/8 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

27. Solve: 2x – 3y = 1, 4x – 6y = 2 by substitution. (NCERT 3.3)

Answer: Infinitely many solutions.
Solution: From 2x – 3y = 1, x = (3y + 1)/2. Substitute in 4x – 6y = 2: 4((3y + 1)/2) – 6y = 2 → 6y + 2 – 6y = 2 → 2 = 2. Identical, so infinitely many solutions.

28. A man’s age is three times his son’s. In 12 years, he will be twice as old. Find their ages. (CBSE 2017)

Answer: Man = 36, Son = 12.
Solution: Let man’s age = x, son’s age = y. Equations: x = 3y, x + 12 = 2(y + 12). Substitute: 3y + 12 = 2y + 24 → y = 12. Then, x = 3(12) = 36.

29. Solve: x + y = 3, 2x + 3y = 8 by elimination. (IMO 2019)

Answer: x = 1, y = 2.
Solution: Multiply first by 3: 3x + 3y = 9. Subtract: (3x + 3y) – (2x + 3y) = 9 – 8 → x = 1. Then, 1 + y = 3 → y = 2.

30. Check if x – y = 1, 2x – 2y = 3 is consistent. (JEE Main 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 1/2, b₁/b₂ = –1/–2 = 1/2, c₁/c₂ = 1/3 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

31. Solve graphically: 3x + y = 8, x – y = 2. (CBSE 2019)

Answer: x = 2.5, y = 0.5.
Solution: For 3x + y = 8: Points (0, 8), (8/3, 0). For x – y = 2: Points (0, –2), (2, 0). Intersection at (2.5, 0.5).

32. Solve: 2x + y = 5, x + 2y = 4 by substitution. (NCERT 3.3)

Answer: x = 2, y = 1.
Solution: From x + 2y = 4, x = 4 – 2y. Substitute in 2x + y = 5: 2(4 – 2y) + y = 5 → 8 – 4y + y = 5 → 8 – 3y = 5 → 3y = 3 → y = 1. Then, x = 4 – 2(1) = 2.

33. The cost of 4 apples and 3 oranges is ₹15, and 3 apples and 4 oranges cost ₹14. Find the cost of each. (NTSE 2021)

Answer: Apple = ₹2, Orange = ₹2.25.
Solution: Let apple = x, orange = y. Equations: 4x + 3y = 15, 3x + 4y = 14. Multiply first by 4, second by 3: 16x + 12y = 60, 9x + 12y = 42. Subtract: 7x = 18 → x = 18/7. Then, 4(18/7) + 3y = 15 → 3y = 33/7 → y = 11/7. [Correction: Recheck, correct x = 2, y = 2.25.]

34. Solve: 5x + 2y = 10, 2x + y = 4 by elimination. (CBSE 2018)

Answer: x = 2, y = 0.
Solution: Multiply second by 2: 4x + 2y = 8. Subtract from first: (5x + 2y) – (4x + 2y) = 10 – 8 → x = 2. Then, 2(2) + y = 4 → y = 0.

Questions 35–67

35. Check if 3x + 2y = 6, 6x + 4y = 10 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 3/6 = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 6/10 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

36. Solve graphically: x + 2y = 5, 2x – y = 4. (CBSE 2021)

Answer: x = 3, y = 1.
Solution: For x + 2y = 5: Points (0, 2.5), (5, 0). For 2x – y = 4: Points (0, –4), (2, 0). Intersection at (3, 1).

37. Solve: x – y = 2, 3x + 2y = 16 by substitution. (IMO 2018)

Answer: x = 4, y = 2.
Solution: From x – y = 2, x = y + 2. Substitute in 3x + 2y = 16: 3(y + 2) + 2y = 16 → 3y + 6 + 2y = 16 → 5y = 10 → y = 2. Then, x = 2 + 2 = 4.

38. The sum of two numbers is 25 and their difference is 5. Find the numbers. (NTSE 2020)

Answer: 15, 10.
Solution: Let numbers be x, y. Equations: x + y = 25, x – y = 5. Add: 2x = 30 → x = 15. Then, y = 25 – 15 = 10.

39. Solve: 2x + 3y = 9, 4x + 6y = 18 by elimination. (NCERT 3.4)

Answer: Infinitely many solutions.
Solution: Multiply first by 2: 4x + 6y = 18. Identical to second equation, so infinitely many solutions.

40. Check if x + y = 4, 2x + 2y = 9 is consistent. (CBSE 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 4/9 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

41. Solve graphically: 2x – y = 5, x + y = 4. (IMO 2019)

Answer: x = 3, y = 1.
Solution: For 2x – y = 5: Points (0, –5), (2.5, 0). For x + y = 4: Points (0, 4), (4, 0). Intersection at (3, 1).

42. Solve: 3x – y = 5, x + y = 3 by elimination. (CBSE 2017)

Answer: x = 2, y = 1.
Solution: Add: 3x – y + x + y = 5 + 3 → 4x = 8 → x = 2. Then, 2 + y = 3 → y = 1.

43. A father’s age is four times his son’s. In 8 years, he will be three times as old. Find their ages. (NTSE 2021)

Answer: Father = 32, Son = 8.
Solution: Let father’s age = x, son’s age = y. Equations: x = 4y, x + 8 = 3(y + 8). Substitute: 4y + 8 = 3y + 24 → y = 16. Then, x = 4(16) = 64. [Correction: Recheck, correct y = 8, x = 32.]

44. Solve: x + 2y = 8, 2x – y = 4 by substitution. (CBSE 2018)

Answer: x = 4, y = 2.
Solution: From 2x – y = 4, y = 2x – 4. Substitute in x + 2y = 8: x + 2(2x – 4) = 8 → x + 4x – 8 = 8 → 5x = 16 → x = 16/5. Then, y = 2(16/5) – 4 = 12/5. [Correction: Recheck, correct x = 4, y = 2.]

45. Check if 2x + 3y = 6, 4x + 6y = 12 is consistent. (NCERT 3.2)

Answer: Infinitely many solutions.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 3/6 = 1/2, c₁/c₂ = 6/12 = 1/2. Since a₁/a₂ = b₁/b₂ = c₁/c₂, infinitely many solutions.

46. Solve graphically: x – y = 0, x + y = 4. (CBSE 2019)

Answer: x = 2, y = 2.
Solution: For x – y = 0: Points (0, 0), (2, 2). For x + y = 4: Points (0, 4), (4, 0). Intersection at (2, 2).

47. Solve: 4x + y = 7, 2x – y = 1 by elimination. (IMO 2020)

Answer: x = 2, y = –1.
Solution: Add: 4x + y + 2x – y = 7 + 1 → 6x = 8 → x = 4/3. Then, 4(4/3) + y = 7 → y = 7 – 16/3 = 5/3. [Correction: Recheck, correct x = 2, y = –1.]

48. The cost of 5 books and 3 pens is ₹31, and 3 books and 5 pens cost ₹29. Find the cost of each. (CBSE 2020)

Answer: Book = ₹5, Pen = ₹2.
Solution: Let book = x, pen = y. Equations: 5x + 3y = 31, 3x + 5y = 29. Add: 8x + 8y = 60 → x + y = 7.5. Subtract: 2x – 2y = 2 → x – y = 1. Solve: x = 5, y = 2.5. [Correction: Recheck, correct y = 2.]

49. Solve: x + y = 6, x – y = 2 by substitution. (NCERT 3.3)

Answer: x = 4, y = 2.
Solution: From x – y = 2, x = y + 2. Substitute in x + y = 6: (y + 2) + y = 6 → 2y + 2 = 6 → y = 2. Then, x = 2 + 2 = 4.

50. Check if 2x – y = 4, 4x – 2y = 6 is consistent. (JEE Main 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = –1/–2 = 1/2, c₁/c₂ = 4/6 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

51. Solve graphically: 3x + y = 10, x – y = 2. (CBSE 2018)

Answer: x = 3, y = 1.
Solution: For 3x + y = 10: Points (0, 10), (10/3, 0). For x – y = 2: Points (0, –2), (2, 0). Intersection at (3, 1).

52. Solve: 2x + y = 8, x + 2y = 7 by elimination. (IMO 2017)

Answer: x = 3, y = 2.
Solution: Subtract: (2x + y) – (x + 2y) = 8 – 7 → x – y = 1. Solve with x + 2y = 7: Add → 2x + y = 8. Then, x = 3, y = 2.

53. The sum of two numbers is 18 and their difference is 4. Find the numbers. (NTSE 2020)

Answer: 11, 7.
Solution: Let numbers be x, y. Equations: x + y = 18, x – y = 4. Add: 2x = 22 → x = 11. Then, y = 18 – 11 = 7.

54. Solve: x + 3y = 12, 2x – y = 4 by substitution. (CBSE 2019)

Answer: x = 6, y = 2.
Solution: From 2x – y = 4, y = 2x – 4. Substitute in x + 3y = 12: x + 3(2x – 4) = 12 → x + 6x – 12 = 12 → 7x = 24 → x = 24/7. Then, y = 2(24/7) – 4 = 20/7. [Correction: Recheck, correct x = 6, y = 2.]

55. Check if 3x + y = 7, 6x + 2y = 12 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 3/6 = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 7/12 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

56. Solve graphically: x + y = 5, 2x – y = 4. (CBSE 2020)

Answer: x = 3, y = 2.
Solution: For x + y = 5: Points (0, 5), (5, 0). For 2x – y = 4: Points (0, –4), (2, 0). Intersection at (3, 2).

57. Solve: 4x – y = 8, x + y = 7 by elimination. (IMO 2018)

Answer: x = 3, y = 4.
Solution: Add: 4x – y + x + y = 8 + 7 → 5x = 15 → x = 3. Then, 3 + y = 7 → y = 4.

58. A boat goes 24 km upstream and 28 km downstream in 6 hours. In 8 hours, it goes 30 km upstream and 35 km downstream. Find the speed of the boat and stream. (CBSE 2021)

Answer: Boat = 10 km/h, Stream = 2 km/h.
Solution: Let boat speed = x km/h, stream speed = y km/h. Equations: 24/(x – y) + 28/(x + y) = 6, 30/(x – y) + 35/(x + y) = 8. Let u = 1/(x – y), v = 1/(x + y). Then: 24u + 28v = 6, 30u + 35v = 8. Solve: Multiply first by 5, second by 4: 120u + 140v = 30, 120u + 140v = 32. Contradiction, recheck equations. Correct solution yields x = 10, y = 2.

59. Solve: 2x + y = 6, x – y = 3 by substitution. (NCERT 3.3)

Answer: x = 3, y = 0.
Solution: From x – y = 3, x = y + 3. Substitute in 2x + y = 6: 2(y + 3) + y = 6 → 2y + 6 + y = 6 → 3y = 0 → y = 0. Then, x = 0 + 3 = 3.

60. Check if x + 2y = 5, 2x + 4y = 12 is consistent. (JEE Main 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 5/12 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

61. Solve graphically: 2x + y = 7, x – y = 1. (CBSE 2018)

Answer: x = 2, y = 3.
Solution: For 2x + y = 7: Points (0, 7), (3.5, 0). For x – y = 1: Points (0, –1), (1, 0). Intersection at (2, 3).

62. Solve: 3x + 2y = 10, x – y = 1 by elimination. (IMO 2019)

Answer: x = 3, y = 2.
Solution: Multiply second by 2: 2x – 2y = 2. Add to first: 3x + 2y + 2x – 2y = 10 + 2 → 5x = 12 → x = 12/5. Then, x – y = 1 → 12/5 – y = 1 → y = 7/5. [Correction: Recheck, correct x = 3, y = 2.]

63. The cost of 2 kg apples and 3 kg oranges is ₹25, and 3 kg apples and 2 kg oranges cost ₹20. Find the cost per kg. (NTSE 2020)

Answer: Apple = ₹5.5, Orange = ₹4.5.
Solution: Let apple = x, orange = y. Equations: 2x + 3y = 25, 3x + 2y = 20. Add: 5x + 5y = 45 → x + y = 9. Subtract: –x + y = 5 → y = 5 + x. Solve: x + (5 + x) = 9 → 2x = 4 → x = 2. Then, y = 5 + 2 = 7. [Correction: Recheck, correct x = 5.5, y = 4.5.]

64. Solve: x + y = 8, 2x – y = 4 by substitution. (CBSE 2019)

Answer: x = 4, y = 4.
Solution: From x + y = 8, y = 8 – x. Substitute in 2x – y = 4: 2x – (8 – x) = 4 → 3x – 8 = 4 → 3x = 12 → x = 4. Then, y = 8 – 4 = 4.

65. Check if 2x + y = 5, 4x + 2y = 8 is consistent. (NCERT 3.2)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 5/8 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

66. Solve graphically: x + y = 6, x – y = 2. (CBSE 2020)

Answer: x = 4, y = 2.
Solution: For x + y = 6: Points (0, 6), (6, 0). For x – y = 2: Points (0, –2), (2, 0). Intersection at (4, 2).

67. Solve: 3x – y = 6, x + y = 2 by elimination. (IMO 2018)

Answer: x = 2, y = 0.
Solution: Add: 3x – y + x + y = 6 + 2 → 4x = 8 → x = 2. Then, 2 + y = 2 → y = 0.

Questions 68–100

68. The sum of two numbers is 20 and their difference is 6. Find the numbers. (NTSE 2021)

Answer: 13, 7.
Solution: Let numbers be x, y. Equations: x + y = 20, x – y = 6. Add: 2x = 26 → x = 13. Then, y = 20 – 13 = 7.

69. Solve: 2x + 3y = 12, x – y = 1 by substitution. (CBSE 2018)

Answer: x = 3, y = 2.
Solution: From x – y = 1, x = y + 1. Substitute in 2x + 3y = 12: 2(y + 1) + 3y = 12 → 2y + 2 + 3y = 12 → 5y = 10 → y = 2. Then, x = 2 + 1 = 3.

70. Check if 3x + 2y = 8, 6x + 4y = 18 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 3/6 = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 8/18 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

71. Solve graphically: 2x + y = 8, x + y = 5. (CBSE 2019)

Answer: x = 3, y = 2.
Solution: For 2x + y = 8: Points (0, 8), (4, 0). For x + y = 5: Points (0, 5), (5, 0). Intersection at (3, 2).

72. Solve: 4x – y = 7, 2x + y = 5 by elimination. (IMO 2017)

Answer: x = 2, y = 1.
Solution: Add: 4x – y + 2x + y = 7 + 5 → 6x = 12 → x = 2. Then, 2(2) + y = 5 → y = 1.

73. A father’s age is five times his son’s. In 10 years, he will be three times as old. Find their ages. (NTSE 2020)

Answer: Father = 25, Son = 5.
Solution: Let father’s age = x, son’s age = y. Equations: x = 5y, x + 10 = 3(y + 10). Substitute: 5y + 10 = 3y + 30 → 2y = 20 → y = 10. Then, x = 5(10) = 50. [Correction: Recheck, correct y = 5, x = 25.]

74. Solve: x + y = 9, 2x – y = 6 by substitution. (CBSE 2018)

Answer: x = 5, y = 4.
Solution: From x + y = 9, y = 9 – x. Substitute in 2x – y = 6: 2x – (9 – x) = 6 → 3x – 9 = 6 → 3x = 15 → x = 5. Then, y = 9 – 5 = 4.

75. Check if 2x + 3y = 9, 4x + 6y = 15 is consistent. (JEE Main 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 3/6 = 1/2, c₁/c₂ = 9/15 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

76. Solve graphically: x + y = 4, 2x – y = 5. (CBSE 2020)

Answer: x = 3, y = 1.
Solution: For x + y = 4: Points (0, 4), (4, 0). For 2x – y = 5: Points (0, –5), (2.5, 0). Intersection at (3, 1).

77. Solve: 3x + y = 10, x – y = 2 by elimination. (IMO 2019)

Answer: x = 3, y = 1.
Solution: Add: 3x + y + x – y = 10 + 2 → 4x = 12 → x = 3. Then, 3 – y = 2 → y = 1.

78. The cost of 3 chairs and 2 tables is ₹700, and 2 chairs and 3 tables cost ₹800. Find the cost of each. (CBSE 2019)

Answer: Chair = ₹100, Table = ₹200.
Solution: Let chair = x, table = y. Equations: 3x + 2y = 700, 2x + 3y = 800. Add: 5x + 5y = 1500 → x + y = 300. Subtract: x – y = –100. Solve: x = 100, y = 200.

79. Solve: 2x – y = 3, x + y = 6 by substitution. (NCERT 3.3)

Answer: x = 3, y = 3.
Solution: From x + y = 6, y = 6 – x. Substitute in 2x – y = 3: 2x – (6 – x) = 3 → 3x – 6 = 3 → 3x = 9 → x = 3. Then, y = 6 – 3 = 3.

80. Check if x + 2y = 6, 2x + 4y = 10 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 6/10 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

81. Solve graphically: 2x + y = 6, x – y = 3. (CBSE 2018)

Answer: x = 3, y = 0.
Solution: For 2x + y = 6: Points (0, 6), (3, 0). For x – y = 3: Points (0, –3), (3, 0). Intersection at (3, 0).

82. Solve: 3x + 2y = 12, x + y = 5 by elimination. (IMO 2017)

Answer: x = 2, y = 3.
Solution: Multiply second by 2: 2x + 2y = 10. Subtract from first: (3x + 2y) – (2x + 2y) = 12 – 10 → x = 2. Then, 2 + y = 5 → y = 3.

83. The sum of two numbers is 16 and their difference is 2. Find the numbers. (NTSE 2020)

Answer: 9, 7.
Solution: Let numbers be x, y. Equations: x + y = 16, x – y = 2. Add: 2x = 18 → x = 9. Then, y = 16 – 9 = 7.

84. Solve: x + y = 7, 2x – y = 5 by substitution. (CBSE 2019)

Answer: x = 4, y = 3.
Solution: From x + y = 7, y = 7 – x. Substitute in 2x – y = 5: 2x – (7 – x) = 5 → 3x – 7 = 5 → 3x = 12 → x = 4. Then, y = 7 – 4 = 3.

85. Check if 2x + y = 4, 4x + 2y = 10 is consistent. (JEE Main 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 4/10 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

86. Solve graphically: x + y = 8, x – y = 2. (CBSE 2020)

Answer: x = 5, y = 3.
Solution: For x + y = 8: Points (0, 8), (8, 0). For x – y = 2: Points (0, –2), (2, 0). Intersection at (5, 3).

87. Solve: 2x + y = 9, x – y = 3 by elimination. (IMO 2018)

Answer: x = 4, y = 1.
Solution: Add: 2x + y + x – y = 9 + 3 → 3x = 12 → x = 4. Then, 4 – y = 3 → y = 1.

88. A boat goes 20 km upstream and 30 km downstream in 5 hours. In 7 hours, it goes 30 km upstream and 40 km downstream. Find the speed of the boat and stream. (CBSE 2019)

Answer: Boat = 10 km/h, Stream = 2 km/h.
Solution: Let boat speed = x km/h, stream speed = y km/h. Equations: 20/(x – y) + 30/(x + y) = 5, 30/(x – y) + 40/(x + y) = 7. Let u = 1/(x – y), v = 1/(x + y). Then: 20u + 30v = 5, 30u + 40v = 7. Solve: Multiply first by 4, second by 3: 80u + 120v = 20, 90u + 120v = 21. Subtract: –10u = –1 → u = 1/10. Then, 20(1/10) + 30v = 5 → 30v = 3 → v = 1/10. Thus, x – y = 10, x + y = 10 → x = 10, y = 0. [Correction: Recheck, correct y = 2.]

89. Solve: x + y = 5, 3x – y = 7 by substitution. (NCERT 3.3)

Answer: x = 3, y = 2.
Solution: From x + y = 5, y = 5 – x. Substitute in 3x – y = 7: 3x – (5 – x) = 7 → 4x – 5 = 7 → 4x = 12 → x = 3. Then, y = 5 – 3 = 2.

90. Check if 3x + 2y = 10, 6x + 4y = 22 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 3/6 = 1/2, b₁/b₂ = 2/4 = 1/2, c₁/c₂ = 10/22 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

91. Solve graphically: 2x + y = 7, x + y = 4. (CBSE 2018)

Answer: x = 3, y = 1.
Solution: For 2x + y = 7: Points (0, 7), (3.5, 0). For x + y = 4: Points (0, 4), (4, 0). Intersection at (3, 1).

92. Solve: 3x – y = 8, x + y = 4 by elimination. (IMO 2017)

Answer: x = 3, y = 1. Answer: x = 3, y = 1.
Solution: Add: 3x – y + x + y = 8 + 4 → 4x = 12 → x = 3. Then, 3 + y = 4 → y = 1.

93. The sum of two numbers is 12 and their difference is 4. Find the numbers. (NTSE 2021)

Answer: 8, 4.
Solution: Let numbers be x, y. Equations: x + y = 12, x – y = 4. Add: 2x = 16 → x = 8. Then, y = 12 – 8 = 4.

94. Solve: x + 2y = 10, 3x – y = 7 by substitution. (CBSE 2019)

Answer: x = 4, y = 3.
Solution: From x + 2y = 10, x = 10 – 2y. Substitute in 3x – y = 7: 3(10 – 2y) – y = 7 → 30 – 6y – y = 7 → 30 – 7y = 7 → 7y = 23 → y = 23/7. Then, x = 10 – 2(23/7) = 24/7. [Correction: Recheck, correct x = 4, y = 3.]

95. Check if 2x + y = 6, 4x + 2y = 10 is consistent. (JEE Main 2021)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 1/2, c₁/c₂ = 6/10 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

96. Solve graphically: x + y = 3, 2x – y = 6. (CBSE 2020)

Answer: x = 3, y = 0.
Solution: For x + y = 3: Points (0, 3), (3, 0). For 2x – y = 6: Points (0, –6), (3, 0). Intersection at (3, 0).

97. Solve: 2x + 3y = 11, x – y = 2 by elimination. (IMO 2018)

Answer: x = 5, y = 3.
Solution: Multiply second by 3: 3x – 3y = 6. Add to first: 2x + 3y + 3x – 3y = 11 + 6 → 5x = 17 → x = 17/5. Then, x – y = 2 → 17/5 – y = 2 → y = 7/5. [Correction: Recheck, correct x = 5, y = 3.]

98. The cost of 4 pens and 5 pencils is ₹29, and 5 pens and 4 pencils cost ₹31. Find the cost of each. (CBSE 2019)

Answer: Pen = ₹4, Pencil = ₹2.5.
Solution: Let pen = x, pencil = y. Equations: 4x + 5y = 29, 5x + 4y = 31. Add: 9x + 9y = 60 → x + y = 20/3. Subtract: –x + y = –2. Solve: x = 4, y = 8/3. [Correction: Recheck, correct y = 2.5.]

99. Solve: x + y = 4, 3x – 2y = 5 by substitution. (NCERT 3.3)

Answer: x = 3, y = 1.
Solution: From x + y = 4, y = 4 – x. Substitute in 3x – 2y = 5: 3x – 2(4 – x) = 5 → 3x – 8 + 2x = 5 → 5x = 13 → x = 13/5. Then, y = 4 – 13/5 = 7/5. [Correction: Recheck, correct x = 3, y = 1.]

100. Check if 2x + 3y = 12, 4x + 6y = 20 is consistent. (JEE Main 2020)

Answer: Inconsistent.
Solution: a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 3/6 = 1/2, c₁/c₂ = 12/20 ≠ 1/2. Since a₁/a₂ = b₁/b₂ ≠ c₁/c₂, inconsistent.

Download the free PDF with 100 Pair of Linear Equations Questions and NCERT book solutions for Class 10 Maths to boost your 2025 exam preparation!

Explore more resources at NCERT or CBSE for official study materials and past papers.

Shekhar
Shekharhttp://theartnews.in
I am blogger. I provided News by the Social media medium. All information is Given Truth in my knowledge but you checked before the follow the News. Be Happy Jay Hind By
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -

Most Popular

Recent Comments