Skip to main content
Back to Straight Lines
JEE Main 2019
Straight Lines
Straight Lines and Pair of Straight Lines
Easy

Question

The number of points, having both co-ordinates as integers, that lie in the interior of the triangle with vertices (0,0)(0, 0) (0,41)(0, 41) and (41,0)(41, 0) is :

Options

Solution

Key Concepts and Formulas

  • Lattice Points: Points with integer coordinates are called lattice points or integral points.
  • Inequalities for Regions: The interior of a region bounded by lines can be described using strict inequalities (<< or >>).
  • Sum of First n Natural Numbers: The sum of the first nn natural numbers is given by the formula: Sn=n(n+1)2S_n = \frac{n(n+1)}{2}

Step-by-Step Solution

Step 1: Define the Triangle and its Boundaries

We are given a triangle with vertices at (0,0)(0, 0), (0,41)(0, 41), and (41,0)(41, 0). We need to find the number of lattice points in the interior of this triangle. The sides of the triangle are defined by the following lines:

  • x=0x = 0 (y-axis)
  • y=0y = 0 (x-axis)
  • x+y=41x + y = 41 (line connecting (0,41)(0, 41) and (41,0)(41, 0))

Step 2: Define the Inequalities for the Interior of the Triangle

For a point (x,y)(x, y) to lie in the interior of the triangle, it must satisfy the following strict inequalities:

  • x>0x > 0 (to the right of the y-axis)
  • y>0y > 0 (above the x-axis)
  • x+y<41x + y < 41 (below the line x+y=41x + y = 41)

Since we are looking for integer coordinates, xx and yy must be integers.

Step 3: Determine the Range of Possible x Values

Since xx must be a positive integer, the smallest possible value for xx is 11. We also have the constraint x+y<41x + y < 41. Since y>0y > 0, the smallest possible integer value for yy is 11. Therefore, x+1<41x + 1 < 41, which means x<40x < 40. Since x must be an integer, x39x \le 39. Thus, the possible integer values for xx are 1,2,3,...,391, 2, 3, ..., 39.

Step 4: Determine the Range of Possible y Values for Each x

For each value of xx, we need to find the possible integer values of yy that satisfy the inequalities. We know y>0y > 0 and x+y<41x + y < 41, which means y<41xy < 41 - x. Combining these, we have 0<y<41x0 < y < 41 - x. Since y must be an integer, we have 1y40x1 \le y \le 40 - x.

Step 5: Count the Number of Possible y Values for Each x

For each integer value of xx from 11 to 3939, the number of possible integer values for yy is (40x)1+1=40x(40 - x) - 1 + 1 = 40 - x.

  • If x=1x = 1, then 1y391 \le y \le 39, so there are 3939 possible values for yy.
  • If x=2x = 2, then 1y381 \le y \le 38, so there are 3838 possible values for yy.
  • If x=3x = 3, then 1y371 \le y \le 37, so there are 3737 possible values for yy.
  • ...
  • If x=39x = 39, then 1y11 \le y \le 1, so there is 11 possible value for yy.

Step 6: Calculate the Total Number of Lattice Points

The total number of lattice points in the interior of the triangle is the sum of the number of possible yy values for each xx:

Total points=39+38+37++1\text{Total points} = 39 + 38 + 37 + \dots + 1

This is the sum of the first 39 natural numbers, which can be calculated using the formula:

Total points=39(39+1)2=39×402=39×20=780\text{Total points} = \frac{39(39 + 1)}{2} = \frac{39 \times 40}{2} = 39 \times 20 = 780

Common Mistakes & Tips

  • Strict vs. Non-Strict Inequalities: Be careful to use strict inequalities (<< or >>) for "interior" points and non-strict inequalities (\le or \ge) for points "on or within" the region.
  • Counting Integers in a Range: When counting the number of integers in a range akba \le k \le b, remember to include both endpoints by using the formula ba+1b - a + 1.
  • Formula Application: Recognize common patterns like the sum of the first nn natural numbers to simplify calculations.

Summary

We found the number of lattice points in the interior of the triangle with vertices (0,0)(0, 0), (0,41)(0, 41), and (41,0)(41, 0) by defining the region using inequalities, iterating through possible integer values for xx, and calculating the range of possible integer values for yy for each xx. Finally, we summed the number of yy values for each xx to find the total number of lattice points, which is 780.

Final Answer

The final answer is \boxed{780}, which corresponds to option (B).

Practice More Straight Lines Questions

View All Questions