Answer:
First option: Square
with diagonals
and
.
Fifth option: Segment
is parallel to segment
.
Step-by-step explanation:
We know that a square is quadriteral whose sides are equal.
By definition, a square has the following properties:
1) Its four sides are congruent.
2) The diagonals are congruent.
3) The angles formed by the intersection of the diagonals measure 90 degrees.
4) The opposite sides are parallel.
5) Each internal angle measures 90 degrees.
Notice in the figure that:
- The diagonals of the square
are:
and
.
and
are opposite sides, therefore, they are parallel.
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);
}
}
It is undefined when the denominator is 0
The integer that describes making a $10 deposit is: Positive 10: +10