nat24689 nat24689
  • 18-10-2021
  • Mathematics
contestada

Write the equation of the line in standard form that passes through (-1, 3) and (2, 9). }​

Respuesta :

devishri1977
devishri1977 devishri1977
  • 18-10-2021

Answer:

y = 2x + 5

Step-by-step explanation:

(-1 , 3) & (2 , 9)

x₁ = -1  ; y₁ = 3    & x₂ = 2 ; y₂ = 9

[tex]slope=\dfrac{y_{2}-y_{1}}{x_{2}-x_{1}}\\\\=\dfrac{9-3}{2-[-1]}\\\\=\dfrac{6}{2+1}\\\\=\dfrac{6}{3}\\\\= 2[/tex]

m = 2 & (-1 , 3)

Equation of line:

y - y₁ = m(x - x₁)

y - 3 = 2(x - [-1])

y -3 = 2(x + 1)

y - 3 =2x +2

y = 2x + 2 + 3

y = 2x + 5

Answer Link

Otras preguntas

what were the opossing forces names during the civil war ?
Why was Marbury v. Madison an important case? A It was the first Supreme Court case to involve two presidents. B It was the first case heard by the Supreme Cour
1. Tell me if each of the following is True or False A. Angles EOD and DOC are Vertical Angles. B. Angles FOD and Angle DOC are adjacent C. Angles FOD and AOC
PLS NEED ANSWER ASAP Briefly describe who was against slavery under Spanish rule. Who was used as slaves?
can someone please help me​
What is the Mode? 21,28.27.26.27.27.33.28.26.31​
Exam Lesson Name: Citations Exam number: 700647RR Exam Guidelines Exam Instructions Question 1 of 20: Select the best answer for the question 1. In your researc
what are three reasons why exploring space and the ocean should we stop exploring???
what are you interested careers​
Write a C program to insert and delete values from a stack(to perform pop and push operations) using an array data structure