7 plus 3 first than plus 2 my strategy is to look at the easier thing to add than add the second one
<u>Answer:</u>$68.69
<u>Step-by-step explanation:</u>
Calculation of bill value
Cheeseburgers = 26.25
(8.75 x 3)
Fish Sandwich = 6.75
Pizza = 14.99
Sweet Tea
(4 x 2.09) = 8.36
Total of items = 56.35
Sales tax on food = 3.381
(56.35 x 6%)
Total bill value = 59.731
Calculation of tips
Bill value x 15%
=59.731 x 15%
Tips paid=8.95965
Calculation of meals cost
Total meal cost = Bill value + tips
=59.731+8.95965
=$68.69
Total meal cost is $68.69
Answer:
y = 0.2x + 250
Step-by-step explanation:
let the sales be x and y be earnings
thus,
given
x₁ = $3,500 ; y₁ = $950
and,
x₂ = $2,800 ; y₂ = $810
Now,
the standard line equation is given as:
y = mx + c
here,
m is the slope
c is the constant
also,
m = 
or
m = 
or
m = 0.2
substituting the value of 'm' in the equation, we get
y = 0.2x + c
now,
substituting the x₁ = $3,500 and y₁ = $950 in the above equation, we get
$950 = 0.2 × $3,500 + c
or
$950 = $700 + c
or
c = $250
hence,
The equation comes out as:
y = 0.2x + 250
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
Since
is the square of x and 6x is twice the product between x and 3, the second square must be 3 squared, i.e. 9.
So, if we think of 15 as 9+6, we have

Which is the required vertex form. This form tells us imediately that the vertex is the point (3,6).
Since the leading coefficient is 1, the parabola is facing upwards (it's U shaped), so the vertex is a minimum.