Answer:
Step-by-step explanation:
5 dimes and 8 quarters :)
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);
}
}
The best design for this experiment would be a repeated measures design. This is ideal to determine if eating an apple makes you healthy.
<h3>What is an experimental design?</h3>
An experimental design refers to the general structure of an experiment including how people are distributed into the control and experimental group to test a specific phenomenon.
<h3>What is a repeated measures design?</h3>
In a repeated measures design all participants are both parts of the control group, in this case, people who do not eat apples, and the experimental group, or people who eat apples.
<h3>What does this design imply?</h3>
In the case of determining if eating an apple every day, this design implies:
- All participants will be asked to not eat apples every day for a specific period such as one or two months, and health levels will be measured during this time.
- After the first step, all participants will be asked to eat an apple every day during the period, and their health will be measured.
- The researcher can compare the results of each participant, which is more accurate than comparing one participant to another.
Learn more about experiments in: brainly.com/question/1452319
You can use the equation to find the slope of a line given two points. This equation is y2 - y1 divided by x2 minus x1. The y2 is represented by the y coordinate of the second ordered pair, but it really doesn't matter, either way you get the same answer. The same way the x2 is represented by the x coordinate of the second ordered pair. For this problem, I will just use the normal coordinates. So the second y coordinate is 3. 3 -0 = 3. So your numerator is 3. The second x coordinate is 2. 2-0 = 2. So the denominator is 2. This is 3/2. So your slope would be 3/2. Hope this helps. :D Let me know if you didn't understand something in my explanation.
What's the question!???????