You would have 5.2 pounds of lime flavor
since
6.95-1.75=5.2
HOPE THIS HELPS
<span>A 90 degrees counterclockwise rotation about the origin followed by a translation 1 unit to the left</span>
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
The answer is y=-2.4+15. (remember the 2.4 is negative)