Answer:
Answer
Step-by-step explanation:
y=-2/7x+5=
slope: -2/7
y-intercept: (0,5)
I think it's what the question is if not then sorry.
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.
T
adds 6
t-6
divides by 6
(t-6)/6
shawn
7+t
divide by 7
(7+t)/7
theyare equal
(t-6)/6=(7+t)/7
times 42 both sides
7(t-6)=6(t+7)
distribute
7t-42=6t+42
minus 6t both sides
t-42=42
add 42 both sides
t=84
Input: 4y-16+8y=-4 answer: 12y-16=-4 HERE IS YOUR ANSWER
For this case the first thing we must observe is that the mass increases 0.4 grams when the diameter increases 1 millimeter.
Therefore, the slope of the line is given by:
m = 0.4
Thus, the function that best suits the table is given by:
f (x) = -4 + 0.4x
For example, for x = 20 we have:
f (20) = -4 + 0.4 (20)
f (20) = -4 + 8
f (20) = 4
The result, matches the table.
Answer:
The function that is best represented by the scatter plot is:
f (x) = -4 + 0.4x