Answer:
A
Step-by-step explanation:
How to find the coordinates is by going to the right and going up of where the point is
Hope this helps :)
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);
}
}
A should be the correct answer. Let me know if I’m right!
Fish tank A
V = Ah = 25 ft^2 * 8 ft = 200 ft^3
Fish tank B
V = Ah = 40 ft^2 * 4 ft = 160 ft^3
The volume of fish tank A is 200 ft^3, and the volume of fish tank B is 160 ft^3, so fish tank A has a greater volume. Its volume is greater by 40 ft^3.