document.write( "Question 1037836: Can someone please show me step-by-step how to do the following problem I have been trying to do the problem the way the tutors here say to do it but it always comes out wrong I would appreciate it please, the problem says find the perimeter of quadrilateral STUV, where S(-5,3) T(7,-2) U(7,-6) and V(-5,-5) please help me \n" ); document.write( "
| Algebra.Com's Answer #652462 by Alan3354(69443)     You can put this solution on YOUR website! Show what you did. \n" ); document.write( "How do you know it's wrong? \n" ); document.write( "What should the answer be, if you know? \n" ); document.write( "======================== \n" ); document.write( "find the perimeter of quadrilateral STUV, where S(-5,3) T(7,-2) U(7,-6) and V(-5,-5) please help me \n" ); document.write( "ST = sqrt(5^2 + 12^2) = 13 \n" ); document.write( "TU = sqrt(0 + 4^2) = 4 \n" ); document.write( "UV = sqrt(12^2 + 1) = sqrt(145) \n" ); document.write( "VS = sqrt(0 + 8^2) = 8 \n" ); document.write( "---------- \n" ); document.write( "Add them \n" ); document.write( "Perimeter = 25 + sqrt(145) \n" ); document.write( "=~ 37.04 \n" ); document.write( " |