Answer:
There is a 25/81 probability that Grace will make both of her next two shots.
Step-by-step explanation:
The probability of her making the first shot is 5/9.
The probability of her also making the shot after that is still 5/9, that does not change.
To find the probability of both of those events, multiply the fractions.
5/9 * 5/9
25/81.
Answer:
8.6
Step-by-step explanation:
You need to use the Patagorean theorem! :) Just do seven squared and five squared add them up and then square root them!!
There is no list and no choices given.
The solutions of | x | = 10 are x = 10 and x = -10 .
All (both) solutions happen to be integers.
There are no other solutions.
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get