Accepted Answer
# meals = m# sodas = s# glasses of tea = tTotal Cost = CC = 8.99m + 1.50s + 1.25tm = 3, s = 2, and t = 1C = 8.99(3) + 1.50(2) + 1.25(1)C = 26.97 + 3.00 + 1.25C = 31.22Hope this helps! :)
# meals = m# sodas = s# glasses of tea = tTotal Cost = CC = 8.99m + 1.50s + 1.25tm = 3, s = 2, and t = 1C = 8.99(3) + 1.50(2) + 1.25(1)C = 26.97 + 3.00 + 1.25C = 31.22Hope this helps! :)