Question 988221
A childrens park is L long and w wide. It is sorrounded by a pathway of uniform width, u.
Suppose the total area of the park and the pathway is T square meters. How wide is the pathway?


VARIABLES
{{{system(L=3500,w=200,T=74464,u=unknown)}}}


Park Area, wL
Combined Park Area and Pathway, (w+2u)(L+2u)
Combined Park Area and Pathway, T
{{{highlight_green(highlight((w+2u)(L+2u)=T))}}}----Basic Starting Equation in Symbolic Form


STEPS TOWARD SOLVING FOR u
{{{wL+2Lu+2wu+4u^2-T=0}}}
{{{wL+(2L+2w)u+4u^2-T=0}}}
{{{highlight_green(4u^2+(2L+2w)u+wL-T=0)}}}----Quadratic equation in the unknown variable, u.


Continue as far as you can or want in purely symbolic form, and substitute the given values
when you are ready to finish.  The question asks for u, the value of the uniform pathway width.



----
If you continue to find u completely symbolically, you should find the formula
{{{highlight(u=(-L-w+sqrt(L^2-2wL+w^2+4T))/4)}}}
which is simplification from the general formula of a quadratic equation.