document.write( "Question 140200: Chords, radius and diameter
\n" );
document.write( " Given: chord lenght=16
\n" );
document.write( " a line from the center to the chord=6
\n" );
document.write( " What is the formula to find the diameter?
\n" );
document.write( "Thanks...Kayley \n" );
document.write( "
Algebra.Com's Answer #102140 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! if the line is from the center of the circle to the center of the chord...it is a perpendicular bisector\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the line, half the chord, and the radius form a right triangle; with the radius as the hypotenuse\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so 6^2+(16/2)^2=r^2 __ 36+64=r^2 __ 10=r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the radius is 10, then the diameter is 20 \n" ); document.write( " |