VUsolutions Transferred to AchiKhasi.com

From December 2011, this blog www.VUsolutions.blogspot.com is transferred to http://achikhasi.com/vu/ . So, you may visit http://achikhasi.com/vu/ for latest study related help.

Back to home VUsolutions

VUsolutions Fans Club [join us for MORE solutions]

VUsolutions on Facebook

Fin622 GDB No. 3 solution

Friday, July 01, 2011 Posted In Edit This
Semester “Spring 2011”

“Corporate Finance (Fin622)”

This is to inform that Graded Discussion Board (GDB # 03)

will be opened according to the following schedule

Schedule

Opening Date and Time
June 30, 2011 At 12:00 A.M. (Mid-Night)

Closing Date and Time
July 04, 2011 At 11:59 P.M. (Mid-Night)
Topic/Area for Discussion

“ Mergers & Acquisitions ”

Note: The discussion question will be from the area/topic mentioned above. So start learning about the topic now.

Identify the type of merger in each of the following cases:
Case 1: (Conglomerate Merger)
Case 2: (Congeneric Merger)
Case 3: (Horizontal Merger)
Case 4: (Horizontal Merger)
......................

SOLUTION:


Case 1 = Conglomeration
Case 2 = Product-extension merger
Case 3 = Market-extension merger
Case 4 = Horizontal merger


Conglomeration - Two companies that have no common business areas.


Product-extension merger - Two companies selling different but related products in the same market.

Market-extension merger - Two companies that sell the same products in different markets.

Horizontal merger - Two companies that are in direct competition and share the same product lines and markets.



:::::::::::::::::::::::::::::::::::::::::


Case 2 is VERTICAL MERGER
:::::::::::::::::::::::::::::::::::::::::::


1-Conglomeration
2-Vertical Merger
3-Market-extension Merger
4-Horizontal Merger



:::::::::::::::::::::::::


2nd Is Vertical Because this type of merger involves a customer and a company or a supplier and a company merging. Imagine a baseball bat company merging with a wood production company. This would be an example of the supplier merging with the producer and is the essence of vertical mergers.
::::::::::::::::::::::::::::::::


Case 1 = Conglomeration

Case 2 = Product-extension merger 

Case 3 = Market-extension merger 

Case 4 = Horizontal merger 


Conglomeration - Two companies that have no common business areas.

Product-extension merger - Two companies selling different but related products in the same

Market-extension merger - Two companies that sell the same products in different markets.

Horizontal merger - Two companies that are in direct competition and share the same product lines and markets.

::::::::::::::::::::::::::::::::::::::::::::::::::::


Case 1 = Product-extension merger / Conglomeration

Case 2 = Vertical merger

Case 3 = Purchase Mergers

Case 4 = Horizontal merge

CS304 Assignment No. 4 solution

Friday, July 01, 2011 Posted In Edit This
#include<iostream.h>
#include<conio.h>
class House;
class Room
{
       public:Room() {
                      };
                     static void createRoom_v(Room*(&room), House*hse,
                      char*name)
                  {
                                 room=new Room(hse, name);
                }
                        Room(House*hse, char*myName)
                        {
                         cout<<"\nPakistaniCitizens";
                          myHse_p=hse;
                          if(NULL!=myHse_p)
                                     {
                      name_p= new char(sizeof(strlen(myName)));
                                     name_p = myName;
                                     }
                           else
                                     {
                                     cout<<"\nPlease enter the age of the citizen";
                           }                                
                                     };
                                       ~Room()
                                       {
                                                cout<<"\nPakistaniCitizens";
                               myHse_p=NULL;
                             delete (name_p);
                                       };
                                void disp()
                                       {
                                 cout<<name_p;
                                       cout<<"\n";
                                       }
                                        static void initList_v(Room*(& roomsList_p)[3])
                                        {
                                                roomsList_p[3]=new Room[3];
                                        }
                                         private:House*myHse_p;
                                         char*name_p;
                                         };
                                         class House{ public:House(char *myName)
                                         {
                                         cout<<"\n PakistaniCitizens \n";
                                                name_p = new char(sizeof(strlen(myName)));;
                                                name_p = myName;
                                                Room::initList_v(roomsList_p);
                                                Room*myRoom;
                                                Room::createRoom_v(myRoom, this, "name");
                                                roomsList_p[0] = myRoom;
                                                Room::createRoom_v(myRoom, this, "age");
                                                roomsList_p[1] = myRoom;
                                                Room::createRoom_v(myRoom, this, "CNIC No");
                                                roomsList_p[2] = myRoom;
                                                }
                                                ~House()
                                                {
                                                         cout<<"PakistaniCitizens\n";
                                                    unsigned int i;
                                                         cout<<"Eligible for vote cast...\n";
                                                         for(i=0; i<3; ++i)
                                                     {
                                                         if(roomsList_p[i] != NULL)
                                                         { delete (roomsList_p[i]);
                                                    } }                                                  
                                                            delete [] roomsList_p;
                                                      delete (name_p);
                                                     } void disp()
                                                    { cout<<"\n\nPakistaniCitizens :"<<name_p;
                                                            if(roomsList_p != NULL) { unsigned int i;
                                                            cout<<"\n\nVotersList...\n";
                                         for(i=0; i<3; ++i) { if(NULL != roomsList_p[i])
                                             {
                                                 roomsList_p[i]->disp();
                                                  }
                                                    }
                                                       cout<<"\n\n";
                                                              }
                                                              }
                   private:
                        char*name_p;
                        Room*roomsList_p[3];
                        };
                        int main()
                        { cout<<"\nExample of Composition Relationship\n";
                        cout<<"-----------------------------------------\n\n";
                        House hse("data members"
                        );
                        cout<<"\n\nPakistaniCitizens...\n";
                        hse.disp();
                        cout<<"Age is less than 18...\n";
                        return(0);
                        }

SOC101 Assignment No. 3 - solution soon

Friday, July 01, 2011 Posted In Edit This
Semester “Spring 2011”
“Introduction to Sociology” (SOC101)”
Assignment No. 03 Marks: 15

GENDER INEQUALITY
Functionalist, conflict, inter-actionist, and feminist are different school of thought which give the explanations for gender inequalities.

Q# 1: Which school of thought influence your point of view about gender inequality and why? Discuss only one school of thought. 10

Q# 2: Being a student of sociology, how can you find out the women’s class position with reference to Pakistani society? 5

Schedule
Opening Date and Time June 29, 2011 At 12:01 A.M. (Mid-Night)
Due Date and Time July 04, 2011 At 11:59 P.M. (Mid-Night)

Note: Only in the case of Assignment, 24 Hrs extra / grace period after the above mentioned due date is usually available to overcome uploading difficulties which may be faced by the students on last date. This extra time should only be used to meet the emergencies and above mentioned due dates
should always be treated as final to avoid any inconvenience.

Back to home VUsolutions

Shaadi.com: Just create ur account & find ur partner or EARN money, its reall & EASY

VUsolutions Followers (Join NOW and Get Extra Benefits)

Install LATEST toolbar having lot of features - GET solutions on Desktop

toolbar powered by Conduit
Caliplus 300x250 NoFlam VitoLiv 468x60 GlucoLo