Answer:
Your answer is <em>6x</em>
Step-by-step explanation:
Given,
length(l) = 3x
breadth(b) = 2x
area of a rectangle(A) = ?
Now,
A = l*b
A = 3x*2x
A = 6x ans.
Hope its helpful!
Please mark me as brainlist.
Answer: d) (3, 3)
<u>Step-by-step explanation:</u>
Inverse is when you swap the x's and y's.
Let's look at the points and find their inverse:
f(x) f⁻¹(x)
(0, -2) --> (-2, 0)
(1, -1) --> (-1, 1)
(2, 0) --> (0, 2)
(3, 3) --> (3, 3) f(x) = f⁻¹(x) so this is where they intersect!
Answer:Graph A
Step-by-step explanation: -3 is your y intercept and your slope is up 2 over 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);
}
}
I'm not sure how to display a graph on here, so I'm afraid I can't help you with that part.
However, the answer is C. (-2,3).
To create the graph, either put it into a graphing calculator or manually graph the equations by plugging in different numbers to the equation.