SELECT * FROM question_mgmt as q WHERE id=9751 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=9 AND subId=6 AND chapterId=271 and ex_no='3' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 10th mathematics Quadratic Equations the diagonal of a rectangular field is 60 metres m

Question:

The diagonal of a rectangular field is 60 metres more than the shorter side. If the longer side is 30 metres more than the shorter side, find the sides of the field.

Answer:

Let the shorter side of rectangular field be = x meter

The diagonal of the field = (x + 60) m

And, longer side is 30m more than shorter side = (x + 30) m

According to question;

Using Pythagoras theorem;

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

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

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

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

Either, x = -30 or x = 90

But x ≠ -30 because length can never be negative.

Hence, shorter side of field is 90 m and longer side is (x + 30) = 120 m


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=9751 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=9751 ORDER BY last_viewed_on desc limit 0,10
Q:

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question