A nontaxable bond pays interest at 5 percent a year. What interest rate would a taxable bond need to pay to yield the same after-tax income as the non-taxable bond? The tax rate is 28 percent

Its easier to work this problem with the rates in decimal form. So at the beginning divide the given rates by 100. At the end, convert the result to a percent by multiplying by 100.
Let v = the value of taxable bond.
Letp = the interest rate of the taxable bond.
Interest on the nontaxable bond = 0.05v
Interest on the taxable bond pv
Tax on taxable interest = 0.28pv
After-tax income = taxable interest — =pv — 0.28pv
=(1 — 0.28)pv after factoring out pv after subtracting
= 0.72pv tax on taxable interest


To satisfy the condition that the interest on nontaxable bond be the same as the after tax income on the taxable bond:
0.72pv = 0.05v
0.72p = 0.05 after diving out v
p = 0.05 0.72 after dividing both sides by 0.72
p = 0.069444... after doing the division
p = 0.69444 * 100% converting the result to a percent
p = 6.94% after rounding percent to 2 places
(Notice that the solution does not depend upon the value of the bond.)
Check for $10,000 bond using the rounded value for the taxable interest rate:
Nontaxable interest = 0.05 * 10000 = $500
Taxable interest — 0.0694 * 10000 = $694
Tax on $694 = 0.28 * 694 = $194
After-tax interest = 694 — 194 = $500
(The after-tax interest is same as non-tax interest above.)
Check using a formula:
You may discover that the following formula applies:
p = r I (1 — 1)
where p is the taxable interest rate, r is the nontaxable interest rate, and t is the
tax rate. The formula works when all the are expressed as decimals.
Substituting the values for this problem into the formula gives: p = 0.05 / (1 — 0.28)
p = 0.05 / 0.72
p = 0.069444...
p = 0.06944 * 100% (expressed as percent)
p = 6.94% (rounded to 2 places)
(This checks with the values computed using the other two methods.)

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The following lines of code display all the items of lstBox. ``` For n As Integer = 1 to lstBox.Items.Count lstBox2.Items.Add(lstBox.Items(n)) Next ``` 2. The number of items in ListBox1 is ListBox1.Items.Count. 3. If no item in a list box is selected, the value of lstBox.SelectedIndex is 0. 4. The value of lstBox.Items(n) is the nth item in the list box. 5. The sorted property can only be set to True at design time.

Computer Science & Information Technology

Which two daemons are part of the Samba suite? What does each do?

What will be an ideal response?

Computer Science & Information Technology

A left outer join will display all of the records on the many side of the relationship

Indicate whether the statement is true or false

Computer Science & Information Technology

A line spacing of 1.15 adds an entire line of space between lines to make a document easier to read on a computer screen

Indicate whether the statement is true or false

Computer Science & Information Technology