The selling price of the price that is offered to the buyer of the goods. The selling price of the car should be $<u><em>75,000</em></u>.
<h3>What is the selling price?</h3>
The selling price is the ultimate value of the goods the seller is willing to offer to the buyer at the time of sale. It is determined by adding up the profit margin to the actual cost of the goods.
The computation of the selling price of the car:
Given,
- Cost price =$60,000
- Margin =25%

Therefore, if Sherry wants to make 25% on the sale of each car then the car must be sold at $75,000 each.
Learn more about selling price, here:
brainly.com/question/3798799
Answer: Leased employee
Explanation:
Leased employee are employed by a service firm and assigned to work at a business or an organization.
They are contractual employee and paid on the basis of what is deemed in contract.
Answer: The correct answer is c) It does not provide for everyoned.
Explanation:
In a market economy, the problem is that we are not born with the same opportunities, nor the possibility of accessing the same factors of production, nor are we equally qualified in all fields. That is, those who are born in a family with less economic resources, or simply are not enabled in activities that have more benefits, are at a disadvantage compared to the rest of the individuals. These inequalities end up generating inequalities in income distribution.
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:
C $1,104
Explanation:
TIPS are the form of bonds which are specially designed for the purpose to protect the investors against the inflation.
The principal value of the bond in case of TIPS is adjusted for yearly inflation.
Based on the above discussion the value of TIPS bond can be calculated using the below formula:
Value of bond at maturity=Principal amount (1+inflation rate)^5
=1,000(1+2%)^5
=1,104
So the answer is C $1,104