document.write( "Question 28343: Let's do a Koningsberg bridge problem for the city of New York. We will ignore any tunnels and Staten Island since there is only one bridge to it which immediately makes it impossible. Within the city I count the following:\r
\n" ); document.write( "\n" ); document.write( "11 bridges between Manhattan and the Bronx
\n" ); document.write( "6 bridges between Manhattan and Queens/Brooklyn
\n" ); document.write( "4 bridges between the Bronx and Queens/Brooklyn\r
\n" ); document.write( "\n" ); document.write( "Is it possible to make a tour of the city crossing every bridge only once and still return to the same starting point?
\n" ); document.write( "

Algebra.Com's Answer #15410 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
Count the degree for each vertex:
\n" ); document.write( " Manhattan: 11 + 6 = 17
\n" ); document.write( " Bronx: 11 + 4 = 15
\n" ); document.write( " Queens/Brooklyn: 6+4 =10\r
\n" ); document.write( "\n" ); document.write( " Note that there are two odd vertices, so the only possible Euler
\n" ); document.write( "path is starting from Manhattan to Bronx (or reverse).\r
\n" ); document.write( "\n" ); document.write( " But, there is no Euler circuit which can return to the same starting point
\n" ); document.write( " (unless all vertices are of even degree. why ?)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( "
\n" );