Answer:
I think 47 and 55
Explanation:
I think that each number is the previous one plus 8;
7+8=15
15+8=23
23+8=31
31+8=39
So, next will be:
39+8=47
47+8=55
Is this what ur looking for?? hope this help:)
Answer:
2077.42
Step-by-step explanation:
There are 52 weeks in a year, so there are 26 "biweekly" weeks in a year.
Cory receieves $54013 per year, so he gets 54013 / 26 dollars biweekly.
We can compute that number, getting 2077.42 dollars.
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);
}
}
Even numbers are considered divisible by 2
Prime numbers are numbers divisible by 1
Considering that in this situation, we only need positive numbers, 2 is the only number. It is even and also prime.
Therefore prime numbers