Answer:
Letter A.
Step-by-step explanation:
0 is not divisible, so the last the last two alternatives are impossible.
The second one doesn't work, so I'd stick to letter A.
Answer:
35 more video games
Step-by-step explanation:
40 times 3 and then substract 85
120-85=35
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:
x+2/5x
Step-by-step explanation:
x%of 40 is 2/5x
...40 increased by x% of it self = x+2/5x
Answer:
The correct option to tell whether a relationship is proportional or not is;

Step-by-step explanation:
A proportional relationship is a relationship between two variables, 'x', and 'y' such that they have equivalent ratio, such that all values of variable 'y' are given by the product of the values of the variable 'x' and a constant, 'k'
Therefore, y = k · x, from which we have;

Therefore we can use
to tell whether a relationship is proportional or not proportional.