First you must take into account the variable that is being defined for this case:
c = represents the number of puppies whose eyes are closed.
We can then write the following equation:
15 = 11 + c
Rewriting the equation:
11 + c = 15
Clearing c:
c = 15-11
c = 4
4 puppies have their eyes closed
Answer:
11 + c = 15
4 puppies have their eyes closed
The first step in graphing a linear inequality is to graph the linear equality. The equation -x + 4y = -8 is equivalent to 4y = x - 8, which is equivalent to
. This is the equation for the line in slope-intercept form, so the line will have a slope of 1/4 and a y-intercept of -2 (see the first image). Notice that the line is solid, rather than dotted. This represents that points on the line are included in the solution, because the inequality sign is ≥, which is not a strict equality (< or >).
Next, we need to figure out which side to shade. To do so, simply pick any point (I like to use the point (0,0) because it makes the calculations easy) and see whether it satisfies the inequality. If it does, shade the side with that point, and if not, shade the opposite side of the graph.
Here we see that the point (0,0) does satisfy the inequality, since -(0) + 4(0) is 0, and 0 ≥ -8, so the top half of the graph should be shaded (see the second image).
Answer:
[(a)^2-(4^2)](a+4)
Step-by-step explanation:
Answer:
C(n) = pn
Step-by-step explanation:
Given :
n = time in hours for service call
C = total cost
Total cost = unit cost per hour * time in hours
If unit cost per hour = p
Hence,
C(n) = p * n
C(n) = pn
The formula is f(x) = a x ^ 3 + b x ^ 2 + c x + d
f '(x) = 3ax^2 + 2bx + c.
f(- 3) = 3 ==> - 27a + 9b - 3c + d = 3
f '(- 3) = 0 (being a most extreme) ==> 27a - 6b + c = 0.
f(1) = 0 ==> a + b + c + d = 0
f '(1) = 0 (being a base) ==> 3a + 2b + c = 0.
-
Along these lines, we have the four conditions
- 27a + 9b - 3c + d = 3
a + b + c + d = 0
27a - 6b + c = 0
3a + 2b + c = 0
Subtracting the last two conditions yields 24a - 8b = 0 ==> b = 3a.
Along these lines, the last condition yields 3a + 6a + c = 0 ==> c = - 9a.
Consequently, we have from the initial two conditions:
- 27a + 9(3a) - 3(- 9a) + d = 3 ==> 27a + d = 3
a + 3a - 9a + d = 0 ==> d = 5a.
Along these lines, a = 3/32 and d = 15/32.
==> b = 9/32 and c = - 27/32.
That is, f(x) = (1/32)(3x^3 + 9x^2 - 27x + 15).