Answer:
12n+34
n represents each ticket and 34 is parking lot
Let's take the percentage as x
(x / 100) * 5 = 0.35
x / 100 = 0.07
x = 7
therefore the percentage is 7%
There is no exact rule for lines of best fit. However, in general, there should be roughly the same amount above as below. So, if we are following this rule, there should be about 4 below as well.
Answer:
x = 21°
y = 29°
Step-by-step explanation:
a) Solving for x
Note that:
(3x - 3)° and 60° are Alternate interior angles, and alternate interior angles are equal to each other, hence:
3x - 3 = 60° (Alternate interior angles)
Add 3 to both sides
3x - 3 +3 = 60 + 3
3x = 63°
x = 63°/3
x = 21°
b) Solving for y
Notes that:
(3x - 3)° and (4y + 4)° are Consecutive interior angles and the sum consecutive interior angles is 180°
3x - 3 + 4y + 4 = 180°
3x + 4y - 3 + 4 = 180°
3x + 4y + 1 = 180°
Note that x = 21
Hence
3(21) + 4y + 1 = 180°
63 + 1 + 4y = 180°
64 + 4y = 180°
Subtract 64 from both sides
64 - 64 + 4y = 180° - 64
4y = 116°
y = 116/4
y => 29°
Answer:
Step-by-step explanation:
Polynomial f(x) has the following conditions: zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.
The first part zeros of -2 means (x+2) and multiplicity 3 means (x+2)^3.
The second part zeros of 3 means (x-3) and multiplicity 1 means (x-3).
The third part f(0) = 120 means substituting x=0 into (x+2)^3*(x-3)*k =120
(0+2)^3*(0-3)*k = 120
-24k = 120
k = -5
Combining all three conditions, f(x)
= -5(x+2)^3*(x-3)
= -5(x^3 + 3*2*x^2 + 3*2*2*x + 2^3)(x-3)
= -5(x^4 + 6x^3 + 12x^2 + 8x - 3x^3 - 18x^2 - 36x - 24)
= -5(x^4 + 3x^3 - 6x^2 - 28x -24)
= -5x^4 - 15x^3 + 30x^2 + 140x + 120