Question

Difficulty: MediumSystems of Linear Equations

In the xyxy-plane, line L1L_1 passes through the points (1,1)(1, 1) and (3,5)(3, 5). Line L2L_2 is defined by the equation x4+y7=2\frac{x}{4} + \frac{y}{7} = 2. If (x,y)(x, y) is the point of intersection of lines L1L_1 and L2L_2, what is the value of x+yx + y?

  1. 11Answer
  2. B
    22
  3. C
    4
  4. D
    9.5
  5. E
    15

Answer

The value of x+yx + y is 11.
The correct solution first determines the equation of the first line, y=2x1y = 2x - 1, from its given points. Substituting this into the second line's equation x4+y7=2\frac{x}{4} + \frac{y}{7} = 2 and clearing fractions yields x=4x = 4 and y=7y = 7. Adding these coordinates gives 4+7=114 + 7 = 11.

Step-by-Step Solution

1
Determine the slope and equation of line L1L_1.
The slope m=5131=2m = \frac{5 - 1}{3 - 1} = 2. Using point-slope form with (1,1)(1, 1), y1=2(x1)y - 1 = 2(x - 1), which simplifies to y=2x1y = 2x - 1.
Two points uniquely define a line, allowing us to express yy in terms of xx.
2
Substitute the expression for yy into the equation for line L2L_2.
x4+2x17=2\frac{x}{4} + \frac{2x - 1}{7} = 2.
At the intersection point, both equations share the exact same (x,y)(x, y) values.
3
Clear the denominators by multiplying the equation by the least common multiple, 28.
7x+4(2x1)=56    7x+8x4=56    15x=60    x=47x + 4(2x - 1) = 56 \implies 7x + 8x - 4 = 56 \implies 15x = 60 \implies x = 4.
Eliminating fractions simplifies solving for xx.
4
Calculate the value of yy and find x+yx + y.
y=2(4)1=7y = 2(4) - 1 = 7, so x+y=4+7=11x + y = 4 + 7 = 11.
The question specifically asks for the sum of the intersection coordinates.

Key Concept

Systems of Linear Equations and Line Intersections
Estimated Time:1m 30s
Rate this question