Hshhshs ssu sid si sisis s sis s s s is is sis si sis s s isis s i si
-149 would be your answer
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:
Yah no way man your gonna fail
Step-by-step explanation:
Answer:
The proportion of exam scores that are lower than Irina's score is 0.9938
Step-by-step explanation:
<u>Data</u>
- standard deviation (sd): 6 points
- value of interest (x): 95 points
z-score is computed as follows:
z = (x - mean)/sd
z = (95 - 80)/6 = 2.5
We want to find:
P(z < 2.5)
From the table attached:
P(z < 2.5) = 0.9938