Answer:
• it charges banks more interest
• it sells more securities
• it decreases the money supply
In response to high inflation, the Fed charges banks more interests and pays the banks less interests. It also sells not securities.
Answer:
Explanation:
volume of 20.9 N
= 20.9 / 11.5 m³
= 1.8174 m³
In one hour 1.8174 m³ flows
in one second volume flowing = 1.8174 / 60 x 60
= 5 x 10⁻⁴ m³
Rate of volume flow = 5 x 10⁻⁴ m³ / s .
Answer & Explanation:
function Temprature
NYC=[33 33 18 29 40 55 19 22 32 37 58 54 51 52 45 41 45 39 36 45 33 18 19 19 28 34 44 21 23 30 39];
DEN=[39 48 61 39 14 37 43 38 46 39 55 46 46 39 54 45 52 52 62 45 62 40 25 57 60 57 20 32 50 48 28];
%AVERAGE CALCULATION AND ROUND TO NEAREST INT
avgNYC=round(mean(NYC));
avgDEN=round(mean(DEN));
fprintf('\nThe average temperature for the month of January in New York city is %g (F)',avgNYC);
fprintf('\nThe average temperature for the month of January in Denvar is %g (F)',avgDEN);
%part B
count=1;
NNYC=0;
NDEN=0;
while count<=length(NYC)
if NYC(count)>avgNYC
NNYC=NNYC+1;
end
if DEN(count)>avgDEN
NDEN=NDEN+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in New York city was above the average',NNYC);
fprintf('\nDuring %g days, the temprature in Denvar was above the average',NDEN);
%part C
count=1;
highDen=0;
while count<=length(NYC)
if NYC(count)>DEN(count)
highDen=highDen+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in Denver was higher than the temprature in New York city.\n',highDen);
end
%output
check the attachment for additional Information
Advantages include low costs and minimal labor.Water stays in the root zone, and foliage stays dry. Drawbacks to surface irrigation include potential overwatering and wasteful runoff.
Answer:
$7,778.35
Explanation:
At year 3, the final payment of the remaining balance is equal to the present worth P of the last three payments.
First, calculate the uniform payments A:
A = 12000(A/P, 4%, 5)
= 12000(0.2246) = 2695.2 (from the calculator)
Then take the last three payments as its own cash flow.
To calculate the new P:
P = 2695.2 + 2695.2(P/A, 4%, 2) = 2695.2 + 2695.2(1.886) = 7778.35
Therefore, the final payment is $7,778.35