B because the sum of 2 sides must be GREATER than the 3rd side
Hi there!!!
So using this rule:
Area = base * height
20ft * 15ft = 300ft^2
↑ ↑
base height
HOPE IT HELPS U!!!!!!!!!
THE ANSWER IS 300 FT^2
~ TRUE BOSS
Answer:
2 feet per year
Step-by-step explanation:
I think you meant 38 1/2
and 5 1/2
but if you didn't then its
2.1484375
because
4912-3812=1100
1100÷512= 2.1484375
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:
Distance = 7
Step-by-step explanation:
