Sam started with 0 dollars in his bank account. He charged his debit card for a sandwich that costs $6.00. If this was written on a number line. How many units would Sam to go to get back to where he started?
Answer:
k=5
Step-by-step explanation:
subtract 14 from both sides
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:240
Step-by-step explanation:
120
× 12
------
240