Your answer ought to be y=-11/17x-3/17.
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);
}
}
7/8 equals 0.875
80% equals 0.8
Which means that 7/8 is greater than 80%
Answer:
72.7 is the weighted average score
Step-by-step explanation:
The weighted average score
= score of lab * % share of total grade + score of first major test * % share of total grade + score of second major test * % share of total grade + Score of the final exam * % share of total grade
Substituting the given values, we get -
0.23 * 74 + 0.25 * 69 + 0.25 * 62 + 0.27 * 85
= 72.7
You take 3/4 and multiply that by eight and you’ll get 6