Answer:
D. Ensure that she credits the loan amount accurately to the customer’s account
Explanation:
Financial institutions are companies that offer a wide range of monetary and financial services to various customers. The financial institutions include; commercial banks, brokerage firms, investments firms and currency exchange companies. The services offered are; cash deposits and withdrawals, loans, investment services and currency exchange services.
These services can be offered to individuals or even companies that might need a wide range of financial services. In order for these services to be conducted in an orderly fashion, the services offered have to be regulated. This means that the service providers and the customers have to operate within a legal threshold. A knowledge of the legal responsibility of each party is therefor important in these type of environment.
In our case, the legal responsibility of Erin who works as a representative of the financial institution would be to ensure that she credits the loan amount accurately to the customer's account since Erin had already approved the customer's housing loan.
 
        
             
        
        
        
Answer:
NOT-unless the court believes that justice would be served.
Explanation:
Personal jurisdiction in legal setting can be regarded as the power conferred on a court to make decision on the case of the party that's been sued, for the court to exercise this power , there is a requirement that the party must have contact in minimum way together with forum in the court.
 
        
             
        
        
        
The correct answer for the for loop is:
for (int i=1; i<200; i++){
if ((i%2)==0 && (i%3)==0){
cout << i << " ";
}
}
Python offers three options for running the loops. For iterating repeatedly through a sequence, use a for loop (that is either a list, a tuple, a dictionary, a set, or a string). This functions more like an iterator method seen in other object-oriented programming languages and is less like the for keyword found in other programming languages. The for loop allows us to run a series of instructions once for each element of a list, tuple, set, etc. There is no need to set an indexing variable before using the for loop.
Write a for loop that prints, in ascending order, all the positive integers less than 200 that are divisible by both 2 and 3, separated by spaces.
Learn more about loops here:
brainly.com/question/25955539
#SPJ4
 
        
             
        
        
        
Answer:
(1) Short run - (A)
(2) Immediate run - (B)
(3) Long run - (C) 
In a short run, all the changes occur in an economy are for shorter time period and buyers have little time to respond to these changes. Hence, the demand curve is elastic in nature.
In an immediate run, there will be no time for the consumers to respond to the changes occur in an economy. Suppose there is an increase in the prices of the goods, as a result there will no changes occur in the quantity demanded. Hence, the demand curve is inelastic, means that there is no effect on quantity demanded.
In a long run, there is enough or more than enough time for the consumers to respond to the changes. Hence, the demand curve is elastic in nature.
 
        
             
        
        
        
Answer:
D) $7,000 negative
Explanation:
<em>What amount of net cash flow would be shown in the financing section of the statement of cash flows?</em>
<em />
Amount of net cash flow to be shown in the financing section of the statement of cash flows = Decrease in Account payable - Increase in accrued liabilities + Borrow of new  long term notes payable - Repayment of long term notes payable
= -$2,000 + $1,000 + $34,000 - $40,000
= -$7,000