+0  
 
-3
973
5
avatar+23 

A lattice point is a point with integer coordinates such as (2,3).
In how many ways can we pick 3 lattice points such that both coordinates of all three points are nonnegative integers less than 4, and connecting the three points forms a triangle with positive area?

 

 

 

Look at this mess

 May 31, 2019
 #1
avatar+23 
-3

awww i have a neg vote.....

 May 31, 2019
 #2
avatar+23 
-3

https://web2.0calc.com/questions/a-nbsp-lattice-point-nbsp-is-a-point-with-integer-coordinates-such-as-2-3        

 May 31, 2019
edited by ProffesorNobody  Jun 1, 2019
 #3
avatar+23 
-2

i found it its fine

ProffesorNobody  May 31, 2019
 #4
avatar+23 
-2

why are people giving me a neg vote...... what did i do wrong...

 Jun 1, 2019
 #5
avatar+9519 
0

A triangle must have positive area. The only case it doesn't, is when the three points are collinear(on the same straight line).

 

And, your math teacher isn't evil. There are only 10 lattice points for us to choose. 

 

We only need to consider how many combinations of those 3 points are collinear, subtract that from the total number of possible combinations of choosing 3 points out of 10 points, and we get our answer.

 

Firstly, number of ways we can choose 3 points from 10 points = \(^{10}C_3 = 120\).

 

Consider any straight line that passes through 3 or more points of the pattern.

There are 2 vertical lines, 2 horizontal lines, and 2 oblique lines that passes through 3 or more points of the pattern.

One of each type of lines passes through 4 points of the pattern, and another of each type of lines passes through 3 points of the pattern.

 

Let's call those lines which passes through 4 points "Type A" lines, and those which doesn't "Type B" lines.

Number of ways that all 3 points lies on a "Type A" line = \(^4C_3 = 4\)

There are 3 "Type A" lines: \(3\left(^4C_3\right) = 12\)

 

Number of ways that all 3 points lies on a "Type B" line = \(^3C_3 = 1\)

There are 3 "Type B" lines: \(3\left(^3C_3\right) = 3\)

 

Now, subtract these cases from the total number of cases.

 

Number of ways that 3 points in the pattern are chosen such that they form a triangle with positive area

= 120 - 12 - 3

= 105

 

In case you don't know these, you can list the possible ways and count them one by one. There are only 105 cases so it should be fast enough.

 Jun 1, 2019

1 Online Users

avatar