let P perimeter and S area
r = x/2 semi-circle where r radius
P = x+2*y +"\\pi" *x/2
y = (P -"\\pi" *x/2-x)/2 = (10 - "\\pi" *x/4- x/2)
S = x*y +"\\pi" *(x/2)2/2
S = x* (10 - "\\pi" *x/4- x/2)/2 + "\\pi" *(x/2)2/2 = 10x - "\\pi" *x2/8 -x2/4 + "\\pi" *x2/8 = 10x - x2/4
Comments
Leave a comment