Answer:
B
Step-by-step explanation:
Unit rate means one quantity in terms of another unit quantity. In the answer choices, we see that the denominator is always in terms of UNIT LITERS (1 L), so that means, we have to find gallons in terms of UNIT LITERS.
It means, we have to divide gallons by liters to get in terms of unitary liters.
Let's check the first line:
19.5/75 = 0.26 Gallons / 1 Liter
Now, checking 2nd:
39/150 = 0.26 Gallons / 1 Liter
So, yes, they are the same and other 2 lines would be the same as well. The unit rate is:
0.26 gal/1L
That's answer choice B
Answer:
d is 5
Step-by-step explanation:
d is 5
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:
i want to help but i dont get this question
Step-by-step explanation:
x² - x - 6 = (x +3)(x - 2)
x² - 5x + 6 = (x - 2)(x - 3)
What is their common factor?
Answer: B. x - 2