This scenario relates to binomial probability, where the results can either be a success or a failure. A success indicates that a selected adult possesses a bachelor's degree. Consequently, the success probability, denoted as p, is 20/100 = 0.2. The number of adults in the sample, represented as n, equals 100, and x, the count of successes, is 60. The probability of having more than 60 adults with a bachelor's degree, represented as P(x >60), can be noted internally as P(x < 60) = binomcdf (100, 0.20, 60). The function binompdf would indicate P(x = 60).
42. The permutation formula is P(n, r) = n! / (n - r)!. Given n = 7 and r = 2, we have: 7! / (7 - 2)! = 7! / 5!. This simplifies to 7 * 6 (since 5! cancels out), resulting in 42.
I believe the answer is six.:)
Response: the equations are
0.02x + 0.07y = 156
y = 300 + x
Step-by-step explanation:
Let x denote the dollar amount from phone sales made by Josiah.
Let y indicate the dollar amount from his computer sales.
Josiah receives a 2% commission on his phone sales total and 7% on his computer sales. He accumulated a total of $156 in commission, leading to the equation
0.02x + 0.07y = 156 - - - - - - - - - - -1
Furthermore, it’s given that Josiah had $300 more in computer sales than in phone sales, expressed as
y = 300 + x