9x^3-39x^2-38x+40=(3x-2)(3x+4)(x-5) by synthetic division
Thus roots are -4/3, 2/3, 5
The maximum value of that graph is 1 and we can prove this by means of this graph:
http://assets.openstudy.com/updates/attachments/4fe27e44e4b06e92b87169f6-syderitic-1340243754047-unt...
I hope this one works for you
I would most probably say 204
// Input value is usernum.
// This code snippet sums 1 + 3 + 5 + ... + usernum
// The answer is stored in the variable summedvalue.
N = (int) (usernum+1)/2; // maximum number of integers to be summed
int *v = malloc(N*sizeof(int)); // allocate storage for array v
// Calculate the number of loop counts and assign array v..
count = 0;
k = 1;
while (1) {
if (k>usernum) { // do not extend v beyond usernum
break;
}
v(count) = k; // assign an odd integer to v, including usenum
count++;
k += 2; // k is an odd number
if k>usernum { // handle usernum as odd or even
k = usernum;
}
}
n = count; // the size of array v.
// Calculate the sum in a for loop
summedvalue = 0; // initialize summedvalue
for (i=0; i<=n; i++) {
summedvalue += v(i);
}
Answer:
32 feet
Step-by-step explanation:
The equation would be 12 - (-20)
12 + 20 = 32