17-
Quotient: 6x+2
Remainder: 20/x^2+3 (20 over x to the power of 2 plus 3)
18-
Quotient: x^2+3 (x to the power of 2 plus 3)
Remainder: 6/4x^2+2 (6 over 4 x to the power of 2 plus 2)
Answer:
The answer you have is Correct!
Answer:
C) 
Step-by-step explanation:
0.51 repeating decimal
x= 0.51515151
multiply by 100 on both sides
100x = 51.515151.........
x= 0.515151...............
--------------------------------------------(subtract)
99x = 51
divide by 99 on both sides

divide both sides by 3

The question is not shown all the way therefore i cannot answers
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.