Well, "minus 6 x cubed minus y squared minus 3 x y" translates to:

Then, if we insert the values for x and y, we get:

When we distribute and multiply:

And once we combine like terms:
104<em> is the answer</em>
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:
Start at -150, then add 3(-5), then add 122.2. -150 + 3(-5) + 122.2 = -45.3.
D. Hope this helps 13.9027 :)
Good evening ,
Answer:
B. g(x)= -x² - 4
___________________
Step-by-step explanation:
The graph of g is downward facing then we must have (-) before the x²
Since, The vertex of parabola g is on point (0 ,-4) then we have to subtract 4.
:)