document.write( "Question 134264: If 15 points are arranged on a circle, how many lines are needed to join every point to every other point once?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Please help me!!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "- Jordan
\n" ); document.write( "

Algebra.Com's Answer #98190 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
One way to start thinking about it is to play around with a fewer number of
\n" ); document.write( "points, say 5 equally spaced around a circle. Label the points 1-5
\n" ); document.write( "Starting at point 1, draw lines to the other 4 points. You have 4 lines,
\n" ); document.write( "or (5 - 1).
\n" ); document.write( "From point 2, draw lines to the other 4 points. You have 4 lines, but the
\n" ); document.write( "line to point 1 was already there, so subtract 1.
\n" ); document.write( "So far you have
\n" ); document.write( "from point 1: (5 - 1)
\n" ); document.write( "from point 2: (5 - 1) - 1
\n" ); document.write( "From point 3 draw lines to the other 4 points. You have 4 lines, but the
\n" ); document.write( "lines to point 1 and point 2 were already there, so subtract 2
\n" ); document.write( "Now finish for all 5 points
\n" ); document.write( "from point 1: (5 - 1)
\n" ); document.write( "from point 2: (5 - 1) - 1
\n" ); document.write( "from point 3: (5 - 1) - 2
\n" ); document.write( "from point 4: (5 - 1) - 3
\n" ); document.write( "from point 5: (5 - 1) - 4
\n" ); document.write( "Doing the additions and subtractions , I get
\n" ); document.write( "\"5%2A4+-+10+=+10\" lines. I counted them- it works
\n" ); document.write( "Now I can come up with a formula for any number of points
\n" ); document.write( "arranged on a circle and use it for 15 points
\n" ); document.write( "Let \"n\" = the number of points
\n" ); document.write( "Let \"k\" = the number of different lines connecting the points
\n" ); document.write( "\"k+=+n%2A%28n+-+1%29\" - (the sum 1 + 2 + 3 + 4 + . . . + (n - 1))
\n" ); document.write( "There is a formula for the sum. It is \"%28%28n-1%29%2F2%29%28%28n-1%29%2B1%29\"
\n" ); document.write( "which simplifies to \"%28n%2A%28n-1%29%29%2F2\"
\n" ); document.write( "So far, the formula is
\n" ); document.write( "\"k+=+n%2A%28n-1%29+-+n%2A%28n-1%29%2F2\"
\n" ); document.write( "\"k+=+n%2A%28n-1%29%2F2\" general formula
\n" ); document.write( "Now see if this formula works for 5 points
\n" ); document.write( "\"k+=+5%2A%285-1%29%2F2\"
\n" ); document.write( "\"k+=+10\" It works
\n" ); document.write( "Now for 15 points
\n" ); document.write( "\"k+=+15%2A14%2F2\"
\n" ); document.write( "\"k+=+105\" answer
\n" ); document.write( "Hope this didn't confuse you
\n" ); document.write( "The general formula should work for any number of points
\n" ); document.write( "
\n" ); document.write( "
\n" );