Answer:
The correct answer is: 36 months or 3 years.
Explanation:
The Department of Treasury Circular 230 establishes the regulations for all those professionals who represent individuals before the Internal Revenue Service (<em>IRS</em>) such as <em>lawyers </em>and <em>accountants</em>. In section 10.29 there is a retention requirement in front of conflict of interest that implies waivers or consents to be retained by the tax professional for <em>3 years post-representation</em> and made available to the IRS if requested.
Answer:
#include<iostream>
#include<string>
#define N 10
#define M 4
using namespace std;
class Painting
{
protected:
string title;
string author;
int value;
public:
Painting(string Title="", stringAuthor="",int Value=400) {title=Title;author=Author;value=Value;}
void setTitle(string newTitle){title=newTitle;}
void setAuthor(string newAuthor){author=newAuthor;}
void display() {cout<<"Title:"<<title<<endl; cout<<"Author:
"<<author<<endl<<"Value:
"<<value<<endl;}
};
class FamousPainting:public Painting
{
public:
FamousPainting(string Title, stringAuthor, int Value=25000): Painting(Title,Author,Value){}
};
int main()
{
Painting *paintings=new Painting[N];
stringfamous[M]={"Degas","Monet",
"Picasso","Rembrandt"};
string title, author;
int i,k,j;
for(i=0;i<N;i++)
{
cout<<"Input title: ";
getline (cin, title);
cout<<"Input author: ";
getline (cin, author);
k=-1;
for(j=0;j<M;j++)
if(famous[j]==author)
{
k=j;
break;
}
if(k>=0)
paintings[i]=FamousPainting(title,author);
else
paintings[i]=Painting(title,author);
}
for(i=0;i<N;i++)
{
cout<<"Painting#"<<i<<":"<<endl;
paintings[i].display();
}
return 0;
}
Explanation:
Answer:
Several low-risk portfolios With the higher returns:
- Municipal Bonds.
- Credit Card Rewards.
- Annuities.
- Savings Bonds.
- Cash Value Life Insurance.
- Bank Bonuses.
Explanation:
- Municipal Bonds: Municipal bonds are loans made to local authorities by the creditors. Cities, territories, districts, or other municipalities.
- Credit card rewards: Point incentives are given based on each amount you invest-one point per dollar, for example. Usually, points can be exchanged for products in the online shopping store of the incentive scheme.
- Annuities: Annuities are insurance contracts that pledge either instantly or in the future to pay you a steady income. You may purchase a lump sum annuity or a sequence of installments.
- Saving bonds: Savings Bonds are US circulated treasury tools. Treasury Department to help pay for the spending requirements of the U.S. government. They are priced at face value.
- Cash-value life insurance: Cash value protection is long term life insurance since it provides cover for the existence of the policyholder. Cash value insurance historically has lower premiums than term life insurance because of the cash value factor.
- Bank Bonuses: Bank rewards are monetary incentives anytime you opening a new deposit or checking account. You would have to set up paper checks with the bank to hold the profile up for at least a couple of years to apply for this one-time bonus.
Answer:
It will take 16.09 years.
Explanation:
Giving the following information:
Future value= $20,000
Present value= $5,000
Interest rate= 9%
<u>To calculate the number of years required to reach the objective, we need to use the following formula:</u>
n= ln(FV/PV) / ln(1+i)
n= ln(20,000 / 5,000) / ln(1.09)
n= 16.09
It will take 16.09 years.
Answer:
C, distributed product development
Explanation:
Distributed product development can simply be defined as the distribution of the different parts/components of a product to different firms. Distributed product development is usually done when the best of partners are being consulted over a product. Te other firms usually are the best in the production of the components of the product and as such might not be based in the home country of the product's parent company.
From the above question, it is seen that Donavan is speaking to different companies all of the world as regards his product's components. The companies are the best in what they do and he has to have each of them contribute their best ideas to his product.
Cheers.