In looking at it I would guess it is asking which of the points is on the line? To answer that you would have to take each point an plug it into the equation and see if it is true.
3x - 7 = y
A(9,20)
3(9) - 7 = 20
27 - 7 = 20
20 = 20 True - this point is on the line
B(5,0)
3(5) - 7 = 0
15 - 7 = 0
8 = 0 False - this point is not on the line
C(3,2)
3(3) - 7 = 2
9 - 7 = 2
2 = 2 True - this point is on the line
I hope this helps
Answer:
(-6, 4)
Step-by-step explanation:
Answer: Length = 15 meters
Width = 2 meters
Step-by-step explanation:
Perimeter of a rectangle = 2l + 2w
Area of a rectangle = l × w
where l = length
w = width
Therefore,
2l + 2w = 34 ...... i
l × w = 30 ........ ii
From equation i
2l + 2w = 34
Divide through by 2.
l + w = 17 ...... iii
Then, l = 17 - w ........ iv
Put equation iv into ii
l × w = 30
(17 - w) × w = 30
17w - w² = 30
w² - 17w + 30 = 0
w² - 15w - 2w + 30 = 0
w(w - 15) - 2(w - 15) = 0
(w - 2) = 0
w = 0 + 2 = 2
w - 15 = 0
w = 0 + 15 = 15
Length = 15 meters
Width = 2 meters
Answer:
22,-15 ................ maybe
Answer:
y = 2x - 1
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
Calculate m using the slope formula
m = 
with (x₁, y₁ ) = A(4, 7) and (x₂, y₂ ) = B(2,3)
m =
=
= 2 , thus
y = 2x + c ← is the partial equation
To find c substitute either of the 2 points into the partial equation
Using (2, 3), then
3 = 4 + c ⇒ c = 3 - 4 = - 1
y = 2x - 1 ← equation of line