Answer:
-18
Step-by-step explanation:
Step 1 - divide the numerator and denominator by 18
-324÷18 / 18÷18
Step 2 - divide the numbers
-18 / 18÷18
-18/1
any expression divided by 1 remains the same
-18
An acute angle has a smaller measure than an obtuse angle
Answer:
6X8=48 10 more is 58
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);
}
}
3/5(divided)9/7
3/5x7/9
27/35