Add 2.2 to each side so 0.3z = 5.2 - 0.5z -0.8z
add 0.5z to each side so 0.8z = 5.2 - 0.8z
add 0.8z to each side so 1.4z = 5.2
divide each side by 1.4 so z = 3.71428571
74 units would be your answer for the length segment
What is equivalent to 9?
9/1 = 9
9/1 is equivalent to 9.
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:
144 in²
Step-by-step explanation: