document.write( "Question 137036: How do you find the area of a Pentagon with the side lenths of 2? \n" ); document.write( "
Algebra.Com's Answer #100316 by jedidiah(6)![]() ![]() ![]() You can put this solution on YOUR website! area of triangle (1/5 area of polygon) = (1/2)bh \n" ); document.write( "b=2 \n" ); document.write( "angle of each vertex: \n" ); document.write( "(5-2)(180 degrees)/5 vertices = 108 degrees\r \n" ); document.write( "\n" ); document.write( "angle of triangle opposite h: \n" ); document.write( "108/2 = 54 degrees\r \n" ); document.write( "\n" ); document.write( "height of triangle: \n" ); document.write( "h= 1*tan(54 degrees)= 1.38\r \n" ); document.write( "\n" ); document.write( "area of triangle= (1/2)*2*1.38= 1.38\r \n" ); document.write( "\n" ); document.write( "area of pentagon: \n" ); document.write( "5*1.38= 6.9 units^2 \n" ); document.write( " |