Answer:it does exponential decay
Step-by-step explanation:
Answer:
A; the rate of change is the same
Explanation:
The graph and the table appear to be the same
Answer:
Let X be the number of customer purchased coffee
Let Y be the number of customer purchased donuts
Then
is the number of customer purchased both coffee and donuts
is the number of customer purchased both coffee or donuts
<em><u>The Number of customers purchased only Coffee:</u></em>
Number of customers purchased only donuts =n(X -Y)

n(X-Y) = 59 -16
n(Y - X) = 43
<em><u>The Number of customers purchased only donuts:</u></em>
Number of customers purchased only donuts =n(Y -X)

n(Y - X) = 39 -16
n(Y - X) = 23
<u>The Number of customers did not purchase either of these items:</u>
Number of customers did not purchase either of these items = 
First lets find 



=
= 28
Answer:
4 pieces of chair rail are needed
Step-by-step explanation:
<u>Step 1: Calculate the perimeter of the room</u>
Perimeter of rectangle = 2L + 2B
Length = 18
Breadth = 14
Perimeter of room = 2(18) + 2(14)
Perimeter of room = 64 feet
<u>Step 2: Calculate the pieces of chair rail needed</u>
<em>Perimeter of room = 64 feet</em>
<em>Length of each chair rail = 16 feet</em>
<em>Total chair rails needed = Perimeter of room/length of each chair rail</em>
<em>Total chair rails needed = 64/16</em>
Total chair rails needed = 4
Therefore, Mr. Herzog needs 4 pieces of chair rails.
Answer:
a = 2, b = -9, c = 3
Step-by-step explanation:
Replacing x, y values of the points in the equation y = a*x^2 + b*x +c give the following:
(-1,14)
14 = a*(-1)^2 + b*(-1) + c
(2,-7)
-7 = a*2^2 + b*2 + c
(5, 8)
8 = a*5^2 + b*5 + c
Rearranging:
a - b + c = 14
4*a + 2*b + c = -7
25*a + 5*b + c = 8
This is a linear system of equations with 3 equations and 3 unknows. In matrix notation the system is A*x = b whith:
A =
1 -1 1
4 2 1
25 5 1
x =
a
b
c
b =
14
-7
8
Solving A*x = b gives x = Inv(A)*b, where Inv(A) is the inverse matrix of A. From calculation software (I used Excel) you get:
inv(A) =
0.055555556 -0.111111111 0.055555556
-0.388888889 0.444444444 -0.055555556
0.555555556 0.555555556 -0.111111111
inv(A)*b
2
-9
3
So, a = 2, b = -9, c = 3