document.write( "Question 1041481: The radius of a circle is 5 cm and a chord of it is at a distance of 4 cm from the center. What is the length of the chord in cm? \n" ); document.write( "
Algebra.Com's Answer #656448 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! If you draw out the picture, or use the picture given by the book, then you'd see that a right triangle forms with legs of 'x' and 4. The hypotenuse is 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So \n" ); document.write( "a = x \n" ); document.write( "b = 4 \n" ); document.write( "c = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's use the pythagorean theorem to find x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "x^2 + 4^2 = 5^2 ... plug in the given info; isolate x \n" ); document.write( "x^2 + 16 = 25 ... square each value \n" ); document.write( "x^2 + 16-16 = 25-16 ... subtract 16 from both sides \n" ); document.write( "x^2 + 0 = 9 \n" ); document.write( "x^2 = 9 \n" ); document.write( "sqrt( x^2 ) = sqrt( 9 ) ... Apply the square root to both sides \n" ); document.write( "x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The leg of 3 represents exactly half of this chord.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So 3*2 = 6 is the length of the chord\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: 6 centimeters \n" ); document.write( " |