Answer:
getting the queen is smaller
5/8
Step-by-step explanation:
There are 4 queens in a 52 card deck
P(queen) = 4/52 = 1/13
There are 12 pairs socks, 3 of which are grey
P(grey socks) = 3/12 = 1/4
1/13 <1/4
So getting a queen is smaller
The possible outcomes
8 +0 9+0 10+0 <em> 11+0</em>
8+1 9+1 <em> 10+1 11+1</em>
8+2<em> 9+2 10+2 11+2</em>
<em>8+3 9+3 10+3 11+3</em>
There are 16 outcomes and 10 of them are after 11, (assuming we add the time to the bedtime)
P (bedtime later than 10) = 10/16 = 5/8
Answer:
250 smaller boxes
Step-by-step explanation:
Find the volume of the 2 cuboids.
Formula = Length x width x height
Big cuboid = 50 x 30 x 20 = 30000
Small cuboid = 10 x 3 x 4 = 120
Now divide them.
30000 ÷ 120 = 250 small boxes
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:
the pressure decreases. Once it reaches 0 the pressure is 0.
Step-by-step explanation:
you can check this by plugging in values like -0.999 and 0.1 to see
Answer:1/3
Step-by-step explanation:
If Jen has 1 chocolate bar means that he has 3/3 whole .If he gives 2/3 then he will be left with 1/3 part of the chocolate bar.