

InterviewSolution
Saved Bookmarks
1. |
The perimeter of a rectangle is 85 m. It's breadth is 20 m less than its length. Find the dimensions of the rectangle. |
Answer» <html><body><p>ssume the the length to be x m So breadth <a href="https://interviewquestions.tuteehub.com/tag/would-3285927" style="font-weight:bold;" target="_blank" title="Click to know more about WOULD">WOULD</a> be ( x - 20 ) mPerimeter of <a href="https://interviewquestions.tuteehub.com/tag/rectangle-1180579" style="font-weight:bold;" target="_blank" title="Click to know more about RECTANGLE">RECTANGLE</a> = 2 ( l+b ) <a href="https://interviewquestions.tuteehub.com/tag/85-339428" style="font-weight:bold;" target="_blank" title="Click to know more about 85">85</a> m = 2 ( x+x -20 )85 m = 2 ( 2x - 20 ) = 8x - 80 8x = 80+85 m x = 165/2 m Length of rectangle = x = 165/2 m ( or 82.5 m )Breadth of rectangle = (x-20)= 165/2 - 20 = 165-40/2 = 125/2 m(or 62.5 m)<a href="https://interviewquestions.tuteehub.com/tag/mark-555248" style="font-weight:bold;" target="_blank" title="Click to know more about MARK">MARK</a> as brainliest !!</p></body></html> | |