Answer:
So x should equal 1/2, and y should equal -1.
Hope this helps :)
.131252, 144, 198, 264
Hope this helps if you get confused you can use a number line to help you :D
For this case we have the following linear equation:
d = 15.7p + 2.0
Where,
p: number of people
d: total bill
We note that the slope of the equation is:
m = 15.7 $ / person
Therefore, the amount of the bill increases if the number of people grows.
Answer:
b) The model predicts that for each additional person at a table, the total bill increases by $ 15.70.
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
The awnser to the question is 560 miles. You are welcome