1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Assoli18 [71]
3 years ago
6

HELP PLSS What is the slope of the line that passes through the points (-2, -5) and (6, 7)?

Mathematics
2 answers:
bekas [8.4K]3 years ago
6 0

Answer:

3/2

Step-by-step explanation:

use the slope formula to solve

y2-y1 is 7- (-5) = 12

x2-x1 is 6- (-2) = 8

the formula is y2 -y1 over x2-x1 so

12/8

simplify it to 3/2 (fraction answer)

convert it to decimal if needed: 1.5 (decimal answer)

Serjik [45]3 years ago
3 0

♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️

slope =  \frac{7 - ( - 5)}{6 - ( - 2)}  \\

slope =  \frac{7 + 5}{6 + 2}  \\

slope =  \frac{12}{8}  \\

slope =  \frac{4  \times 3}{4 \times 2}  \\

slope =  \frac{3}{2}  \\

♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️

You might be interested in
A card is drawn from a well shuffled deck of 52 cards. Find the probability that the card is a red card or a 2.
tamaranim1 [39]
|\Omega|=52

There are 26 red cards and four 2's. But two 2's are red, so |A|=26+4-2=28

P(A)=\dfrac{28}{52}=\dfrac{7}{13}\approx54\%
3 0
3 years ago
5. The recursive algorithm given below can be used to compute gcd(a, b) where a and b are non-negative integer, not both zero.
s2008m [1.1K]

Implementating the given algorithm in python 3, the greatest common divisors of <em>(</em><em>124</em><em> </em><em>and</em><em> </em><em>244</em><em>)</em><em> </em>and <em>(</em><em>4424</em><em> </em><em>and</em><em> </em><em>2111</em><em>)</em><em> </em>are 4 and 1 respectively.

The program implementation is given below and the output of the sample run is attached.

def gcd(a, b):

<em>#initialize</em><em> </em><em>a</em><em> </em><em>function</em><em> </em><em>named</em><em> </em><em>gcd</em><em> </em><em>which</em><em> </em><em>takes</em><em> </em><em>in</em><em> </em><em>two</em><em> </em><em>parameters</em><em> </em>

if a>b:

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>greater</em><em> </em><em>than</em><em> </em><em>b</em>

return gcd (b, a)

<em>#if</em><em> </em><em>true</em><em> </em><em>interchange</em><em> </em><em>the</em><em> </em><em>Parameters</em><em> </em><em>and</em><em> </em><em>Recall</em><em> </em><em>the</em><em> </em><em>function</em><em> </em>

elif a == 0:

return b

elif a == 1:

return 1

elif((a%2 == 0)and(b%2==0)):

<em>#even</em><em> </em><em>numbers</em><em> </em><em>leave</em><em> </em><em>no</em><em> </em><em>remainder</em><em> </em><em>when</em><em> </em><em>divided</em><em> </em><em>by</em><em> </em><em>2</em><em>,</em><em> </em><em>checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>and</em><em> </em><em>b</em><em> </em><em>are</em><em> </em><em>even</em><em> </em>

return 2 * gcd(a/2, b/2)

elif((a%2 !=0) and (b%2==0)):

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>odd</em><em> </em><em>and</em><em> </em><em>B</em><em> </em><em>is</em><em> </em><em>even</em><em> </em>

return gcd(a, b/2)

else :

return gcd(a, b-a)

<em>#since</em><em> </em><em>it's</em><em> </em><em>a</em><em> </em><em>recursive</em><em> </em><em>function</em><em>,</em><em> </em><em>it</em><em> </em><em>recalls</em><em> </em><em>the function</em><em> </em><em>with </em><em>new</em><em> </em><em>parameters</em><em> </em><em>until</em><em> </em><em>a</em><em> </em><em>certain</em><em> </em><em>condition</em><em> </em><em>is</em><em> </em><em>satisfied</em><em> </em>

print(gcd(124, 244))

print()

<em>#leaves</em><em> </em><em>a</em><em> </em><em>space</em><em> </em><em>after</em><em> </em><em>the</em><em> </em><em>first</em><em> </em><em>output</em><em> </em>

print(gcd(4424, 2111))

Learn more :brainly.com/question/25506437

6 0
2 years ago
The brain volumes ?( cm cubed cm3?) of 20 brains have a mean of 1083.9 1083.9 cm cubed cm3 and a standard deviation of 122.2 122
Colt1911 [192]

Answer:

Range: (844.9,1333.7)

A brain volume of 1348.3 cm cubed can be considered significantly high.

Step-by-step explanation:

We are given the following information in the question:

Mean, μ = 1083.9 cm cubed

Standard Deviation, σ = 122.2 cm cubed

Range rule thumb:

  • This rule state that the the range of data is four times the standard deviation of the data.

\text{Range} = 4\times \sigma = 4\times 122.2 = 488.8

Upper Limit:

\mu + 2\sigma = 1089.3 + 2(122.2) = 1333.7

Lower limit:

\mu - 2\sigma = 1089.3 - 2(122.2) = 844.9

Since, 1348.3 does not lie in the range (844.9,1333.7),  a brain volume of 1348.3 cm cubed can be considered significantly high.

6 0
3 years ago
Will award Brainlyest!!! Choose the equation that represents a line that passes through points (−3, 2) and (2, 1).
Pachacha [2.7K]

Answer:2. Rate of change, or slope, is the change in y over change in x. Remember that a point is given in (x, y). Also that you need two points to find the change.

If you have two points, (x1, y1) and (x2, y2), the rate of change or slope

In your problem, the given points are (0, -1) and (2, -11)

The "initial value" is the y-intercept - where the graph intersects the y-axis and also where x = 0. The given point (0, -1) has x = 0, so the initial value is -1.

4. Remember the model equation for a graph of a line is

y = mx + b,

where m is slope and b is y-intercept - where the graph intersects the y-axis and also where x = 0.

The x-axis of the graph would be number of weeks, since it is independent.

The y-axis of the graph would be how much money she has.

Since she starts (at 0 weeks) at $25, the first point would be (0, 25). Notice here that it is the y-intercept since x = 0. The value of b in the model equation of a line y = mx + b would be 25.

The rate of change, or slope, is $5/week. This is m in the model equation of a line y = mx + b.

Putting b = 25 and m = 5 into the model equation y = mx + b (remember we use this equation because it works for all lines), the equation would be

y = 5x + 25.

4.

The slope of this will be -0.5degrees/hr, or just -0.5 if it is used as m in the 

y = mx+b equation. The slope is negative because it "decreases".

5. 

Plot each point and connect the dots. Remember the first number corresponds to the x-axis and the second to the y-axis.

For example in the table for x = -2 and y = -6, the point is (-2, -6), and from the origin (0,0) you go left 2 on the x-axis and down 6 to plot the point.

9.

I think you can do this if you can do #3, but now you have to find b by plugging in given values.

y = mx + b

y = 1212x + b

We can plug in the given point (3,1) to find b.

1 = 1212(3) + b

b = -3625

y = 1212 - 3625

10. Don't know which function you are referring to.

The slope is $10/week, or m = 10.

A point is (4, 90) because "After 4 weeks, Roberta has $90."

The y-intercept is 50 because x (weeks) = 0 at that time.

y = mx + b

y = 10x + 50

8 0
2 years ago
Read 2 more answers
Work not needed answer fast
eduard

Answer:

PLSS YOUR IN SCHOOL RN

Step-by-step explanation:

3 0
2 years ago
Other questions:
  • 8cm 10cm 10cm 12cm 34cm what’s the volume
    9·1 answer
  • Your mom has sent you to buy a new suit and will let you get new shoes too if you keep it under $200. The suit you want to buy i
    8·2 answers
  • Stephan buys a melon and divides it into 6 servings. he eats 1/3 of the melon over the weekend. how many piecesof melon does ste
    7·2 answers
  • −2∣3x−7∣=−24 Help Please
    14·1 answer
  • What is √117 simplified
    8·2 answers
  • A train takes 1.5 hours to travel 525 km. Calculate the speed of the train in kilometers per hour.
    5·2 answers
  • Explain the pattern you found based on the geometry of squares. Add pictures if you like. (Hint: Think about what you have to ad
    12·1 answer
  • Heyaaa, can you help me out? I'm not exactly sure how to go about solving this.​
    13·2 answers
  • If the two acute angles of a right triangle are congruent, then what is the measure of each acute angle?
    15·1 answer
  • Which algebraic expression represents “Nicholas tripled his workout time”?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!