We will start by writing functions that represent the lines ℓ and p. Then, to find the intersection point, we will solve the functions simultaneously.
Writing Function for Line ℓ
We will start by finding the of the line
ℓ. To do so, we will use the points
(0,-3) and
(2,7). Let's name the points.
(0,-3)=(x1,y1)(2, 7)=(x2,y2)
To calculate the slope, we will substitute the points into the .
m=x2−x1y2−y1
m=2−07−(-3)
m=5
The slope of the line
ℓ is
5. We can write the function for the line
ℓ using the because we know its slope
5 and
y-intercept
(0,-3).
y=mx+b⇔y=5x+(-3)
Writing Function for Line p
Since the line
p is to line
ℓ, the slope of the line
p is of
5, -51.
5⋅(-51)=-1
We know the slope of the line
p and a point
(3,-1) on it. Hence, we can write the linear function that represents the line
p using the .
y=mx+b⇔y=-51x+b
Let's substitute the point
(3,-1) in this form to find the value of
b.
y=-51x+b
-1=-51⋅3+b
-1=-53+b
-1+53=b
-55+53=b
-52=b
b=-52
Therefore, the function for line
p is
y=-51x−52.
y=-51x+(-52)⇔y=-51x−52
Solving System of Equations
Now, to find the point of intersection, we need to solve the .
{y=5x−3y=-51x−52(I)(II)
We will use the to solve the system.
{y=5x−3y=-51x−52(I)(II)r
{y=5x−35x−3=-51x−52
{y=5x−35x−3+51x=−52
{y=5x−35x+51x=3−52
{y=5x−3525x+51x=3−52
{y=5x−3526x=3−52
{y=5x−3526x=515−52
{y=5x−3526x=513
{y=5x−32x=1
{y=5x−3x=21
The
x-coordinate of the intersection is
21. The answer is
A.