document.write( "Question 338778: find the area of a circular sector of radius 4 with cental angle 6, measured in radians \n" ); document.write( "
Algebra.Com's Answer #242853 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
Area of sector =\"+%281%2F2%29+%2A+r%5E2+%2A+%28theta%29\"
\n" ); document.write( "r=4 & \"theta\"=6
\n" ); document.write( "Area = \"%281%2F2%29+%2A4%5E2%2A6\"
\n" ); document.write( "Area = 48 sq.units
\n" ); document.write( "
\n" );