Answer:NO
Step-by-step explanation:
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:
$33
Step-by-step explanation:
C = 6(3) + 15
C = 18 + 15
C = 33
What do you need help with?
Answer:
700.4 cm
Step-by-step explanation:
This involves two similar triangles.
Both triangles are right triangles.
One has legs measuring 1 cm and 30 cm. We can find the hypotenuse by using the Pythagorean theorem.
(1 cm)^2 + (30 cm)^2 = c^2
c^2 = 901 cm^2
c = sqrt(901) cm
The second triangle has one leg with length 700 cm. This leg corresponds to the 30-cm leg in the other triangle. Since the triangles are similar, we can use a proportion to find the hypotenuse of the second triangle.
(30 cm)/(700 cm) = [sqrt(901) cm]/x
3/70 = sqrt(901) cm/x
3x = 70 * sqrt(901) cm
x = 70 * sqrt(901) cm/3
x = 700.4 cm
Answer: 700.4 cm