Judi's share was  (7 x $2.50) =  $17.50 .
That was really one share out of eight.
So the total bill was
                             (8 x $17.50) =   $140.00 . 
        
             
        
        
        
Answer:
Slope intercept: y = -3/2x + 1
Point slope: y + 2 = -3/2 * (x - 2) [Forgot to add the work for this, I will add it if you need it, feel free to ask.]
Step-by-step explanation:
m = (change in y)/change in x)
But also
m = y_2 - y_1/x_2 - x_1
So lets substitute
m = 1 - (-2)/0 - (2)
Lets find the slope
m = 3/0 - (2)
m = 3/-2
m = -3/2 (Moved the negative)
Now we find the value of b using the equation of a line.
y = mx + b
y = (-3/2) * x + b
y = (-3/2) * (2) + b
-2 = (-3/2) * (2) + b
Now we find the value of b
Lets rewrite
-3/2 * 2 + b = -2
Cancel the CF of 2
-3 + b = -2
Move the terms without b to the right
b = -2 + 3
b = 1
Now we substitute our values of the slope and y-int into y = mx + b to find the equation.
y = -3/2x + 1
 
        
                    
             
        
        
        
Answer:
there's a total of 40 jack o lanterns
Step-by-step explanation:
26÷65%×100
 
        
             
        
        
        
Answer:
Step-by-step explanation:
- (y+9) = 10
Multiply through by -1 gives us
y+9 = -10
Subtract 9 from both sides
y = -19
That's your answer.
If you work it through it satisfies the equation.
That is:
- (-19 +9) = 10
-(-10) = 10
10 = 10
Boo ya!
 
        
             
        
        
        
Answer:
y = 2(x + 3)² - 4
Step-by-step explanation:
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
Using the method of completing the square
y = 2x² + 12x + 14 ← factor out 2 from the first 2 terms
   = 2(x² + 6x) + 14
To complete the square
add/subtract ( half the coefficient of the x- term)² to x² + 6x
y = 2(x² + 2(3)x + 9 - 9 ) + 14
   = 2(x + 3)² - 18 + 14
   = 2(x + 3)² - 4 ← in vertex form