Answer:
First, find the bats left 100 times for left-handed pitchers and right-handed pitchers:
0.285 x 100 = 28.5
0.175 x 100 = 17.5
Next, subtract these numbers to find how many more hits he will get:
28.5 - 17.5 = 11 and that is your answer
Answer:
7 mph
Step-by-step explanation:
If b is the rate of the boat, and s is the rate of the stream, then:
b − s = 4
b + s = 10
Solve the system of equations with substitution or elimination. Using elimination, add the equations together:
2b = 14
b = 7
The boat's rate is 7 mph.
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:
x
12
Step-by-step explanation:
Answer:
39%
Step-by-step explanation:
thats the anser cuz because um