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
Anna71 [15]
3 years ago
5

A corporate bond pays 6.25 percent interest. How much would a municipal bond have to pay to be equivalent to this on an after ta

x basis if you are in the 28 marginal percent tax bracket?A) 7.82 percentB) 5.79 percentC) 4.50 percentD) 7.26 percentE) 8.38 percent
Business
1 answer:
garri49 [273]3 years ago
5 0

Answer:

C) 4.50 percent

Explanation:

It is given that :

Interest a corporate bond pays = 6.25 percent

The marginal percent tax bracket is given as : 28 %

We have to find the amount that the municipality bond shall pay to be the equivalent to the amount after the tax basis :

We known that the municipal bond is tax exempted after the corporate tax bond should be equal to the municipal bond to be indifferent.

Thus, rate of return = rate of return after tax = rate x (1 - tax rate)

                                                                         = 6.25 % x (1 - 0.28)

                                                                         = 4.50 %

Therefore the answer is   = 4.50 %

You might be interested in
When preparing to work on a project, teams should name a meeting leader to plan and conduct meetings, a recorder to keep a recor
vesna_86 [32]

Answer:

The statement is: True.

Explanation:

Teams tend to have more effective results when they select a leader, recorder, and evaluator. Those characters will play an important role to control and measure the team's performance that will lead them to achieve their objectives. The <em>leader </em>should guide the team whenever the members gather, the <em>recorder </em>registers the most relevant information of every meeting, and the <em>evaluator </em>measures the advance of the project with the help of the leader.

4 0
3 years ago
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balance
Vedmedyk [2.9K]

Answer:

Explanation:

#include <iostream>

#include <vector>

using namespace std;

int main() {

   vector<int> jerseyNumber;

   vector<int> rating;

   int temp;

   for (int i = 1; i <= 5; i++) {

       cout << "Enter player " << i

            << "'s jersey number: ";

       cin >> temp;

       jerseyNumber.push_back(temp);

       cout << "Enter player " << i

            << "'s rating: ";

       cin >> temp;

       rating.push_back(temp);

       cout << endl;

   }

   cout << "ROSTER" << endl;

   for (int i = 0; i < 5; i++)

       cout << "Player " << i + 1 << " -- "

            << "Jersey number: " << jerseyNumber.at(i)

            << ", Rating: " << rating.at(i) << endl;

   char option;

   '

   while (true) {

       cout << "MENU" << endl;

       cout << "a - Add player" << endl;

       cout << "d - Remove player" << endl;

       cout << "u - Update player rating" << endl;

       cout << "r - Output players above a rating"

            << endl;

       cout << "o - Output roster" << endl;

       cout << "q - Quit" << endl << endl;

       cout << "Choose an option: ";

       cin >> option;

       switch (option) {

           case 'a':

           case 'A':

               cout << "Enter a new player's"

                    << "jersey number: ";

               cin >> temp;

               jerseyNumber.push_back(temp);

               cout << "Enter the player's rating: ";

               cin >> temp;

               rating.push_back(temp);

               break;

           case 'd':

           case 'D':

               cout << "Enter a jersey number: ";

               cin >> temp;

               int i;

               for (i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       jerseyNumber.erase(

                               jerseyNumber.begin() + i);

                       rating.erase(rating.begin() + i);

                       break;

                   }

               }

               break;

           case 'u':

           case 'U':

               cout << "Enter a jersey number: ";

               cin >> temp;

               for (int i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       cout << "Enter a new rating "

                            << "for player: ";

                       cin >> temp;

                       rating.at(i) = temp;

                       break;

                   }

               }

               break;

           case 'r':

           case 'R':

               cout << "Enter a rating: ";

               cin >> temp;

               cout << "\nABOVE " << temp << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   if (rating.at(i) > temp)

                       cout << "Player " << i + 1

                            << " -- "

                            << "Jersey number: "

                            << jerseyNumber.at(i)

                            << ", Rating: "

                            << rating.at(i) << endl;

               break;

           case 'o':

           case 'O':

               cout << "ROSTER" << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   cout << "Player " << i + 1 << " -- "

                        << "Jersey number: "

                        << jerseyNumber.at(i) << ", Rating: "

                        << rating.at(i) << endl;

               break;

           case 'q':

               return 0;

           default:

               cout << "Invalid menu option."

                    << " Try again." << endl;

       }

   }

}

4 0
2 years ago
New items developed for automobiles in the 1997 model year included a safer air bag, which, unlike previous air bags, eliminated
Debora [2.8K]

Answer:

(E) inflated to make

Explanation:

There is a grammatical error, in the sentence as for the words:

inflated, and making the words inflated to make shall be replaced in order to correct the error.

As the event discussed is related to the past that is already it happened that the bag got inflated to make the passenger who is already terrified think, that the car is on fire.

There is a new innovation to correct the past event, where the inflation of bag is related to making the person terrified, and are not two separate transactions, that shall be reported in different phrases.

3 0
3 years ago
Orwell Building Supplies' last dividend was $1.75. Its dividend growth rate is expected to be constant at 25% for 2 years, after
EleoNora [17]

Answer:

Best estimate of the current stock price= $42.64

Explanation:

Price of the stock today = \frac{D1}{(1+ke)^1}+\frac{D2}{(1+ke)^2}+\frac{P2}{(1+ke)^2}.

where P2 = \frac{D3}{ke-g}

D0=$1.75

D1=$1.75(1.25)

D2=$1.75(1.25)(1.25)

D3=$1.75(1.25)(1.25)(1.06)

Price of the stock today = \frac{1.75(1.25)}{(1+0.12)^1}+\frac{1.75(1.25)(1.25)}{(1+0.12)^2}+\frac{1.75(1.25)(1.25)(1.06)}{(0.12-0.06)(1+0.12)^2}. = $42.64

8 0
3 years ago
Exercise 183 Wayne Company reported net income of $265,000 for 2020. Wayne also reported depreciation expense of $45,000 and a l
Cerrena [4.2K]

Answer:

Net cash flow of the operating activities is $356,000

Explanation:

                               Wayne Company

                   Partial statement of Cash flow

          For the year Ended December 31, 2021

Cash flow from operating activities:

Net Income                                                         $265,000

<em />

<em>Adjustment to reconcile net income to net  </em>

<em>cash provided by operating activities</em>

Depreciation expenses                    $45,000

Loss on sale of equipment               $8,000

Decrease in accounts receivable     $15,000

Decrease in prepaid expenses         $6,000

Increase in accounts payable            <u>$17,000</u>    <u>$91,000</u>

Net cash provided by operating activities       <u>$356,000</u>

7 0
3 years ago
Other questions:
  • A manager of a monopoly firm notices that the firm is producing output at a rate at which average total cost is falling but is n
    8·1 answer
  • At a price of $4 per unit, Gadgets Inc. is willing to supply 20,000 gadgets, while United Gadgets is willing to supply 10,000 ga
    7·1 answer
  • Why dress code important ?
    11·1 answer
  • Generally, the ________ sample procedure for inferences about two population means provides better precision than the _______ sa
    14·1 answer
  • 1. The Aggie Company has EBIT of $50,000 and market value debt of $100,000 outstanding with a 9% coupon rate. The cost of equity
    7·2 answers
  • The shape of Germany's production possibilities frontier (PPF) should reflect the fact that as Germany produces more trucks and
    9·1 answer
  • WAYS IN WHICH THE YOUTH CAN MANAGE STRESS<br>​
    13·1 answer
  • Suppose you have the following information on Sam's budget. Sam has a yearly budget of $2000 to spend on consuming concert ticke
    7·1 answer
  • Assume that you are nearing graduation and have applied for a job with a local bank. As part of the bank's evaluation process, y
    15·1 answer
  • ___________________ usually have greater financial strength than do other forms of business organizations.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!