A permutation and combination problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
vijayramakrishnan
Messages
90
Reaction score
0
Thread moved from the technical forums, so no HH Template is shown.
.The number of points, having both co-ordinates as integers, that lie in the interior of the triangle with vertices (0, 0), (0, 41) and (41, 0), is

(1) 901 (2) 861 (3) 820 (4) 780

my attempt:
for this to be true i know that sum of x and y coordinate should be 41 but i don't know how to proceed.
 
Physics news on Phys.org
andrewkirk said:
No, the sum must be less than or equal to 41. How would you count the points in that triangle?
yes it should be less than 41,changed.sorry
 
vijayramakrishnan said:
yes it should be less than 41,changed.sorry
Yes, less than, not less or equal. Likewise what are the minimum x and y values?
To solve the question, can you think of a region for which:
- the number internal points is much easier to count, and
- there is a fairly straightforward relationship between its internal point count and that of your triangle?