Let:
x = hours of travel
y = velocity
slope= rise/run slope=(y2-y1)/(x2-x1)
(x1,y1) = (2,50) (x2,y2) = (6,54)
sub values back into the equation m = (54-50)/(6-2) m = 1
POINT SLOPE FORMy-y1 = m(x-x1) y-50= 1(x-2) y = x -2 +50
y = x + 48
B)
the graph within the first seven hours can be obtained at point B
x = 7
y = 7+48 = 55
B(7,55)
NB- Solution is emboldened
import java.util.Scanner;
import java.util.Random;
public class RandomGenerateNumbers {
public static void main (String [] args) {
Random randGen = new Random();
int seedVal = 0;
seedVal = 4;
randGen.setSeed(seedVal);
System.out.println(randGen.nextInt(50) + 100);
System.out.println(randGen.nextInt(50) + 100);
return;
}
}
Answer:
1st: consistent and dependent
2nd: (-2,0). Simply put the called and check.
Answer:
(E) None of these above are true.
Step-by-step explanation:
Married = 74% or 0.74
College graduates = 42% or 0.42
pr(married | college graduates) = 0.56
(A) These events are pairwise disjoint. This is false. Pairwise disjoint are also known as mutually exclusive events. Here we can see that both events are occurring at same time.
(B) These events are independent events. This is also false.
(C) These events are both independent and pairwise disjoint. False
(D) A worker is either married or a college graduate always. False
Here Probability(A or B) shall be 1
= Pr(A) + Pr(B) - Pr( A and B) = 0.74 + 0.42 - 0.56 * 0.42 = 0.9248
This is not equal to 1.
(E) None of these above are true. This is true.
Answer:
The area of the region between the two curves by integration over the x-axis is 9.9 square units.
Step-by-step explanation:
This case represents a definite integral, in which lower and upper limits are needed, which corresponds to the points where both intersect each other. That is:

Given that resulting expression is a second order polynomial of the form
, there are two real and distinct solutions. Roots of the expression are:
and
.
Now, it is also required to determine which part of the interval
is equal to a number greater than zero (positive). That is:


and
.
Therefore, exists two sub-intervals:
and
. Besides,
in each sub-interval. The definite integral of the region between the two curves over the x-axis is:




The area of the region between the two curves by integration over the x-axis is 9.9 square units.