Answer:
V = 4/3 pi r^3 for a sphere
Step-by-step explanation:
You can't a circle is a two dimensional object.
The volume of a sphere, which is the three dimensional form of a circle is found by
V = 4/3 pi r^3
Where r is the radius
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);
}
}
There are 4 quarts in a gallon, so do the following:
35 * 2 + 70, 70 / 2 = 35
The answer is B.
Answer:
773 and 869 and 703 on any day
Answer:
The quickest answer is to take the number 72 and divide it by the rate of interest. In this case, it would take approximately 72/6, or 12 years to double.
Step-by-step explanation: