document.write( "Question 135980: I am trying to establish the correct equation for\r
\n" );
document.write( "\n" );
document.write( "The points (1,5), (4,5), and (1,0) represent three corners of a rectangle; find the coordinates of the fourth point.\r
\n" );
document.write( "\n" );
document.write( "For obvious reasons I concluded that the fourth point is (4,0), but I am unsure how to present this.\r
\n" );
document.write( "\n" );
document.write( "m = y4 - y3 – y2 – y1/x4 - x3 – x2 – x1\r
\n" );
document.write( "\n" );
document.write( "m = 5 – 5 – 0 – 5/1 – 4 – 1 – 4\r
\n" );
document.write( "\n" );
document.write( "Thanks!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #99611 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! Since you have three vertices of the rectangle, you have two sides defined, namely the line segment from (1,5) to (4,5) and the line segment from (1,5) to (1,0). The segment from (1,5) to (4,5) must be parallel to the segment between (1,0) and your missing point (x,y), and the segment from (1,5) to (1,0) must be parallel to the segment between (4,5) and your missing point (x,y).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the y coordinates of (1,5) and (4,5) are equal, the equation for the line containing the line segment connecting these two points must be the equation of a horizontal line, namely \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using similar logic, the equation for the segment from (1,5) to (1,0) must be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence your point is the intersection of the two lines represented by \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Which is (4,0) \n" ); document.write( " |