Look it up on google that’s what it’s for
Answer:
15cm
Step-by-step explanation:
First, a square's diagonal is basically the hypotenuse of a 45-45-90 triangle. a 45-45-90 triangle has a really special relationship, where the side length is x, and the diagonal is x
. So, the side length is 15.
No this is the awnser-3x+y=2
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:
5z^2-7z^4
Step-by-step explanation: