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:
320 pesos
Step-by-step explanation:
Un 20% de descuento en formato decimal es 0.20. La totalidad de la bicicleta es representada como 100% o 1 y nosotros queremos saber el precio despues del descuento que seria
100% - 20% = 80% o 0.80
Ahora simplemente multiplicamos este decimal por el valor original de la bicicleta para saber el precio descontado...
400 * 0.80 = 320 pesos
7x=2+4
7x=6
X=6/7 ans
Hope you like it
27 - 9x +15y
Factor out common term 3 :
3(9-3x+5y)
hope this helps!
Answer:
D, 576
Step-by-step explanation:
To find the volume of a rectangular prism, you simply need to multiply all of the side lengths together. 4*9*16=576, or answer choice D.