Answer:
2
Step-by-step explanation:
2(x+5) this is the most you can simplify it
2(2x+4) but you can factor out another 2 so it is 4(x+2)
Answer: Integers and Rational Numbers
Explanation: -2 is an integer because integers include positive an negative numbers. It would not be a whole number or a Naural number because both of those sets only include positive numbers. Here’s a better explanation:
Natural numbers: Natural Numbers are like (1,2,3....). They only include positive numbers. Therefore, -2 does not belong in this category.
Whole Numbers: Whole Numbers are like (0,1,2,3....). They include all the natural numbers with 0. Therefore, -2 does not belong in this set.
Integers: Integers include both positive and negative numbers. They are like (-3,-2,-1,0,1,2,3....). Since they both have positive and negative numbers, -2 would belong in this set.
Rational Numbers: Rational Numbers include ALL the sets that were described. (Natural, Whole, Integer). Since this set also includes positive and negative numbers, -2 would belong in this set.
So, -2 belongs in Integers and Rational Numbers
Hope this helps!
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);
}
}
X + x+1 + x + 2 = 20
3x + 3 = 20
3x = 17 but can't start with x = 6 because 6+7+8 > 20,
so have start with 5 + 6 + 7 = 18 are the 3 sides.
Triangle ABC has vertices at A(3, 8) , B(11, 8) , and C(9, 12) . Triangle FGH has vertices at F(1, 3) , G(9, 3) , and H(7, 7) .
Alex17521 [72]
Hmm, (x,y)
x is horizontal or left right
y is vertical or up down
so
we see that A to F is move left 2 and down 5
B to G is left 2 and down 5
C to H is left 2 and down 5
so translatete ABC left 2 and down 5 and
translate FGH right 2 and up 5
not 1st option
2nd works
3rd works
4th is false
2nd and 3rd