8/6 = 14/x
8x = 84
x = 10.5
The length of GD = 10.5
** I think that is right not positive
Answer:
That is not a function :)
Step-by-step explanation:
You can recognize functions by seeing if it passes the <em><u>vertical line test</u></em><em><u>.</u></em> If you draw a vertical line anywhere are the grid and it crosses the equation in more then one place then it does not pass the test, and is not a function.
Here's an attachment that might help
Not sure but It should be -4/1
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);
}
}
No solution it’s infinite