-6(x+4) = _____

- 6x - 4❌
- -6x + 4❌
- -6x - 24✔️
- 6x + 24❌

-6(x+4) = <u>-6x - 24</u>
<h3>Hope It's helped! :)</h3>
Answer:
how big is the park? 20 feet??? 50???? 80???
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:
68
Step-by-step explanation:
1) 40+7=47
2) 47+7=54
3) 54+7=61
4) 61+7=68