Suppose a consumers preferences can be represented by the utility function U (x,y)=min(2x,y).also suppose the consumer has 300 dollar to spend and the price of good x is px =3 dollar and the price of good y is py =1 dollar.if the consumer maximize their utility subject to their budget constraint,how much of good x and how much of good y will the consumer purchase?
Maximize U (x,y)=min(2x,y)
Subject to 3x + y ≤ 300
x≥0, y≥0
we then form a lagrangian function to help us solve the problem
L= 2xy + λ(3x+y-300)
= 2y +3λ =0...............equation 1
= 2x + λ =0.................equation 2
= 3x+y-300 =0.............equation 3
making λ the subject in equations 1 and 2 and then equating them
λ =
λ= -2x
=-2x
x =
substituting x = in equation 3
3x+y =300
+y =300
5y = 300
y = 60
substituting y = 60 in x =
x =
x= 80
Therefore the consumer will purchase 80 units of X and 60 units of y
Comments