Answer:
Step-by-step explanation:
ppleasepplease share the answers when got them
Answer:
(a)31.42 inches
(b)942.48 Square Inches
Step-by-step explanation:
Given a sector of a circle with the following dimensions:
Radius of the circle =60 inches
Central Angle of the sector =30°
(a)Arc Length
Arc Length 

(b)Area of the sector
Area of the sector 

Answer:
The rate at which energy is used is called power.
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);
}
}
Answer:
104
Step-by-step explanation:
subtract [4-100] Which equals [ =96] then add [+8] which equals=104