← Back to all lessons
Class 10Algebra8:43Published 3 Oct 2024

Quadratic Equations: Statement Questions (Part 1)

Three worked word problems on quadratic equations: consecutive odd integers, a marks problem, and the sides of a rectangular field, each set up and solved by factorisation.

This lesson turns three real word problems into quadratic equations and solves them step by step. You will see how to name the unknown, translate the conditions into an equation, simplify it into standard form, and factorise to find the answer. Each problem ends by checking which root is valid and stating the result in plain terms.

What you'll learn

  • Turning a word problem into a quadratic equation by naming the unknown
  • Simplifying an equation into standard form before solving
  • Solving by factorisation and rejecting roots that do not fit the problem
  • Using the Pythagoras relation to set up a quadratic for a rectangle's sides

Lesson chapters

0:00Consecutive odd integers with squares summing to 290
2:07Shyam's marks in maths and English
4:58Sides of a rectangular field using Pythagoras
8:00Final answer: length and breadth

Lesson notes

This lesson works through three statement (word) problems that lead to quadratic equations. For each one we name the unknown, build the equation, reduce it to standard form, and solve by factorisation, keeping only the root that makes sense.

Two consecutive odd positive integers

Find two consecutive odd positive integers the sum of whose squares is 290290.

Let the first odd integer be xx, so the next odd integer is x+2x + 2. The condition gives:

x2+(x+2)2=290x^2 + (x + 2)^2 = 290

Expanding (x+2)2=x2+4x+4(x+2)^2 = x^2 + 4x + 4:

2x2+4x+4=2902x^2 + 4x + 4 = 290

2x2+4x286=02x^2 + 4x - 286 = 0

Divide both sides by 22:

x2+2x143=0x^2 + 2x - 143 = 0

The product is 143-143 and the sum is 22, which splits as +13+13 and 11-11:

(x+13)(x11)=0(x + 13)(x - 11) = 0

So x=13x = -13 or x=11x = 11. Since xx must be a positive integer, x=11x = 11. The next odd integer is 11+2=1311 + 2 = 13.

The numbers are 1111 and 1313. Check: 112+132=121+169=29011^2 + 13^2 = 121 + 169 = 290.

Shyam's marks in mathematics and English

The sum of Shyam's marks in mathematics and English is 3030. If he had got 22 marks more in mathematics and 33 marks less in English, the product of the marks would have been 210210. Find his marks.

Let his mark in mathematics be xx. Then his mark in English is 30x30 - x.

New marks. Two more in mathematics gives x+2x + 2. Three less in English gives (30x)3=27x(30 - x) - 3 = 27 - x.

The product condition:

(x+2)(27x)=210(x + 2)(27 - x) = 210

Expanding:

27xx2+542x=21027x - x^2 + 54 - 2x = 210

x2+25x+54=210-x^2 + 25x + 54 = 210

Multiply through by 1-1 and bring everything to one side:

x225x+156=0x^2 - 25x + 156 = 0

The product is 156156 and the sum is 2525, splitting as 1313 and 1212:

(x13)(x12)=0(x - 13)(x - 12) = 0

So x=13x = 13 or x=12x = 12.

If x=13x = 13

Mathematics =13= 13, English =3013=17= 30 - 13 = 17.

If x=12x = 12

Mathematics =12= 12, English =3012=18= 30 - 12 = 18.

Both pairs are valid. Check x=13x = 13: (15)(14)=210(15)(14) = 210.

Sides of a rectangular field

The diagonal of a rectangular field is 6060 m more than the shorter side. The longer side is 3030 m more than the shorter side. Find the sides.

Let the shorter side be xx. Then the longer side is x+30x + 30 and the diagonal is x+60x + 60.

For the right triangle formed by the two sides and the diagonal, by Pythagoras:

(x+60)2=(x+30)2+x2(x + 60)^2 = (x + 30)^2 + x^2

Expanding each square:

x2+120x+3600=x2+60x+900+x2x^2 + 120x + 3600 = x^2 + 60x + 900 + x^2

The x2x^2 on the left cancels with one x2x^2 on the right:

120x+3600=x2+60x+900120x + 3600 = x^2 + 60x + 900

Bringing all terms to one side:

x260x2700=0x^2 - 60x - 2700 = 0

The product is 2700-2700 and the sum is 60-60, splitting as 90-90 and +30+30:

(x90)(x+30)=0(x - 90)(x + 30) = 0

So x=90x = 90 or x=30x = -30. A length cannot be negative, so x=90x = 90.

The shorter side (breadth) is 9090 m and the longer side (length) is 90+30=12090 + 30 = 120 m. Check: 902+1202=8100+14400=22500=150290^2 + 120^2 = 8100 + 14400 = 22500 = 150^2, and the diagonal 150=90+60150 = 90 + 60.

Key takeaways

  • Name the unknown, then write each condition of the problem as an equation in that unknown.
  • Always reduce to the standard form ax2+bx+c=0ax^2 + bx + c = 0 before factorising.
  • Solve by splitting the middle term, then reject any root that breaks a real-world constraint (such as a negative length or a non-positive integer).