Question

If a real estate agent charges 4% commission and you just bought a house with this...

If a real estate agent charges 4% commission and you just bought a house with this agent for 800 thousand dollars.

Write a program to calculate and print how much the real estate agent payment should be.

Use 0.04 to represent 4%.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

public class Main
{
   public static void main(String[] args) {
       int house_price=800000; //price in dollars
double commission_percentage=0.04; //commission is 4 percent i.e 0.04
double commission;
commission=house_price*commission_percentage; //finding the commission
System.out.println("commission for the agent is "+ commission+" dollars");
   }
}

Add a comment
Know the answer?
Add Answer to:
If a real estate agent charges 4% commission and you just bought a house with this...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Imagine that you are a real-estate agent who is trying to sell a huge house to...

    Imagine that you are a real-estate agent who is trying to sell a huge house to a wealthy couple. Explain how the buyers may be subject to each of the biases that are listed below. Response must be 100-125 words. Overconfidence Bias Hindsight Bias Anchoring and Adjustment Bias Confirmation Bias Availability Bias

  • Phil Dunphy, a real estate agent, is considering whether he should list an unusual $731,176 house...

    Phil Dunphy, a real estate agent, is considering whether he should list an unusual $731,176 house for sale. If he lists it, he will need to spend $4,946 in advertising, staging, and fresh cookies. The current owner has given Phil 6 months to sell the house. If he sells it, he will receive a commission of $23,886. If he is unable to sell the house, he will lose the listing and his expenses. Phil estimates the probability of selling this...

  • Which of these questions would you be unlikely to ask when interviewing a real estate agent?...

    Which of these questions would you be unlikely to ask when interviewing a real estate agent? A. How many first-time homebuyers did you work with last year? B. How much do I qualify to borrow? C. What is your commission? D. What price range is your specialty?

  • Question 3. A real estate agent sells abou owners had bought 10 years earlier for 15000...

    Question 3. A real estate agent sells abou owners had bought 10 years earlier for 15000 By how much does GDP rise in the current year? 19 for $500.000 that the prema sac s on a) $150,000 b) 5500,000 c) $5.000 d) None of the above

  • Use the following information for the next two problems. A real estate agent is interested in...

    Use the following information for the next two problems. A real estate agent is interested in the relationship between the size of a home (in square feet) and Y-the selling price in thousands of dollars). The equation of the least squares regression line is 47.82 +0.061x Which one of the following gives the correct interpretation of the slope? O a. Each additional square foot in the size is accompanied by an increase of 0.061 thousand dollars in the price O...

  • 10.A (7 points) You just bought a house for 500,000 dollars. You put 100,000 + 100.000...

    10.A (7 points) You just bought a house for 500,000 dollars. You put 100,000 + 100.000 dollars as the down hly compounding. You get a payment and borrow the rest from a bank at 3.75 percent APR with monthly 30-year mortgage. What is your monthly mortgage payment? Show your payments go to interest? Just 10B. (3 points) In the first year of your mortgage, how much of your paymer give me the answer. 11. (10 points) What is the present...

  • write a c++ program. A real estate broker sets fees for selling properties according to the...

    write a c++ program. A real estate broker sets fees for selling properties according to the property type as shown in the table. The broker wants you to write a program that prompts the user for the broker type, sale price of the property and the property code. If the user enters an invalid property code or broker code, the program should display an appropriate message and end the program. Allow the user to enter uppercase and lowercase letters. If...

  • An agent for a residential real estate company in a suburb located outside a major city...

    An agent for a residential real estate company in a suburb located outside a major city has the business objective of developing more accurate estimates of the monthly rental cost for apartments. Toward the​ goal, the agent would like to use the size of an​ apartment, as defined by square footage to predict the monthly rental cost. The agent selects a sample of 8​ one-bedroom apartments and the data are shown. Complete parts​ (a) through​ (f). mathxl.com An Agent For...

  • Suppose you bought a house for $3,520,000 to make it a nursing home in the future....

    Suppose you bought a house for $3,520,000 to make it a nursing home in the future. But you have not committed to the project and will decide in 9 years whether to go forward with it or sell off the house. If real estate values increase annually at 1.5%, how much can you expect to sell the house for in 9 years if you choose not to proceed with the nursing home project? Include functional formulas utilized in Microsoft® Excel®...

  • A real estate agent is considering changing her cell phone plan; there are three to chose...

    A real estate agent is considering changing her cell phone plan; there are three to chose from - all involve a monthly fee of $17.50 Plan A charges $0.47 per minute for daytime calls and $0.18 per minute for evening calls. Plan B charges $0.55 per minute for daytime calls and $0.19 per minute for evening calls. Plan C has a flat rate of $46 with up to 200 minutes of calls included per month and a charge of $0.39...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT