it would be the graph on the right.
Since the equation ends with +2 the line would be 2 above the x axis
The first thing you should know is that by definition:
d = v * t
Where
d: distance
v: speed
t: time
We then have to clear the time:
t = (d) / (v)
Substituting the values:
t = (6000) / (200)
t = 30 minutes
Answer:
It will take a raindrop to travel 6000m about:
t = 30 minutes
Area = pi x radius squared... so
a = pi x 10in^2
a = 314.159
<span>A) 11c - 2d = -2
B) c + 8d = 8
</span><span>B) c = 8 - 8d then substitute this into A)
</span><span>A) 88 -88d - 2d = -2
A) 90 = 90d
d = 1
c = 0
</span>
Step-by-step explanation:
For two points (x₁, y₁) and (x₂, y₂), the distance between them is:
d² = (x₁ − x₂)² + (y₁ − y₂)²
The order of points 1 and 2 don't matter. You can switch it:
d² = (x₂ − x₁)² + (y₂ − y₁)²
This is basically the Pythagorean theorem for a coordinate system.
Let's do an example. If you have points (1, 2) and (4, 6), then the distance between them is:
d² = (4 − 1)² + (6 − 2)²
d² = 3² + 4²
d² = 9 + 16
d² = 25
d = 5
If you have points with negative coordinates, remember that subtracting a negative is the same as adding a positive.
For example, the distance between (-1, -2) and (4, 10) is:
d² = (4 − (-1))² + (10 − (-2))²
d² = (4 + 1)² + (10 + 2)²
d² = 5² + 12²
d² = 25 + 144
d² = 169
d = 13