hi i know i’m late but to help out any future people, the answer is
Row One: Statement: 3/2=slope Reason: Definition of Slope
Row 2: Statement: 3/2=6/4 Reason: Triangle A is similar to Triangle B
Answer:
The best way to know weather the formula y=x⁴-4x³+3x² is growing or not, is by graphing it.
As you can see in the attached picture:
- For -inf<x< 0 the graph decreases.
- For 0<x<0.634 the graph is growing
- For 0,634<x<2.366 the graph decreases
- For 2.366<x<+inf the graph is growing.
Therefore, the polynomial grows in the intervals stated before.
Answer:
2744m^3
Step-by-step explanation:
14*14*14=2744m^3
// 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:
really easy its 180
Step-by-step explanation:
because you multiply 30 times 6 u get 180