<h3>
Answer: 3 bottles of brand A</h3>
Explanation:
The pricing/cost information is not used in this problem. All we care about is the number of bottles, and how much each bottle can hold.
Brand A bottles hold 0.95 liters each. We bought 3 of these bottles, so 3*0.95 = 2.85 liters in total are purchased.
Brand B bottles hold 0.55 liters each. Buying 5 of them leads to 5*0.55 = 2.75 liters in total.
Going with the brand A option leads to more juice by 0.10 liters (subtract 2.85 and 2.75)
R = 4 x + 8y [ Given ]
when ,
x = 4 and R = 32
★ Substituting the values
=> 32 = 4 × 4 + 8y
=> 32 = 16 + 8y
=> 8y = 32 - 16
=> 8y = 16
=> y = 8/16
=> y = 2
Answer:
n = the first
n + 1 = the 2nd
n + 2 = the 3rd
n(n + 2) - (n + 1) = 10(n + 2) + 1
n2 + 2n - n - 1 = 10n + 20 + 1
n2 - 9n - 22 = 0
(n - 11)(n + 2) = 0
If two factors = 0, at least one must = 0.
n - 11 = 0
n = 11
11,12,13
n + 2 = 0
n = -2
-2,-1,0