She needs 0.1 because 4x4 is 16. :)
Answer:
A
Step-by-step explanation:
vertical angles congrunet (angleFJH + angle GJI)
& (angleHFJ + angle JGI congruent)
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);
}
}
Distributing property because you distribute the 4 to both the x and the -6
What were you watching there on the tv? My little pony? Adventure time?