Posted by lyne on Monday, February 2, 2009 at 9:50pm.
it deals with the number of points that a certain number of lines drawn have.
BTW, I think you have your headings backwards,
the first set of numbers should be lines,
the second set of numbers are the number of intersection points those lines have
e.g.
1 line has no intersections points
2 lines have one intersection points
3 lines have 3 intersection points
4 lines have 6 intersection points
etc.
can you see a pattern here?
yeaa i understand and can see the patterns i just dont know how to find the function the way you did...
I don't know what grade level you are in, so I can't guess how sophisticated the method should be that I describe.
suppose we double your second line from
0 1 3 6 ... to
0 2 6 12 ...
notice that those are like
1x0, 2x1, 3x2, 4x3 .... or n(n-1)
but we multiplied our original numbers by 2, so let's divide our formula by 2 to get back to the originals.
so the function rule would be
number of points = n(n-1)/2 , where n is the number of lines drawn.
testing:
If I had 4 lines drawn, n=6
and no. of intersection points is (6x5)/2 = 15
Related Questions
geometry - Martin drew a pair of perpendicular lines and a pair of parallel ...
math - this problem seems with too many numbers that i don't know where to ...
geometry - math - Sketch six points A,B,C,D,E and F, no three of which are ...
Math - Ineed help with 2 function rules. X Y X Y -4 -3 -2 -2 -2 0 0 1 0 3 1 2 ...
math - How do you determine whether something is a function or not? If it is a ...
MATH - Imagine that the grid lines on a coordinate grid are streets and that the...
math - I have the same project as Jill down there... -What is the definition of ...
Calculus - a)The curve with equation: 2y^3 + y^2 - y^5 = x^4 - 2x^3 + x^2 has ...
Math, Calculus - Find the derivative of the function. y= xcosx - sinx What's...
Math - I am confused with this problem could someone please explain? Taxicab ...
For Further Reading