QUESTION 1: Discuss the rationale and evolution of Public Enterprises in India since independence.
Answer:
Public Enterprises (PEs) in India, also known as Public Sector Undertakings (PSUs), were established with specific rationales that evolved over different phases since independence.
RATIONALE FOR PUBLIC ENTERPRISES:
Socialistic Pattern of Society: Inspired by the Nehru-Mahalanobis model, PEs were seen as instruments for achieving a socialist society with equitable distribution.
Capital Intensive...
Rivaliteit Rivaliteit betekent dat landen met elkaar wedijveren om sterker en invloedrijker te worden. Voor de Eerste Wereldoorlog leidde dit tot spanningen omdat grootmachten elkaar als concurrenten zagen. Duitse vlootbouw De Duitse vlootbouw was het uitbouwen van een grote oorlogsvloot door Duitsland. Dit werd gedaan om de Britse zeemacht te evenaren en zorgde voor wantrouwen tussen beide landen. Von Schlieffenplan Het Von Schlieffenplan was een Duits oorlogsplan om Frankrijk snel te verslaan.
CAPITAL STRUCTURE (CH 16) PROJECT CASH FLOWS (CH 10)
Capital structure = mix of debt + equity. Incremental cash flows = created ONLY by accepting project.
Unlevered = no debt. Include: opportunity costs, erosion, synergy, NWC changes.
Levered = some debt.
Rivaliteit Rivaliteit betekent dat landen met elkaar in machtsstrijd leven. In de periode vóór de Eerste Wereldoorlog zorgde dit ervoor dat Europese grootmachten met elkaar wedijverden om invloed, kolonies en controle over belangrijke gebieden zoals de Middellandse Zee. Duitse vlootbouw De Duitse vlootbouw was het uitbouwen van een grote Duitse oorlogsvloot vóór 1914. Dit gebeurde om te kunnen concurreren met Engeland op zee en werd door de Britten gezien als een directe bedreiging. Von Schlieffenplan
Cost of equity = Next dividend ÷ Stock price + Growth rate
=(D0*(1+g)/Price) + g
2. COST OF DEBT (YTM)
Your system almost always uses ANNUAL coupons, even if the bond says semiannual.
Coupon payment = Coupon rate × Par value
Discount each payment back using a trial interest rate until
# Practical 1: Car Class
# Purpose: Demonstrate basic OOP — creating a Car class with accelerate and brake methods.
class Car:
def __init__(self, year, mpg, speed):
self.year = year
self.mpg = mpg
self.speed = speed
def accelerate(self):
self.speed += 10
print(f"The car speeds up. Current speed is {self.speed}")
def brake(self):
if self.speed >= 10:
self.speed -= 10
else:
self.speed = 0
print(f"The car slows down. Current speed is {self.speed}")
car1 = Car(2024, 24, 50)
car1.accelerate(
P(x) = -4x^2+632x-4000, x>10,X is number produced, total prodcution for 800 dollars, WORK: 0 =-4x^2+632x-4800** Plug into quad formula** ANS: X=150
relative maximum F(x) = ln (2x-8.4)-.25(x+4)^2+ 9.83 ANS: 10.2 at x = 5.5
real zeros 3-2 log base 5 Square root x^2 +2x+3 , three decimal place ANS: x=-12.091, x-10.091
2500 yr old estimate carbon 14 decrease from 20 grams to 12 so 60%remains, P(t)=2=eA^-0.00012t ANS: t =4256.8 yrs
72 feet per sec, h(t) = -16t^2 +72t , WRK: x=-b/...
SECTION 1: THE THREE APPROACHES TO JUSTICE
Welfare (Utilitarianism)
Freedom (Libertarianism, Kant, Rawls)
Virtue (Aristotle, MacIntyre, Communitarianism)
Justice is about distributing income, wealth, rights, duties, powers, opportunities, offices, and honors.
SECTION 2: HOW TO IDENTIFY EACH THEORY QUICKLY (HIGH-YIELD MCQ CLUES)
Utilitarianism:
Looks at consequences
Maximize total welfare or happiness
“Greatest good for the greatest number”
Cost-benefit analysis; efficiency; overall outcomes
Libertarianism:...