Answer:
Set up your height equation, then factor or use quadratic formula to find when h(t)=0
Step-by-step explanation:
Your equation will be -16t^2+vt +h where v is the initial velocity and h is the starting height. Now either factor or quadratic equation, whichever is easier for you.
Remember that the ball is on the ground when h(t)=0 since that is the height. There will be two zeros, one is a negative number so would be before you kicked the ball, the other one will be when the ball comes back down.
Answer:
[-8, 7]
Step-by-step explanation:
The range is the set of values used for the y-coordinates of the all the points of the function.
The highest value of the function is at point (8, 7), so the greatest value y has is 7.
The lowest point of the function is at point (-3, -8), so the least value of y is -8.
Range: [-8, 7]
Answer:
I got you!! If the speed limit is 60 mph, and shes driving 15 mph over the limit, its 75. 60 + 15=75!
Step-by-step explanation:
// 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);
}
-9/4, -2.1 , -26/13, -13/8 you can double check by inserting all these into a calculator so u can see in decimal form and basically the bigger the number that’s negative the less value it is (sorry that’s kind of a bad explanation but i hope this helps :) )