document.write( "Question 148: What are the keysteps to prove the following geometry problem?\r
\n" );
document.write( "\n" );
document.write( "FIND THE RADIUS OF THE CIRCLE INSCRIBED IN THE TRIANGLE ABC.
\n" );
document.write( "GIVEN: AC=BC=12 AB=8 \n" );
document.write( "
Algebra.Com's Answer #185752 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! The radius of the circle inscribed can be calculated by the formula r = A/s \n" ); document.write( "where: A - area of the triangle that be solve by Hero's formula \n" ); document.write( " s - the semi-perimeter (a+b+c)/2 \n" ); document.write( " a,b & c are the sides of the triangle. \n" ); document.write( " \n" ); document.write( "so, by calculation: s = (12+12+8)/2 = 16 \n" ); document.write( " A = sq.rt.[s(s-a)(s-b)(s-c)] \n" ); document.write( " = sq. rt.[16(16-12)(16-12)(16-8)] \n" ); document.write( " = 45.255 unit square\r \n" ); document.write( "\n" ); document.write( "thus, \n" ); document.write( " r = 45.255/16 \n" ); document.write( " r = 2.83 unit -- answer \n" ); document.write( " |