<h3>
Answer: 180 degrees</h3>
note: it doesn't matter if its clockwise or counterclockwise when it comes to 180 degree rotations.
========================================
Explanation:
The rule for 180 degree rotations is
(x,y) ---> (-x, -y)
So the x and y coordinates flip in sign from positive to negative, or vice versa.
Point D ' (-3, 5) rotates to D ' (3, -5) following this rule
-----------------
A further detailed break down might look like this
x = -3 becomes -x = -(-3) = 3
y = 5 becomes -y = -5
(-3, 5) ----> (3, -5)
The cost of parking is an initial cost plus an hourly cost.
The first hour costs $7.
You need a function for the cost of more than 1 hour,
meaning 2, 3, 4, etc. hours.
Each hour after the first hour costs $5.
1 hour: $7
2 hours: $7 + $5 = 7 + 5 * 1 = 12
3 hours: $7 + $5 + $5 = 7 + 5 * 2 = 17
4 hours: $7 + $5 + $5 + $5 = 7 + 5 * 3 = 22
Notice the pattern above in the middle column.
The number of $5 charges you add is one less than the number of hours.
For 2 hours, you only add one $5 charge.
For 3 hours, you add two $5 charges.
Since the number of hours is x, according to the problem, 1 hour less than the number of hours is x - 1.
The fixed charge is the $7 for the first hour.
Each additional hour is $5, so you multiply 1 less than the number of hours,
x - 1, by 5 and add to 7.
C(x) = 7 + 5(x - 1)
This can be left as it is, or it can be simplified as
C(x) = 7 + 5x - 5
C(x) = 5x + 2
Answer: C(x) = 5x + 2
Check:
For 2 hours: C(2) = 5(2) + 2 = 10 + 2 = 12
For 3 hours: C(3) = 5(3) + 2 = 15 + 2 = 17
For 4 hours: C(3) = 5(4) + 2 = 20 + 2 = 22
Notice that the totals for 2, 3, 4 hours here
are the same as the right column in the table above.
The sum of interior angles of a triangle is 180°, and a linear pair is supplementary (adds to 180°). The appropriate choice is
... G. w = 105°, because ...
_____
In short, an exterior angle is equal to the sum of the opposite interior angles.
... w = 180 - (180 - (45 + 60)) = 180 -180 +45 +60
... w = 45 +60
The answers are congruent and intersecting
Answer:
A. t=66d
B. 66=d•t
C. d=66/t
D. d= 66t****
Step-by-step explanation:
the 66 ft/s is the speed, or the velocity.
since distance = time x velocity , or distance = time x rate
d = 66t