Answer:
240/sqrt(pi)
Step-by-step explanation:
We know that the area of a circle is $pi*r^2$, and we also know that the diameter of a circle is equal to $2r$.
Let's first make an equation for this problem.
pi*r^2=14400
Dividing both sides by pi, we get
r^2=14400/pi
Now, taking the square root of both sides gives us
r=120/sqrt(pi)
We are trying to find the diameter, which is twice the size of the radius.
Thus, we multiply the equation by two.
2r=240/sqrt(pi)
You would put 9 times v because you are multiplying it to the 9 and you do not know what v is then you would divide it by 3 and get your answer so for example if you should have gotten 9 times v = 72 then 72 divided by 3 = 24 and 24 divided by 3 = 8
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:
The slope of the line representing the linear function f(x) is determined as
. The function f(x) is decreasing because the slope is less than zero, i.e., m<0.
Step-by-step explanation:
A linear function f(x) is given with two points, (2,3) and (0,4) lying on the line representing f(x).
It is asked to determine the slope of the line and state if the function is increasing or decreasing. of the value of the slope obtained.
Step 1 of 1
Determine the slope of the line.
The points as given in the question are (2,3) and (0,4). Now, the formula for the slope is given as

So, substitute
for
and
respectively, and
for
and
respectively in the above formula. Then simplify to get the slope as follows,
The slope of the line is obtained as
. Now, as
, so the function f(x) is decreasing.