The number of doctors that would be needed for the 35-bed wing is 38.
<h3>How many more doctors are needed?</h3>
The first step is to determine the number of doctors needed for one bed : 463 / 423
The second step is to multiply the ratio gotten in the first step by the number of beds in the new wing: (463 / 423) x 35 = 38.21 = 38
To learn more about ratios, please check: brainly.com/question/9194979
#SPJ1
C = 22d is the correct answer because for every day the cost increases by 22 so two days mean the cost is equal to 22 (2)
Answer:
F(d) = 30 + 0.50d
Step-by-step explanation:
Given
Charges = P8.00 ---- first 4 km
Additional = P0.50
Required
Write a function to address the scenario.
Represent the whole distance covered with d.
First,we need to determine the total charges for the first four hours.
Charges = 8.00 * 4
Charges = 32.00
Next, we determine the charges for additional distance.
Charges = 0.50 * (d - 4)
d - 4 is the remaining distance after the first 4.
Charges = 0.50d - 2
The function is then written as;
F(d) = 32 + 0.50d - 2
F(d) = 32 - 2 + 0.50d
F(d) = 30 + 0.50d
T(1) = 3, t(n) = -2t(n-1) + 1
So t(2) = -2(t(1)) + 1 = -2(3) + 1 = -5
t(3) = -2(t(2)) +1 = -2(-5) +1 = 11
t(4) = -2(t(3)) +1 = -2(11) +1 = -21
t(5) = -2(t(4)) +1 = -2(-21) +1 = 43