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);
}
}
Multiply both sides by 7. w=<span>105</span>
To write this in standard form, you need to eliminate the
fraction in the coefficient of variable x. You can do this by multiplying 8 to
the two sides of the equation:
8(y) = 8[(-5/8)x + 3]
8y = -5x + 24
Transpose the variable x to the other side:
5x + 8y = 24
Here the two angles are supplementary, which means sum of these angles equal to 180 degrees.
So equation is:
10x-20+6x+8=180
Add like terms
16x-12=180
16x=192
x=12
Answer: x=12
Answer:
The area of rectangle EFGH is 
Step-by-step explanation:
For this problem I assume that rectangle ABCD and rectangle EFGH are similar
step 1
Find the scale factor
we know that
If two figures are similar, then the ratio of its corresponding sides is proportional, and this ratio is called the scale factor
Let
z ------> the scale factor
The scale factor is the ratio between the diagonals of rectangles
so

step 2
Find the area of rectangle EFGH
we know that
If two figures are similar, then the ratio of its areas is the scale factor squared
Let
z------> the scale factor
x -----> area of rectangle EFGH
y ----> area of rectangle ABCD
so

we have


substitute and solve for x



