document.write( "Question 49201: a cicle with 1 point has 1 region. 2 points connected by a line hs 2 regions, a cicle with 3 points connected by lines to each point has 4 regions. a circle with 4 points connected to each point has 8 regions a cicle with 5 pionts connected to each point has 16 regions how many regions with 6 and 7 points? and what rule can be determinrd from all the data? \n" ); document.write( "
Algebra.Com's Answer #32619 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Try this:\r
\n" ); document.write( "\n" ); document.write( "Points..Regions
\n" ); document.write( "...1........1....
\n" ); document.write( "...2........2....
\n" ); document.write( "...3........4....
\n" ); document.write( "...4........8....
\n" ); document.write( "...5.......16....
\n" ); document.write( "...6.......32....
\n" ); document.write( "...7.......64....
\n" ); document.write( "...n.....\"2%5E%28n-1%29\"
\n" ); document.write( "
\n" );