Answer: Option B
Explanation: Its an approach used by business firms for gaining a competitive advantage in the market.
Under this approach the business introduces a unique and distinctive good or service into the markets. Thus uniqueness could be obtained from many of the factors such as low pricing, better after sales service or better designing etc.
In the given case, the company is providing customer satisfaction at the maximum level.
Thus, from the above we can conclude that the correct option is B .
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:
$1,369,200
Explanation:
Calculation for EBIT
Using this formula
Value of Equity= EBIT / WACC
Let plug in the formula
$16,300,000 = EBIT / .084
EBIT = .084($16,300,000)
EBIT = $1,369,200
Therefore EBIT is $1,369,200
Answer:
Project portfolio management
Explanation:
Project portfolio management refers to managing the portfolios of the project i,e used by the project managers and the management who manages the project.
This is useful to analyze the risk and return in each project
Moreover, it is a process of choosing, supporting and managing the collection of firm projects in a systematic way
Hence, the third option is correct
Answer:
1.
- The firm increases its dividend payout ratio.
This will increase the need for external funds because with more funds going towards dividends, there will be less funds available to fund operations. The company will therefore be more probable of being in need of Additional funds.
- The firm’s inventory turnover decreases, with no effect on the sales forecast.
If the firm's inventory turnover increases, it means that the firm is taking longer to sell off inventory. This will mean that the company will have to invest more in working capital to maintain these inventory levels. This will lead to a higher probability of them needing additional funds.
2. Yes, dividends still affect a firm’s AFN even though they are paid out of after-tax earnings.
Even though they are paid after-tax, they still eat into the funds that the business can be able to set aside to fund operations. So when dividends are paid, the need for AFN increases as well.