Answer:
$72.25
Step-by-step explanation:
85 x (1-.15) = answer
85 x .85 = 72.25
We have a "rectangular" double loop, meaning that both loops go to completion.
So there are 3*4=12 executions of t:=t+ij.
Assuming two operatiions per execution of the innermost loop, (i.e. ignoring the implied additions in increment of subscripts), we have 12*2=24 operations in all.
Here the number of operations (+ or *) is exactly known (=24).
Big-O estimates are used for cases with a varying scale of operations, governed by a variable (usually n) to indicate the sensitivity of the number of operations relative to a change in the size of n.
Here we do not have a scale, nor n is defined. The number of operations is constant and known at 24. So a variable is required to find the big-O estimate.
First we need to know how much each pen costs. So we take 11.77 and divide it by 11. That gives us 1.07 per pen. So answer choice A has 4 pens for 4.44, so we need to multiply 1.07 x 4. That gives you 4.28, so we know that isn't the correct answer. For option B, we need to multiply 1.07 x 5. That is 5.35, so that also can't be the answer. For C, we need to do 1.07 x 6, and that gives us 6.42. So we know the correct answer is option C.
Answer:
d1=-1/2,d2=1/2
Step-by-step explanation:
hope this helps
write question properly bro