Answer:
27
Step-by-step explanation:
<u><em>First, you would do 7+2 to get 9 and then multiply it by itself to get 81. Next, you divide 81 by 3 to get 27.</em></u>
1/4, 0.25, and 25%.
Hope this answer helps! feel free to ask any additional questions :)
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);
}
}
5x-3=42. To solve you add three to both sides making the equation 5x=45. Then you divide both sides by five, and you get 9 as your answer.
The probability of rolling an even number is three times (2,4,6) and the probability of rolling a number less than 5 is 4 times (1,2,3,4)
Not sure if I'm right or not but I hope this helps :)