Answer:
y = -1/2c - 8
Step-by-step explanation:
2c - y = 6
2c -6 = y
Slope: 2. Slope of the perpendicular line: -1/2
Point (-4,-6)
y-intercept = -6 - (-1/2)(-4)
b = -6 -2 = -8
Answer:
A sphere
Step-by-step explanation:
A sphere is a round three dimensional object with no sharp corners or vertexes. Since a basketball fits this criteria, it is a sphere.
Answer:
4(x-1)units
Step-by-step explanation:
In a given rectangle, the length of the rectangle is the shorter side while its breadth is the longer side.
Since we have 2 lengths and 2 breadths in a rectangle, the perimeter of the rectangle will be 2L+2x where
L is the length(shorter side) and x is the breadth (longer side).
According to the question, the shorter side(L) is 2 units less than the longer side(x). Mathematically,
L = x-2
Substituting L = x-2 into the formula of perimeter of a rectangle we have,
P = 2(x-2) + 2x
P = 2x-4+2x
P = 4x-4
P = 4(x-1)
The perimeter of the rectangle will be 4(x-1)units
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.