document.write( "Question 35492: find the area of the given triangle:
\n" );
document.write( "angle A=70 degrees
\n" );
document.write( "b=15
\n" );
document.write( "c=36 \n" );
document.write( "
Algebra.Com's Answer #21668 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! find the area of the given triangle: \n" ); document.write( " angle A=70 degrees \n" ); document.write( " b=15 \n" ); document.write( " c=36\r \n" ); document.write( "\n" ); document.write( "AREA =(1/2)bcSIN(A) \n" ); document.write( "=15*36*SIN(70)/2=253.66 \n" ); document.write( " |