Answer:
Conver the sales tax to a decimal and ad it to 1, then multiple that total to the price of the item. Please mark as breinlest
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: 300*0.73^x
Step-by-step explanation:
300 is the initial value and every time x goes up by 1, the value get multiplied by 0.73
when x=3
then the value would be 300*0.73*0.73*0.73 or 300*0.73^3
then for x amount of times the equation would be 300*(0.73 x times ) or 300*0.73^x
If you want to work out the force then F=MA, therefore 43*8.6=369.8 Newtons