Answer:
216 degrees
Step-by-step explanation:
Given that ABCDE is a regular pentagon.
Hence each angle would equal = {2(5)-4}/5 right angles
=6(90)/5 =108 degrees
Since regular pentagon rotation will not disturb the shape.
When counterclockwise rotated, if 108 degrees rotated A would become E.
For another 108 degrees A would come to D
Hence angle required for rotation for A to coincide with D = 2(108)
=216 degrees
Perimeter of the triangle is 30.75 inches.
Step-by-step explanation:
- Step 1: Given sides of the triangle = 11.25 in, 9.25 in, 10.25 in
- Step 2: Formula for perimeter of triangle = length of sides of the triangle
- Step 3: Substitute in the formula
Perimeter = 11.25 + 9.25 + 10.25
= 30.75 inches
Answer: not a function
Step-by-step explanation:
every x input must have only one y output.
(x,y)
where x=1 there are two y’s y=4 and y=2
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:
5.13 % to the nearest hundredth.
Step-by-step explanation:
This is a Binomial Distribution .
The required probability
= 30C6 (0.33)^6 (0.67)^(30-6)
= 0.051345