document.write( "Question 439305: find the area of a rectangle with length 16 inscribed in a circle with radius 10 \n" ); document.write( "
Algebra.Com's Answer #303555 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! the diagonal(hypotenuse) is 20 \n" ); document.write( "2*r=20 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "a=16 \n" ); document.write( "c=20 \n" ); document.write( "a*b=d \n" ); document.write( "find b and multiply it by 16 to get the area \n" ); document.write( "b=12 \n" ); document.write( "d=16*12=192 \n" ); document.write( " \n" ); document.write( " |