Answer:
$32.07
ROUNDING ANSWER : $32
Step-by-step explanation:
you would subtract $44.95 -$12.88 which would give you $32.07
since you are rounding your answer would be $32
Hope this helps
Given:

And

Required:
To find the two possible values of c.
Explanation:
Consider

So

And also given

Now from (1) and (2), we get


Now put a in (1) we get

We can interpret that either of a or b are equal to 3 or 5.
When a=3 and b=5, we have

When a=5 and b=3, we have

Final Answer:
The option D is correct.
31 and 41
<span>$2,226.60 try to read it agian so easy for me
</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