Answer:
B. y= -2x +2
Step-by-step explanation:
the slope is negative 2 and the point where the line crosses the y-int is 2
Answer:
Binomial probability, with 
Step-by-step explanation:
For each time Mookie Betts went to bat, there were only two possible outcomes. Either he got a base-hit, or he did not. The probability of getting a hit on each at-bat is independent of any other at-bat. This means that we use the binomial probability distribution to solve this question.
Binomial probability distribution
Probability of exactly x sucesses on n repeated trials, with p probability.
His average was 0.352.
This means that 
Assume he has five times at bat tonight in the Red Sox-Yankees game.
This means that 
a. This is an example of what type of probability
Binomial probability, with 
Answer:
Step-by-step explanation:
4
Take out a 2 to begin with.
2(25x^2 - 36) This is the difference of squares (inside the brackets). Factor.
2*(5x - 6)(5x + 6)
Answer:
public class MovieRental
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.print("Enter the number of movie rentals: ");
int movieRentals = in.nextInt();
System.out.print("Enter the number of members referred to the video club: ");
int memberReferral = in.nextInt();
in.close();
double discountVal = Math.min(movieRentals + memberReferral, 75);
System.out.println("The discount is equal to: " + discountVal);
}
}
Answer:
36 minutes
Step-by-step explanation:you look at it and solve it