masontessa05 masontessa05
  • 18-11-2018
  • Mathematics
contestada

find the slope of the line that goes through (2,8) and (5,13)

Respuesta :

wegnerkolmp2741o
wegnerkolmp2741o wegnerkolmp2741o
  • 18-11-2018

slope = (y2-y1)/(x2-x1)

         = (13-8)/ (5-2)

        = 5/3

The slope is 5/3

Answer Link
KatjaBayliss KatjaBayliss
  • 18-11-2018

The slope of a line that consists of the two points is found through the equation (y_{2}-y_{1})/(x_{2}-x_{1})

(13 - 8)/(5 - 2) = x

(5)/(3) = 1.66666666666..............    or 1.67


Answer Link

Otras preguntas

Write a C++ program that usesInsertion Sort to sort an unsorted list of numbers.
Emily was going to sell all of her stamp collection to buy a video game. After selling half of them she changed her mind. She then bought seventeen more. If she
Which of the following is not an anti-arrhythmia agent? A. Amiodarone B. Digoxin C.Lidocaine D. Nitroglycerol
Given that B, C, and D are the midpoints of ZYA, find the perimeter of ZYA. A. 70.6 B. 72.6 C. 76.6 D. 77.6
showing how a projectile motion is parabolic​
Find X. Round to the nearest tenth if necessary.
Write a program that gets a list of integers from input, and outputs the integers in ascending order (lowest to highest). The first integer indicates how many n
On January 1, 2020, Blossom Company had $1,335,000 of common stock outstanding that was issued at par. It also had retained earnings of $750,500. The company is
Which sequence is modeled by the graph below ?
Write a function that returns the largest value stored in anarray-of-int. Test the function in a simpleprogram.