1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
BartSMP [9]
3 years ago
12

Add a new field named LoanPayment using the Expression Builder. Insert the Pmt function to determine the monthly payment for a 2

-year loan, paid monthly, with a 5% yearly interest rate. The present value is 25000 minus the savings balance. For example, if the purchase price were 25000, with 5000 in savings to put toward the purchase, your present value would be 20000. Ensure the number displays as a positive number.

Business
1 answer:
pogonyaev3 years ago
7 0

Solution and Explanation:

Step 1:  Start Access. Open the downloaded Access file named exploring_a03_Grader_a1.accdb.

Step 2:  Assume that there is a table Loans with the following attributes as shown in the screenshot.

Step 3:  Create a query using Query Design. From the Clients table, display the client’s FirstName and LastName. From the Accounts table, select the Savings Balance and OpenDate. Sort the query by savings balance in descending order.

   Add a calculated field named AccountTime that calculates the number of days each client’s accounts have been open. Assume today’s date is 12/31/2017. Recall dates must be enclosed in # to denote to Access it is a date. Format the results in General Number format. Save the query as Account Longevity, and close the query.

Step 4: Create a query using Query Design. From the Clients table, display the client first name and last name. From the Accounts table, select the savings balance.

   Add appropriate grouping, so the client’s total retirement account savings balances are displayed. Add a sort so the highest total savings balances are displayed first.

Step 5:  Switch to Datasheet view. Add a totals row displaying the count of the last name and the average of total savings balances. Save the query as Total Balances By Client and close the query.

Step 6:  Create a copy of the Total Balances By Client query. Name the query Total Balances By State. Open the query in Design view and remove the client name from the query. Add grouping by the client’s state.

   Sort by the client’s state in Ascending order and remove the sort on the savings balance. Add criteria so clients with retirement account savings balances of $10,000 or more are factored in to the query. Save and close the query.

Step 7:   Create a new query using Query Design. From the Clients table, select the client first name, last name, and state. From the Accounts table, select the Savings Balance. Add criteria so only customers with balances under $15,000 are displayed.

Step 8:  Enter the sample data (one record) as shown in the screenshot.

As present value is given as 25000, loan amount is taken as 25000.

As savings balance is given as 5000, savings balance is taken as 5000.

Step 9: SS

Step 10:  Then an expression builder is opened as shown in the screenshot:

Step 11:  Then enter the expression pmt(0.5/12, 2*12, - (Loan Amount] – [Savings balance]), 0, 0) as shown in the screenshot.

You might be interested in
Value-added" describes the economic enhancement a company gives its products or services and helps explain why companies are abl
Eduardwww [97]

Answer:

What Is Value-Added?

The term "value-added" describes the economic enhancement a company gives its products or services before offering them to customers. Value-added helps explain why companies are able to sell their goods or services for more than they cost to produce. Adding value to products and services is very important as it provides consumers with an incentive to make purchases, thus increasing a company's revenue and bottom line.

Explanation:

3 0
3 years ago
You invested $30,000 in BOA, $20,000 in Best Buy, and $50,000 in Harley-Davidson for your portfolio. Betas are 1.8, 1.05 and 1.5
steposvetlana [31]

Answer:

Beta= 1.5

Explanation:

<u>First, we need to calculate the proportional investment of each asset:</u>

Total investment= $100,000

BOA= 30,000/100,000= 0.3

Best Buy= 20,000/100,000= 0.2

Harley-Davidson= 50,000/100,000= 0.5

<u>To calculate the beta of the portfolio, we need to use the following formula:</u>

Beta= (proportion of investment A*beta A) + (proportion of investment B*beta B)...

Beta= (0.3*1.8) + (0.2*1.05) + (0.5*1.5)

Beta= 1.5

4 0
2 years ago
Assume that Robin's checking account at Folsom Bank has a balance of $2,000. If Robin withdraws $200 of cash from the bank's ATM
astra-53 [7]

Answer:

c

Explanation:

because he got out 200 from his bank

4 0
3 years ago
The company currently markets McDog T-bone, Lapdog Lunchtreats, Rover's Potroast, and Puppy Porterhouse in the dog food market.
olasank [31]

Answer:

company's product line in the dog food market

Explanation:

In the description provided, it can be said that Prime Cuts will be an addition to the company's product line in the dog food market. A product line is a group of related products all marketed under a single brand name and are sold by the same company to the same targeted group of consumers. Such as in this scenario, all of the products listed are dog treats/food with different ingredients and are all sold by the same company to people looking for dog food.

4 0
3 years ago
Why is it relevant that finance tends to attract large amounts of money? a. Money can be used for good or evil b. Finance attrac
SpyIntel [72]

Answer: c. Financial markets are a critical components of economic success

Explanation:

Economic success runs on companies and individuals being able to produce goods and services for the economy. To be able to do so they need capital to invest and most times they don't have that capital.

This is where Finance comes in. It connects people who do not have the capital but want to produce to those that have the capital but do not necessarily want to produce.

The huge amounts of money that finance attracts is channelled to those who need it. They then produce and the economy becomes successful.

6 0
3 years ago
Other questions:
  • Pharoah Company invests $10,400,000 in 5% fixed rate corporate bonds on January 1, 2017. All the bonds are classified as availab
    11·1 answer
  • Costs of production that affect people who have no control over how much of a good is produced
    8·1 answer
  • Bagwell's net income for the year ended December 31, Year 2 was $175,000. Information from Bagwell's comparative balance sheets
    7·1 answer
  • Bankston Corporation forecasts that if all of its existing financial policies are followed, its proposed capital budget would be
    11·1 answer
  • Sometimes reactions to prices in oligopolistic markets can result in a _________, which occurs when two or more firms compete pr
    12·1 answer
  • If a good's production process results in pollution and the government taxes producers to pay for cleanup costs, then :______
    10·1 answer
  • Which of the following is not a determinant of a consumer's demand for a commodity?
    12·1 answer
  • Mag bigay programang pampamahalaan sa panahon ng komonweit​
    6·1 answer
  • What do americans consider to be a signal of progress in a business negotiations with foreigners?
    15·1 answer
  • thomas jefferson's decision to initiate the louisiana purchase in 1803 was an early example of the exercising of presidential po
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!