The answer is 2x-26
1+2x-27 9*3= 27
1-27+2x You would combine like terms here
2x-26
Answer:
Composite figures are composed of several geometric shapes and are three-dimensional shapes. To find the volume of the entire shape you find the volume of each individual shape and add them together. The second figure consists of a cylinder and a hemisphere
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:
1111, 11111
Step-by-step explanation:
It is always a rational number
-Hope This Helps-