15,900 is my because thats how much only sandra will pay.
Answer:
True
Explanation:
Profit function would be maximised.
Profit = Revenue - Cost
Let units of both goods be = A ,B
Revenue per unit good A = 100
Revenue per unit good B = 90
Variable Cost per unit good A = 30
Variable Cost per unit good B = 25
Profit Function = (100 - 30)A + (90 - 35)B
= 60A + 65B
{The function is right without including 'average fixed cost' part of 'total cost' in the function because : average fixed cost is a constant & constant figure doesn't effect optimisation (via differentiation , ∵ d (c) = 0)
Answer:
I. The three (3) main functions of money in an economy are;
a. Medium of exchange.
b. Unit of account.
c. Store of value.
II. Liquidity is a characteristic of money.
Explanation:
In economics or financial accounting, money can be defined as any asset used by an individual or business entity to make purchases of goods and services at a specific period of time.
Simply stated, money refers to any asset which can be used to purchase goods and services by customers.
This ultimately implies that, money is any recognized economic unit that is generally accepted as a medium of exchange for goods and services, as well as repayment of debts such as loans, taxes across the world.
I. The three (3) main functions of money all over the world are;
a. Medium of exchange.
b. Unit of account.
c. Store of value.
II. The rate at which an asset can be used to purchase any goods or services refers to its liquidity. Thus, liquidity is a quality or characteristics of money as a medium of exchange.
In conclusion, money is a generally accepted medium of exchange around the world and money being a store of value makes it possible to transfer purchasing power between traders and buyers from the present to the future.
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:
The presentation suggest that you should do all of the above.
Explanation: