Lemonade is sold at a lemonade stand at $1.00 per glass and a total of 197 glasses are sold in a day. If for each increase of $0.01, one glass of lemonade less is sold per day, what is the maximum income (in $) that can be earned by selling lemonade on a given day?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I = 220.5225 is not achievable because this happens when p = 1.485. But this cannot happen, p will be either 1.48 or 1.49. Thus making I = 220.52. Firstly I also committed this mistake in writing my solution. Then I corrected it.
Let x denote the number of lemonade glasses sold sold per day. Then the number of glasses not sold is 1 9 7 − x . That means the increase in cost per glass of lemonade is 1 0 0 1 9 7 − x . So the cost of one glass of lemonade is 1 + 1 0 0 1 9 7 − x . Let C ( x ) denote the income that can be earned by selling x lemonade glasses. Then
C ( x ) = ( 1 + 1 0 0 1 9 7 − x ) x
⇒ C ( x ) = 1 0 0 ( 2 9 7 − x ) x
This is a quadratic polynomial with downward parabola (since the coefficient of x 2 is negative ) whose maximum occurs at the midpoint of the zeroes of this polynomial. Zeroes of this polynomial are 0 and 2 9 7 . Let x ∗ denote the number of lemonade glasses sold per day for maximum income. Then
x ∗ = ⌊ 1 4 8 . 5 ⌋ or ⌈ 1 4 8 . 5 ⌉ ⇒ x ∗ = 1 4 8 or 1 4 9
C ( x ∗ ) = 1 0 0 ( 2 9 7 − 1 4 8 ) ⋅ 1 4 8 = 1 0 0 1 4 9 ⋅ 1 4 8 = 2 2 0 . 5 2
Hence the maximum income that can be earned is $ 2 2 0 . 5 2
The total income can be expressed as the following function I(x) = (197-x)*(1 + x/100) where x is the number of glasses not sold per day.
I(x) = 197 + 0.97 * x - (x^2/100)
Maximum of this function will occur when dI(x)/dx = 0 and d^2I(x)/dx < 0 , Solving for dI(x)/dx = 0 yields the equation 0.97 - x/50 = 0, solving for x yields x = 48.5 as x has to be integer , inspecting I(x) at x = 48 and at x = 49 results in a value of 220.52 for the total income.
The second derivative is always negative and so the maximum Income that can be earnt is by selling 148 or 149 glasses at $1.49 or $1.48. The maximum income is hence $220.52
Problem Loading...
Note Loading...
Set Loading...
Let the selling price of a glass of lemonade be p and the number of glasses sold be q . Then q = 1 9 7 − 1 0 0 ( p − 1 ) = 2 9 7 − 1 0 0 p . The the income in a day is:
I ⟹ I = p q = 2 9 7 p − 1 0 0 p 2 = 1 . 4 8 5 2 × 1 0 0 − 1 0 0 ( p − 1 . 4 8 5 ) 2 ≤ 2 2 0 . 5 2 2 5 Since ( p − 1 . 4 8 5 ) 2 ≥ 0
Since you can only price the lemonade to the nearest 1 cent. The highest income can either be { I ( 1 . 4 8 ) = 2 9 7 ( 1 . 4 8 ) − 1 0 0 ( 1 . 4 8 2 ) = 2 2 0 . 5 2 I ( 1 . 4 9 ) = 2 9 7 ( 1 . 4 9 ) − 1 0 0 ( 1 . 4 9 2 ) = 2 2 0 . 5 2 . Therefore the highest income in a day is $ 2 2 0 . 5 2 .