Bunuel
John buys koolaid for 12$ at a local store. If he bought it at the wholesale store he would get an extra liter of koolaid for the same cost. Also the koolaid is 1$ cheaper per liter at the wholesale store. what is the price per liter of the koolaid at the local store
A. 3
B. 4
C. 5
D. 6
E. 7
Let the number of liters bought at a local store = n
and price per liter = p $
--> n*p = 12 ....... (1)
At wholesale, for 12$, number of liters = n + 1 and the price per liter = (p - 1)
--> (n + 1)*(p - 1) = 12 ....... (2)
To find p, substitute the value of n from (1) in (2)
--> n + 1 = \(\frac{12}{(p - 1)}\)
--> \(\frac{12}{p}\) + 1 = \(\frac{12}{(p - 1)}\)
--> \(\frac{12}{(p - 1)}\) - \(\frac{12}{p}\) = 1
Either cross multiply to get quadratic and solve
Or
Try and substitute the value of p from options
A. 3 --> \(\frac{12}{(p - 1)}\) - \(\frac{12}{p}\) = 1
--> \(\frac{12}{(3 - 1)}\) - \(\frac{12}{3}\) = 1
--> 6 - 4 = 2 -
NOB. 4 --> \(\frac{12}{(p - 1)}\) - \(\frac{12}{p}\) = 1
--> \(\frac{12}{(4 - 1)}\) - \(\frac{12}{4}\) = 1
--> 4 - 3 = 1 -
YESIMO Option B
Pls Hit Kudos if you like the solution