Answer: QN = 12
Step-by-step explanation: This quadrilateral is a paralelogram because its 2 opposite sides (NP and MQ) are parallel and the other 2 (MN and PQ) are congruent.
In paralelogram, diagonals bisect each other, which means QR = RN.
If QR = RN:
QR = 6
Then,
QN = QR + RN
QN = 6 + 6
QN = 12
<u>The diagonal QN of quadrilateral MNPQ is </u><u>QN = 12</u><u>.</u>
Answer:
6.5%
Step-by-step explanation:
1000 in a box and he orders 5 boxes.
1000x5= 5000
So he orders 5000 paper clips
1 box is £15.40 and he order 5, so £15.40x5= £77
£77 is between £55 and £79.99 so he will get 6.5% discount.
After the discount he will pay £71.99
Answer: a
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:
the answer is 48.
there is no any answer to hundred
Step-by-step explanation:
we know that,
area of parellelogram=base×height
base=8cm,height=6cm
so, 8×6=48
hope it helps