document.write( "Question 46034: Find the perimeter of a rectangle if three of its corners are (2.5,1.7), (2.5,-3.2), and (-0.7,-3.2). \n" ); document.write( "
Algebra.Com's Answer #30558 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
Find the perimeter of a rectangle if three of its corners are A= (2.5,1.7), B=(2.5,-3.2), and C= (-0.7,-3.2).
\n" ); document.write( "AB=SQRT{(2.5-2.5)^2+(1.7+3.2)^2}=4.9
\n" ); document.write( "BC=SQRT{(2.5+0.7)^2+(-3.2+3.2)^2}=3.2
\n" ); document.write( "HENCE PERIMETER=2(4.9+3.2)=16.2
\n" ); document.write( "
\n" );