Answer:
Twelve tickets cost $30 --> True
Thirty tickets cost $12 --> False
Each additional costs $2.50 --> True
The table is a partial rep --> True
ordered pairs --> False
Step-by-step explanation:
Twelve tickets cost $30 --> True, you can literally see that in the table
Thirty tickets cost $12 --> False, 30 is not in the table so you don't have that information. Besides, $12 is an unlikely low value for so many tickets.
Each additional costs $2.50 --> True, you can see the difference in the TotalCost column to be consistently 2.50.
The table is a partial rep --> True, values below 11 are not shown for example.
ordered pairs --> False --> Then the x value should be first, e.g., (11, 27.50), since the cost y is a function of the number x.
M=(x1+x2/2, y1+y2/2)
M= (2, -4)
Answer:
a-2=a-2
Step-by-step explanation:
Here it is, you just have to notice that the numerator has common factors alternated. You will then collect the same parentheses and simplify with the denominator.
Answer:
distance = sqrt( 65 ) ~= 8.06
Step-by-step explanation:
To find the distance between two points, we can use the distance formula.
distance = sqrt( [x2 - x1]^2 + [y2 - y1]^2)
distance = sqrt( [-5 - 2]^2 + [3 - -1]^2)
distance = sqrt( [-7]^2 + [4]^2)
distance = sqrt( 49 + 16 )
distance = sqrt( 65 ) ~= 8.06
Cheers.