Answer:
increase = New number - original number
inc % = (increase ÷ original number) *100%
Step-by-step explanation:
133 - 76 = 56
inc % = 57 ÷ 76 = 0.75
0.75*100% = 75%
The answer is -125. Get this by taking (-5)(-5)(-5)
Answer:
160 miles
Step-by-step explanation:
Company A form $130 a day plus $0.30 per mile
Company A = 130 + 0.30x
Company B charges $50 a day plus $0.80 per mile
Company B = 50 + 0.80x
Where,
x = number of miles
Equate the cost of company A and company B
130 + 0.30x = 50 + 0.80x
Collect like terms
130 - 50 = 0.80x - 0.30x
80 = 0.50x
Divide both sides by 0.50x
x = 80 / 0.50
= 160
x = 160 miles
The number of miles in a day at which the rental costs for Company A and Company B are the same is 160 miles
Answer:
It's line C.
Step-by-step explanation:
the slope of line C is 1/2 so that's the constant of proportionality
Answer:
a) integral = 24.72
b) |Error| ≤ 0.4267
Step-by-step explanation:
a)
The integral:

can be approximated with the midpoint rule, as follows:
6.7*(0.8 - 0.0) + 8.9*(1.6 - 0.8) + 6.9*(2.4-1.6) + 8.4*(3.2 - 2.4) = 24.72
(that is, all the intervals are 0.8 units length and f(x) is evaluated in the midpoint of the interval)
b)The error bound for the midpoint rule with <em>n</em> points is:
|Error| ≤ K*(b - a)^3/(24*n^2)
where <em>b</em> and are the limits of integration of the integral and K = max |f''(x)|
Given that -5 ≤ f''(x) ≤ 1, then K = 5. Replacing into the equation:
|Error| ≤ 5*(3.2 - 0)^3/(24*4^2) = 0.4267