I think it’s D. Each fraction strip represents a burger and they are cut into fourths to represent the 1/4 pound weight for each burger.
1. Y=4
2. Y=2
3. Y=X
4. Y=2
(X,Y)
i hope this helps
Step-by-step explanation:
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:
?
Step-by-step explanation:
there is no scale factor (nothing to use)
thanks for the points though
have a blessed day :^)
There are an infinite number of different equations that have
x=2/3 as the solution, or as one of several solutions.
You didn't show us your list of choices, so we can't help you
pick the right one.
Just take each choice, one at a time. Write ' 2/3 ' in place of 'x'
in each equation, and simplify everything. You'll wind up with
one equation that's true, and the others will say something that's
nonsense.
The one that's true is the one that has x=2/3 as its solution.