they gave me n=30 and p=.23 to get the answers for P(20,x,23)= and P(x.23)=

Im just having a hard time with all of this

I can help you with the calculations. The formulas you mentioned seem related to probability calculations using the binomial distribution. Let's break down the two questions:

1. P(20, x, 23):
This notation P(a, x, b) represents the probability of having x successes in a binomial distribution with parameters n (sample size) and p (probability of success). In this case, n = 30 and p = 0.23.

To calculate P(20, x, 23), you need to sum up the probabilities of having 20, 21, 22, and 23 successes. You can use the binomial probability formula for each value and add them up.

Here's how you can calculate it step by step:
- Calculate the binomial probability for each value: P(x) = (nCx) * (p^x) * ((1-p)^(n-x)), where nCx is the combination formula (n! / (x!(n-x)!))
- Calculate P(20, x, 23) = P(20) + P(21) + P(22) + P(23)

2. P(x, 0.23):
This notation P(x, p) represents the probability of having at most x successes in a binomial distribution with parameter p. In this case, p = 0.23.

To calculate P(x, 0.23), you need to sum up the probabilities of having 0, 1, 2, ..., x successes. Again, you can use the binomial probability formula for each value and add them up.

Here's how you can calculate it step by step:
- Calculate the binomial probability for each value: P(x) = (nCx) * (p^x) * ((1-p)^(n-x)), where nCx is the combination formula (n! / (x!(n-x)!))
- Calculate P(x, 0.23) = P(0) + P(1) + P(2) + ... + P(x)

Note: To perform these calculations, you'll need either a calculator with binomial distribution functions or statistical software that includes binomial probability calculations.