document.write( "Question 434559: I need help in finding the periminter of a triangle with the 3 points (-3,4)
\n" );
document.write( "(3,-1), (1,-2) I use the distance formula pairing sq rt point b + pt. a then pt. c + pt. b and then pt. a + pt c. What am I doing wrong? \n" );
document.write( "
Algebra.Com's Answer #301020 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need help in finding the periminter of a triangle with the 3 points \n" ); document.write( "a. (-3,4) \n" ); document.write( "b. (3,-1) \n" ); document.write( "c. (1,-2) \n" ); document.write( "---- \n" ); document.write( "a to b = sqrt[(4--1)^2+(-3-3)^2] = sqrt[25+36] = sqrt(61) \n" ); document.write( "------------- \n" ); document.write( "a to c = sqrt[(-2-4)^2+(1--3)^2] = sqrt[36+16] = sqrt(52) \n" ); document.write( "------------- \n" ); document.write( "b to c = sqrt[(-2--1)^2+(1-3)^2] = sqrt[1+4] = sqrt(5) \n" ); document.write( "---- \n" ); document.write( "Add those to get the perimeter. \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |