document.write( "Question 74091: A diameter of a cirle is 32 yards long.A chord is 11 yards from the center. How long is the cord? \n" ); document.write( "
Algebra.Com's Answer #53070 by checkley75(3666) ![]() You can put this solution on YOUR website! this problem is a triangle withe the hypotenuse (1/2 diameter=16) and one side =11. thus we have a right triangle \n" ); document.write( "a^2+11^2=16^2 \n" ); document.write( "a^2=256-121 \n" ); document.write( "a^2=135 \n" ); document.write( "a=11.62 for the third side which is 1/2 of the length of the cord. \n" ); document.write( "thus the length of the cord is 2*11.62=23.24 yards. \n" ); document.write( " |