Add. I’m not sure because there is a - besides the 15.
Explanation - 12 + 15 = 27.
Hopefully this helps. Have a blessed one. God loves you. ☺️
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:
f(9) = 35
Step-by-step explanation:
To solve this, you can take 9 and replace both x's with it and then complete the equation;
f(x) = 4x - 1
f(9) = 4(9) - 1
f(9) = 36 - 1
f(9) = 35
Hope this helps!
It is the first one cuz it starts at one and the slope is 3/5