\n" );
document.write( "Hi \n" );
document.write( "How do you find the perimeter of triangle ABC on the Pythagorean theorem? \n" );
document.write( "The pythagorean Theorem States: a^2 + b^2 = c^2 \n" );
document.write( "that allows one to find a third side given the other two sides ... \n" );
document.write( "which allows for finding the P = a + b + c \n" );
document.write( "for example: if a = 3 and b = 4, the c = \n" );
document.write( " and therefore, P = 3 + 4 + 5 = 12 units \n" );
document.write( " \n" );
document.write( "