Google Answers Logo
View Question
 
Q: Maths ( No Answer,   5 Comments )
Question  
Subject: Maths
Category: Computers
Asked by: loulou1984-ga
List Price: $2.00
Posted: 19 Apr 2006 23:33 PDT
Expires: 19 May 2006 23:33 PDT
Question ID: 720859
I have the length of two corners of a rectangle, how do I find the area?
Corner of bottom left= (y1,x1)
Corner of top right= (y2, x2)
Answer  
There is no answer at this time.

Comments  
Subject: Re: Maths
From: kusshal-ga on 20 Apr 2006 00:41 PDT
 
SIMPLE !
 area of a rectangle is Length * Breadth

so.....
 [(y1+x1)* (y2+x2) ]
Subject: Re: Maths
From: frde-ga on 20 Apr 2006 01:10 PDT
 
>I have the length of two corners of a rectangle

Don't you mean the co-ordinates of two corners of a rectangle ?
( same as 'length' from (0, 0) Origin )

If so : Width = x2 - x1     ( it could be negative )
        Height = y2 - y1    ( ditto )
        Area = (x2 - x1) * (y2 - y1)
        If Area < 0 Then Area = - Area
Subject: Re: Maths
From: ansel001-ga on 20 Apr 2006 17:36 PDT
 
Frde is correct.
Subject: Re: Maths
From: stevesrikanth-ga on 27 Apr 2006 04:00 PDT
 
i think it would be simple for you to imagine it on a graph sheet
>mark those 2 corners
now draw perpendiculars from x,y axes to those 2 points
now you have the complete rectangle
thus the area can be found
as now we know all its  co ordinates
Subject: Re: Maths
From: uranswerishere-ga on 30 Apr 2006 23:23 PDT
 
Simple Answer
Let A(y1,x1) and C(y2,x2) be two diagonally opposite corners of a rectangle

               
        A(y1,x1) -------------------- D(y2,x1)
                 |                   |     
                 |                   |
                 |                   |
                 |                   |
        B(y1,x2) -------------------- C(y2,x2)

So we can easily get the other 2 cordinates i.e B(y1,x2) and D(y2,x1)

now lenght of AB =sq.Rt.(sq.(y1-y1)+sq.(x2-x1))
and breath of BC =sq.Rt.(sq.(y2-y1)+sq.(x2-x2)

Now the area of rectangle is = lenght * breadth
                             =length Ab * breath BC
         answer is           = (sq.Rt.(sq.(y1-y1)+sq.(x2-x1))*        
       dsq.Rt.(sq.(y2-y1)+sq.(x2-x2) )

So final answer is (sq.Rt.(sq.(y1-y1)+sq.(x2-x1))*
sq.Rt.(sq.(y2-y1)+sq.(x2-x2) )

Notations used : Sq.Rt.() means Square Root                 
                 Sq.() means square

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy