Answer:
20.2
Step-by-step explanation:
181.1 divided by the amount of days Susie ran.
yo yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyooooooo
yo
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:
B (there is a negative correlation)
Step-by-step explanation:
the data set if you were put on a linear set, you be a negative and most of the points would fit through or around the slope. so it is a neagtive correlation
Answer:
infinitely many solutions
Step-by-step explanation:
x + 6y = -5
3x + 18y = -15
Multiply the first equation by 3
3(x + 6y) = -5*3
3x + 18y = -15
The two equations are identical. This means they have infinite solutions along the line x+6y = -5