Answer:
122.5
Step-by-step explanation:
take 8.75 multiply it by 2 then multiply it by 7 to get your answer 122.5
Answer:
Slope = 3
Step-by-step explanation:
Because it increases by 3 each time.
Answer:
(- 2, 4 )
Step-by-step explanation:
Given endpoints (x₁, y₁ ) and (x₂, y₂ ) , then the midpoint is
(
,
)
Here (x₁, y₁ ) = A (4, 6 ) and (x₂, y₂ ) = B (- 8, 2 )
midpoint = (
,
) = (
,
) = (- 2, 4 )
Answer:
ALL SUCH NUMBERS WHICH ARE GREATER THAN -4 satisfy the given condition.
Step-by-step explanation:
Here, assume such number = m
Now, given :
3 times the number = 3 x ( m) = 3 m
8 less than the given number = m - 8
Now, according to the question:
3 times the number > 8 less than the given number
or, 3 m > m - 8
or, 3m - m > m - 8 + m
or, 2 m > - 8
or, m > - 4
Hence, all SUCH NUMBERS WHICH ARE GREATER THAN -4 satisfy the given condition.
Answer:
What is the point used in the equation of the line y+4=1/2(x-2)
The other format for straight-line equations is called the "point-slope" form. For this one, they give you a point (x1, y1) and a slope m, and have you plug it into this formula:
y - y1 = m(x - x1)
Don't let the subscripts scare you. They are just intended to indicate the point they give you. You have the generic "x" and generic "y" that are always in your equation, and then you have the specific x and y from the point they gave you; the specific x and y are what is subscripted in the formula. Here's how you use the point-slope formula
They've given me m = 4, x1 = -1, and y1 = -6. I'll plug these values into the point-slope form, and solve for "y=":
y - y1 = m(x - x1)
y - (-6) = (4)(x - (-1))
y + 6 = 4(x + 1)
y + 6 = 4x + 4
y = 4x + 4 - 6
y = 4x - 2