Step-by-step explanation:
Simple interest =P (1+. R )^n
/100
Where P is the amount
R is rate (%)
n is number of years
So if you are given months your divide ➗ the number of months by 12 years
2710 *(1+ [ 3.8/100])^3/12
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);
}
}
Constant of proportionality is the constant value of the two proportional quantities, in this problem p and s, where 4 is the factor of proportionality because it is constant or k.
In simple terms, p is in direct proportion to s wherein the increase or decrease in value of s results to the increase or decrease in value of p with 4 the only factor remaining unchanged.
In the above problem, the number 4 is derived from the word square. We all know that a square has 4 sides of equal lengths, therefore, the perimeter is equivalent to the product of 4 and its lenght.
1) arithmetic
2) neither
3) geometric
4) geometric