Answer:
D. (x-5)^2 = 36
Step-by-step explanation:
If you add 11 to the given equation, you get ...
x^2 -10x = 11
Then you can add the square of half the x-coefficient to complete the square.
x^2 -10x +25 = 11 +25
(x -5)^2 = 36 . . . . simplify to the appropriate form
Step-by-step explanation:
I think it is hilo hawii 480 cm it has the longest cm
Answer:
1 / 5
Step-by-step explanation:
Given that:
Number of white marbles = 5
Number of blue marbles = 3
Number of green marbles = 7
Required is the approximate probability of drawing 2 green marbles, Note that drawing is done without replacement :
Probability = required outcome / Total possible outcomes
Total possible outcomes = sum of all marbles = (5 + 3 + 7) = 15 marbles
First draw:
P(Green) = 7 / 15
Second draw:
Required outcome = 7 - 1 = 6
Possible outcomes = 15 - 1 = 14
P(green) = 6 / 14
Probability of drawing out two green marbles :
(7/15 * 6/14) = 42 / 210 = 1 / 5
An asexual structure where spores develop is Sporangium
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END