Answer:
Step-by-step explanation:
So you know the coords for the angle which is (1, 4).
Another coord might be (2, 5) or (0,3)
So we can find the slope
rise/run=1/1
so m=1
Sub in coords like (1,4) to find y-int
y=mx+b
4=1(1)+b
b=3
Thus y=x+3
Well first we need to do whatever is in the parentheses, which in this case is: (5x1/20)
Following the order of operations (PEMDAS) we start with the multiplication, which is (5x1). We know that 5x1=5, so now we can move on to the division:
5/20, which is equal to 0.25
So now that we know the answer to the equation in the parentheses is 0.25, we can solve the whole equation.
Here is the equation simplified:
4 (0.25)
Because there is now operation indicated between the 4 and the parentheses, we can assume that multiplication is implied, so the final equation is as follows:
4x0.25=1
The final answer is: 1
Hope this helps!
Greatest common factor in this case is 2s^2. The resulting polynomial would be 2s^2(s^2-2)
Answer:
3 Cubic x3−x2+5
Step-by-step explanation:
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.