the answer is v =4 because 4 times (2) is equivalent to 8
Use Pythagoras theorem. (a^2 + b^2 = c^2)
300^2+300^2 = 180000
√180000 = 424.3
The answer is 424 foot.
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= -3
4(-3) = -12
-12-5= -17
Answer:
Expression is:16n+2.50
For buying 4 tickets: 66.50
Step-by-step explanation:
You first have to set up the equation and each ticket cost 16 and you have to buy sixteen that is why it is 16n and then you have to pay 2.50 because you are buying online. Then you put four in for N because you are getting 4 tickets. Finally multiply 16 and 4 then add 2.50.