Answer:
Should be 4.0(Not sure tho. my thought process is complicated but to me it makes sense)
Step-by-step explanation:
If y=10 and x =2.5, if y were to = 20, then x would equal 5. so you take that ratio, and say 6 is 3/5's the way to 10, so you also divide 2.5 by 3/5
you get 1.5, you add that to x already and you get 4.0
so if y=16, x should =4.0
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);
}
}
The answer is quadrilaterals. d
234 pages + 2/3 of 234
234+156 = 390pages
Answer:5
Step-by-step explanation: