document.write( "Question 699473: A running track 5 m wide goes around a soccer field that is twice as long as it is wide. At each end of the soccer field the track is a semi-circle with inner radius r. Find a formula for the area of the tracks in terms pi and r \n" ); document.write( "
Algebra.Com's Answer #431383 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
The width of the track is 2*r, so the lenght is 4*r. The area of the two straight sections of the track, alomg the lenght is
\n" ); document.write( "(1) Asides = 2*5*4*r or 40r
\n" ); document.write( "The ends butted together form a \"donut\" with inner circle of radius r and an outer circle of (r+5), giving the area of the ends as
\n" ); document.write( "(2) Aends = pi*((5+r)^2) - pi*(r^2) or
\n" ); document.write( "(3) Aends = pi*(25 + 10*r)
\n" ); document.write( "The total area of the track is (1) plus (3) or
\n" ); document.write( "(4) Atotal = 40*r + pi*(25 + 10*r)
\n" ); document.write( "
\n" );