So first you would divide the 9 on both sides then 6 divided by 9 would be .6 repeating so m=.6 repeating.
No of outcomes =16
favourable outcome=4
<span>probability of getting exactly 3 heads=0.25</span>
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);
}
}
Formula of the sum of the 1st nth term in a Geometric Progression:
Sum = a₁(1-rⁿ)/(1-r), where a₁ = 1st term, r = common ratio and n= rank nth of term (r≠1)
Sum = (-11)[1-(-5⁸)] /[(1-(-5)]
Sum = (-11)(1- 390625)/(6)
SUM = 716,144