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);
}
}
The easiest way is just to plug it in to your calculator. you find the square root button and plug the number in. for example if you plug in the square root of 289 you get 17
2.65/5=.53(price per pound)
.53*2lbs=1.06
a 2 lb bag will cost $1.06
Answer: The answer is 13 ponds of each type should be used.
Step-by-step explanation: Given that the coffee counter charges $11.00 per pound for kenyan french roast coffee and $13.00 per pound for sumatra coffee. We are to find the quantity of each type that should be used to make a 26 pound blend that sells for $12.00 per pound.
Let 'x' pound and 'y' pound of kenyan french roast coffee and sumatra coffee be used in the mixture of 26 pound.
So, we have

Multiplying equation (A) by 11 and subtracting from equation (B), we have

and from equation (A),

Thus, 13 pounds of each type of coffee should be used.
Answer:
For the column "Slope Intercept", the graph is displaying y = -7/2x + 3. Because the line is going down 7 units and to the right 2 units, and the 3 is the point in which the line crosses the y-axis.
For the "Standard" column, it will be
7x + 2y = 6, because that's what it would look like in standard form. (To turn it from standard to slope intercept form, remember you must first subtract 7x on both sides to get 2y = -7x + 6, and then divide by 2 on both sides to get
y = -7/2x + 3.)
For column "Point Slope", I just realized you are supposed to pick a point on the line and plug the coordinates into this formula:⤵⤵⤵
<em>This is the point-slope formula.⤵⤵⤵</em>

For example we'll use point (2,-4). Also, remember that coordinates are written as (x,y), and that m represents slope.
So we have: y - (-4) = -7/2(x-2).
In other words, "Point Slope" would be
y + 4 = -7/2(x-2).
By the way, sorry this is a bit long, and took a while to complete. I had to re-educate myself on point-slope. Anyways hope this helps, I tried :)