Answer:
$13.5 million
Explanation:
Fractional Banking System- This is banking system where banks are required by the central banking authority to keep a certain percentage of their total deposit as the minimum reserve which they cannot lend out.
The idea behind this requirement is to help manage liquidity risk- a situation where a bank does not have enough cash to meet its deposit customers demand.
Required-reserve ratio: The minimum percentage that banks are required to keep as reserve is known as the required-reserve ratio. In this question, it is given as 10%. Multiply this ratio by the total deposit and you will get the required reserve in dollar amount.
Therefore the required reserve for this bank = 10% ×$15 million= $1.5 million
Excess reserve; Excess reserve is the balance of the total deposit over and above the required reserve. The bank can lend and create loan asset from this balance.
It is calculated as = Total deposit - Required reserve
So we apply this to our question
Excess reserve = $15 million - (10% × $15 million)
= $15 million - $1.5 million
= $13.5 million
Answer:
//algorithm for ATM money withdrawal
Algorithm: Algorithm for cash withdrawals from ATM.
Input: withdraw_amount
Output: amount+service_charges.
Algorithm:
step 1:
balance =account balance.
withdraw_amount = (Get input from user)
step 2:
if(withdraw_amount>400)
then, print "maximum limit exceeds"
step 3:
if(withdraw_amout<1)
then, print "enter a valid amount"
step 4:
if(withdraw_amount>balance)
then, print "insufficient balance.. withdraw money $30 as service charges "
step 5:
if(withdraw_amount<400 && withdraw_amount<balance)
if(withdraw_amount>200)
service_charge=withdraw_amount*(3/100)
print " Your cash is dispensed... total amount withdrawn +service_charges 30% (withdraw_amount +service_charge) "
Answer:
$7,247.05
Explanation:
The computation of the inventory level is shown below:
But before that first we have to find out the fixed cost per unit which is
= Total fixed manufacturing overhead ÷ production units
= $59,160 ÷ 11,600 units
= $5.1 per unit
Now the inventory level is by taking the difference of net operating income between two methods
= ($127,960 - $91,000) ÷ ($5.1 per unit)
= $7,247.05
Therefore, the inventory is increased by $7,247.05
Answer:
The SML relates a stock's required return to its market risk. The slope and intercept of this line cannot be controlled by the firms' managers, but managers can influence their firms' positions on the line by such actions as changing the firm's capital structure or the type of assets it employs.
Explanation: The SML can help to determine whether an investment product would offer a favorable expected return compared to its level of risk. The formula for plotting the SML is: Required Return = Risk-Free Rate of Return + Beta (Market Return - Risk-Free Rate of Return).