Answer:
28/55
Step-by-step explanation:
total no of beads are 11
red beads are 7
and white beads are 4
no of ways to take 2 beads from 11 beads are 11c2
that is( 11*10)/2=55
no of ways to take 1 red bead from 7 is 7c1 that is 7
no of ways to take 1 white bead from 4 is 4c1 is that is 4
required probability is( 7*4)/55=28/55
this question has already been answered on someone else's account so know this answer is 100% correct
hope that helped :)
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Answer:
The radius is 10
Step-by-step explanation:
Given

Required
The radius
Rewrite as:

Subtract 81 from both sides

Expand

Factorize

Factor out y - 9

Express as squares


The equation of a circle is:

By comparison:


Answer:
-2 is a zero of the polynomial. 2 is not a zero of the polynomial.
Step-by-step explanation:
A value of x is a zero of a polynomial if when it is substituted for x in the polynomial, it makes the polynomial evaluate to zero.
The polynomial is x + 2
Let x = -2:
x + 2 = -2 + 2 = 0
-2 is a zero of the polynomial.
Let x = 2:
x + 2 = 2 + 2 = 4
2 is not a zero of the polynomial.