Question 629610
{{{ d[s] = 5 }}} mi
{{{ d[w] = 12 }}} mi
Let {{{ d }}} = the distance from the nest
--------------
{{{ d = sqrt( d[s]^2 + d[w]^2 ) }}}
{{{ d = sqrt( 5^2 + 12^2 ) }}}
{{{ d = sqrt( 25 + 144 ) }}}
{{{ d = sqrt( 169 ) }}}
{{{ d = 13 }}}