Page 1 of 1
Problem 504
Posted: Wed Feb 25, 2015 7:28 pm
by rhirsh
I'd like some clarification on the terminology "strictly contain" lattice points for
Problem 504 (
View Problem). Assuming the a=b=c=d=1, then would that quadrilateral "strictly contain" only 1 point (i.e. (0,0)), or would it have 5 (i.e. (1,0),(0,1),(-1,0),(0,-1),(0,0))? Basically I am not sure if points exactly "on the line" should be counted or not, and I cant find a good definition of what "strictly contain" means. Thanks!
Re: Problem 504
Posted: Wed Feb 25, 2015 7:29 pm
by Marcus_Andrews
Strict containment = lattice points on the lines of the quadrilateral are not counted.
Re: Problem 504
Posted: Thu Feb 26, 2015 3:44 am
by redmilk525
I got correct answer when m=4 but got wrong when m=100.
Could somebody can help me verify that if ans=656 when m=10.
Thanks.
Re: Problem 504
Posted: Thu Feb 26, 2015 8:13 am
by nicolas.patrois
Wrong.
Re: Problem 504
Posted: Sat Feb 28, 2015 10:18 am
by MYNick
I get the right answer for m=4 too, but for m=100 not.
For m=10, is the answer 862?
Re: Problem 504
Posted: Sat Feb 28, 2015 1:50 pm
by nicolas.patrois
Yes.
Re: Problem 504
Posted: Thu Mar 26, 2015 7:12 pm
by pj6444
Hmmm, I'm getting the right value for m = 10 but not for m = 100.
Re: Problem 504
Posted: Wed Apr 01, 2015 8:03 pm
by wozzo
A(a, 0), B(0, b), C(−c, 0), D(0, −d), where 1 ≤ a, b, c, d ≤ m and a, b, c, d, m are integers.
Since the above line describes point C as being (-c, 0), where c is an integer, are we also to assume c is a positive integer? That is that point C can only be placed on the negative portion of the x axis? If so why not describe a,b,c,d, & m as natural numbers?
Re: Problem 504
Posted: Wed Apr 01, 2015 8:37 pm
by hk
Are there any non-positive numbers a,b,c,d for which 1 ≤ a, b, c, d ≤ m ?
Re: Problem 504
Posted: Tue Aug 08, 2017 1:21 am
by Ellenion
I had the same question

. Maybe the admins could edit the problem and define what "strictly contains" means on the problem?
Re: Problem 504
Posted: Tue Aug 08, 2017 11:09 am
by Animus
A polygon strictly contains any point that is located within the polygon and not on its boundary.
So neither count the vertices of the rectangle nor the lattice points located on the sides of the rectangle.
Re: Problem 504
Posted: Thu Aug 30, 2018 7:41 pm
by enigmaticcam
Just to confirm, if a=b=c=d=2, then because there are four points that lie exactly on the diagonal edges of the quadrilateral, they would not be counted and so this would strictly contain only 5 lattice points?
Re: Problem 504
Posted: Fri Aug 31, 2018 10:21 am
by DJohn
Yes. A point is not strictly inside if it's on an edge.
Re: Problem 504
Posted: Wed Sep 02, 2026 11:53 pm
by Bezerkely
pj6444 wrote: Thu Mar 26, 2015 7:12 pm
Hmmm, I'm getting the right value for m = 10 but not for m = 100.
I was also getting the right value for m = 10 but not for m = 100. I switched my method of calculating the number of interior points from using floating point operations to integer operations only and got the right answer for m = 100.