Answer:
x=4
Step-by-step explanation:
|2x + 5| = 13
-5 -5
|2x| = 8
2x/2 8/2
|x| = 4
Answer:

Step-by-step explanation:
From the diagram which I have drawn and attached below:

Next, in the triangle, the sum of the three interior angles:

The value of angle x is 35 degrees.
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);
}
}
First of all you times 2.16.... by 100 to get 21.61616.....
you then minus the original number to get 21.4.
You can then times that by 10 to why 214 and you can divide 214 by 99:
214/99 = 2.161616
Hope this helps! :)
Mean of doctor 1: 12
Median of doctor 1: 9.5
Mean of doctor 2: 16
Median of doctor 2: 19.5