What is the probability of randomly picking a red marble from a bag of 10 green marbles, 10 yellow marbles, and 5 red marbles?

Answers

Answer 1

Answer

20%

Step-by-step explanation:


Related Questions

May I get some help with this question?

Answers

bisector perpendicular is a line perpendicular to the segment and passes through the midpoint of the segment. S is midpoint of the segment.
hence
XS=ZS
third choice

Karissa purchased a set of LED lights online that normally sells for $72.00 but was marked down to $48.96. What is the discount rate Karissa received? (2 points)
32%
47%
68%

Answers

47 % because it didn’t go down as much as the other ones would be

please help this is due right now

Answers

Answer:

108.82

Step-by-step explanation:

Help please ….. help

Answers

Answer:

Step-by-step explanation:

a) categorical

b) add all of the numbers and divide by how many numbers there were.

c) outliers means any that were far away from the rest of the data

d) not entirely, you can make an estimate based on it, but nat an exact answer.

in how many ways 6 gentleman and 4 ladies can be choosen out of 10 gentleman and 8 ladies? ​

Answers

Answer:

5880 ways

Step-by-step explanation:

For selections like this, we solve using the combination theory. Recall that

nCr = n!/(n-r)!r!

Hence given to find the number of ways 6 gentleman and 4 ladies can be choosen out of 10 gentleman and 8 ladies,

= 10C6 * 8C4

= 10!/(10-6)!6! * 8!/(8-6)!6!

= 10 * 9 * 8 * 7 * 6!/4 *3 *2 * 6! * 8 * 7 * 6!/2 * 6!

= 210 * 28

= 5880 ways

The arrangement can be done in 5880 ways

A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment.
n=12​, p=0.35​, x=2

Answers

Answer:

0.1088 or 10.88%

Step-by-step explanation:

q = 1 - 0.35 = 0.65

P(X=2) = 12C2 × (0.35)² × (0.65)¹

= 0.1088

Shaun is planting trees along his driveway, and he has 66 redwoods and 66 pine trees to plant in one row. What is the probability that he randomly plants the trees so that all 66 redwoods are next to each other and all 66 pine trees are next to each other

Answers

Answer:

0.0022 = 0.22% probability that he randomly plants the trees so that all 6 redwoods are next to each other and all 6 pine trees are next to each other.

Step-by-step explanation:

The trees are arranged, so the arrangements formula is used to solve this question. Also, a probability is the number of desired outcomes divided by the number of total outcomes.

Arrangements formula:

The number of possible arrangements of n elements is given by:

[tex]A_n = n![/tex]

Desired outcomes:

Two cases:

6 redwoods(6! ways) then the 6 pine trees(6! ways)

6 pine trees(6! ways) then the 6 redwoods(6! ways)

So

[tex]D = 2*6!*6![/tex]

Total outcomes:

12 trees, so:

[tex]D = 12![/tex]

What is the probability that he randomly plants the trees so that all 6 redwoods are next to each other and all 6 pine trees are next to each other?

[tex]p = \frac{D}{T} = \frac{2*6!*6!}{12!} = 0.0022[/tex]

0.0022 = 0.22% probability that he randomly plants the trees so that all 6 redwoods are next to each other and all 6 pine trees are next to each other.

A student majoring in accounting is trying to decide on the number of firms to which he should apply. Given his work experience and grades, he can expect to receive a job offer from 70% of the firms to which he applies. The student decides to apply to only four firms.
(a) What is the probability that he receives no job offer?
(b) How many job offers he expects to get?
(c) What is the probability that more than half of the firms he applied do not make him any offer?
(d) What assumptions do you need to make to find the probabilities? To increase the chance of securing more job offers, the student decides to apply to as many companies as possible, he sent out 60 applications to all different accounting firms.
(e) What is the probability of him securing more than 3 offers?

Answers

Answer:

a) 0.0081 = 0.81% probability that he receives no job offer

b) He expects to get 2.8 job offers.

c) 0.0837 = 8.37% probability that more than half of the firms he applied do not make him any offer.

d) Each job must be independent of other jobs. Additionaly, if [tex]np \geq 10[/tex] and [tex]n(1-p) \geq 10[/tex], the normal approximation to the binomial distribution can be used.

e) 0.2401 = 24.01% probability of him securing more than 3 offers.

Step-by-step explanation:

For each application, there are only two possible outcomes. Either he gets an offer, or he does not. The probability of getting an offer for a job is independent of any other job, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

He can expect to receive a job offer from 70% of the firms to which he applies.

This means that [tex]p = 0.7[/tex]

The student decides to apply to only four firms.

This means that [tex]n = 4[/tex]

(a) What is the probability that he receives no job offer?

This is [tex]P(X = 0)[/tex]. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{4,0}.(0.7)^{0}.(0.3)^{4} = 0.0081[/tex]

0.0081 = 0.81% probability that he receives no job offer.

(b) How many job offers he expects to get?

The expected value of the binomial distribution is:

[tex]E(X) = np[/tex]

In this question:

[tex]E(X) = 4(0.7) = 2.8[/tex]

He expects to get 2.8 job offers.

(c) What is the probability that more than half of the firms he applied do not make him any offer?

Less than 2 offers, which is:

[tex]P(X < 2) = P(X = 0) + P(X = 1)[/tex]

So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{4,0}.(0.7)^{0}.(0.3)^{4} = 0.0081[/tex]

[tex]P(X = 1) = C_{4,1}.(0.7)^{1}.(0.3)^{3} = 0.0756[/tex]

Then

[tex]P(X < 2) = P(X = 0) + P(X = 1) = 0.0081 + 0.0756 = 0.0837[/tex]

0.0837 = 8.37% probability that more than half of the firms he applied do not make him any offer.

(d) What assumptions do you need to make to find the probabilities? To increase the chance of securing more job offers, the student decides to apply to as many companies as possible, he sent out 60 applications to all different accounting firms.

Each job must be independent of other jobs. Additionaly, if [tex]np \geq 10[/tex] and [tex]n(1-p) \geq 10[/tex], the normal approximation to the binomial distribution can be used.

(e) What is the probability of him securing more than 3 offers?

Between 4 and n, since n is 4, 4 offers, so:

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 4) = C_{4,4}.(0.7)^{4}.(0.3)^{0} = 0.2401[/tex]

0.2401 = 24.01% probability of him securing more than 3 offers.

Find the length of the missing side

Answers

Answer:

Step-by-step explanation:

Side=AC=9[tex]\sqrt{2}[/tex]

Side AB= x

Hypotenuse =CB= y

Side AB = 9[tex]\sqrt{2}[/tex]

Hypotenuse CB = 36

Enter a formula in cell B10 to return the value of 35000 if the net profit after tax cell B9 is greater than or equal to 470000 or 100 if it is not

Answers

Answer:

I hope it help and I guess it is correct

what percent of 70 is 35

Answers

Answer:

50%

Step-by-step explanation:

35 is halve of 70 therefore it is 50%

hope it helps u...........

Find m a 24.7
b 79.2
c 68.3
d 57.4
e 46.5
f 80.1
g 35.6

Answers

Answer:

68.3 degrees

Step-by-step explanation:

Since this is a right triangle, we can use trig functions

tan I = opp side / adj side

tan I = sqrt(82) / sqrt(13)

tan I = sqrt(82/13)

Taking the inverse tan of each side

tan ^-1 ( tan I) = tan ^-1( sqrt(82/13))

I = 68.2892

Rounding to the nearest tenth

I = 68.3 degrees

A.) Evaluate f(1)

B.) given: f(x) =1, find x

Answers

Answer:

f(1) = -2

f(x) =1 when x=0 or x=-2

Step-by-step explanation:

f(1) is the y value when x=1

f(1) = -2

f(x) = 1 means find the x value when y=1

when y =1, x =0 and -2

An expression is shown below:

6x2y − 3xy − 24xy2 + 12y2

Part A: Rewrite the expression by factoring out the greatest common factor. (4 points)

Part B: Factor the entire expression completely. Show the steps of your work. (6 points)

Answers

Given:

The given expression is:

[tex]6x^2y-3xy-24xy^2+12y^2[/tex]

To find:

Part A: The expression by factoring out the greatest common factor.

Part B: Factor the entire expression completely.

Solution:

Part A:

We have,

[tex]6x^2y-3xy-24xy^2+12y^2[/tex]

Taking out the highest common factor 3y, we get

[tex]=3y(2x^2-x-8xy+4y)[/tex]

Therefore, the required expression is [tex]3y(2x^2-x-8xy+4y)[/tex].

Part B:

From part A, we have,

[tex]3y(2x^2-x-8xy+4y)[/tex]

By grouping method, we get

[tex]=3y(x(2x-1)-4y(2x-1))[/tex]

[tex]=3y(x-4y)(2x-1)[/tex]

Therefore, the required factored form of the given expression is [tex]3y(x-4y)(2x-1)[/tex].

Customers receive rewards pints based on the purchase type:

Answers

Grocery, travel, dinning, and other.

Select the statement that best justifies the conclusion based on the given information.

If a(b + c) = d, then ab + ac = d.

associative
commutative
distributive
closure

Answers

Answer:

distributive

Step-by-step explanation:

a(b + c)=ab + ac

it's distributive one

Charity is planting trees along her driveway, and she has 6 pine trees and 6 willows to plant in one row. What is the probability that she randomly plants the trees so that all 6 pine trees are next to each other and all 6 willows are next to each other

Answers

Answer:

0.0022 = 0.22% probability that she randomly plants the trees so that all 6 pine trees are next to each other and all 6 willows are next to each other.

Step-by-step explanation:

A probability is the number of desired outcomes divided by the number of total outcomes.

In this question, the elements are arranged, so we have to use the arrangements formula.

Arrangements formula:

The number of possible arrangements of n elements is:

[tex]A_{n} = n![/tex]

Desired outcomes:

Pine trees(6!) then the willows(6!) or

Willows(6!) then the pine trees(6!). So

[tex]D = 2*6!*6! = 1036800 [/tex]

Total outcomes:

12 trees, so:

[tex]T = 12! = 479001600 [/tex]

What is the probability that she randomly plants the trees so that all 6 pine trees are next to each other and all 6 willows are next to each other?

[tex]p = \frac{D}{T} = \frac{1036800 }{479001600 } = 0.0022[/tex]

0.0022 = 0.22% probability that she randomly plants the trees so that all 6 pine trees are next to each other and all 6 willows are next to each other.

11
Select the correct answer.
Which expression is equivalent to the given expression?
In(2e/x)
O A. In 2 – In x
OB. 1 + In 2 - In x
Oc. In 2 + In x
OD. In 1 + In 2 - In
Reset
Next

Answers

Answer:

B. 1 + ln 2 - ln x

General Formulas and Concepts:

Algebra II

Natural logarithms ln and Euler's number eLogarithmic Property [Multiplying]:                                                                     [tex]\displaystyle log(ab) = log(a) + log(b)[/tex] Logarithmic Property [Dividing]:                                                                         [tex]\displaystyle log(\frac{a}{b}) = log(a) - log(b)[/tex]

Step-by-step explanation:

Step 1: Define

Identify

[tex]\displaystyle ln(\frac{2e}{x})[/tex]

Step 2: Simplify

Expand [Logarithmic Property - Dividing]:                                                      [tex]\displaystyle ln(\frac{2e}{x}) = ln(2e) - ln(x)[/tex]Expand [Logarithmic Property - Multiplying]:                                                  [tex]\displaystyle ln(\frac{2e}{x}) = ln(2) + ln(e) - ln(x)[/tex]Simplify:                                                                                                             [tex]\displaystyle ln(\frac{2e}{x}) = ln(2) + 1 - ln(x)[/tex]Rewrite:                                                                                                             [tex]\displaystyle ln(\frac{2e}{x}) = 1 + ln(2) - ln(x)[/tex]

can anybody help with this ?

Answers

Answer:(

fx).(gx)=D. -40x^3+25x^2+45

Step-by-step explanation:

A flower bed is in the shape of a triangle with one side twice the length of the shortest side and a third side is 22 more than the length of the shortest side. Find the dimensions if the perimeter is 182 feet.

Answers

Answer:40, 80 and 62

Step-by-step explanation:

182-22= 160

160/4 = 40 so,

Shortest side is 40

Longest is 80

Third side is 62

Air-USA has a policy of booking as many as 22 people on an airplane that can only seat 20 people. (Past studies have revealed that only 82% of the booked passengers actually show up for the flight.) a) Find the probability that if Air-USA books 22 people, not enough seats will be available. Round your answer to 4 decimal places. P ( X > 20 )

Answers

Answer:

The answer is "0.07404893".

Step-by-step explanation:

Applying the binomial distribution:

[tex]n = 22\\\\p= 82\%=0.82\\\\q = 1-0.82 = 0.18\\\\[/tex]

Calculating the probability for not enough seats:

[tex]=P(X>20)\\\\= P(21) + P(22)\\\\[/tex]

[tex]= \binom{22}{21} (0.82)^{21}(0.18)^1+ \binom{22}{22} (0.82)^{22}(0.18)[/tex]

[tex]=0 .06134598+ 0.01270295\\\\=0.07404893[/tex]

Question 19 of 28
Which of the following equations can be used to find the length of BC in the
triangle below?
B
10
А
30
с
A. BC = 30 + 10
B. (BC)2 = 102 + 302
C. BC = 30 - 10
D. (BC)2 = 302 - 102

Answers

Answer:

BC^2=10^2+30^2

Step-by-step explanation:

P=10B=30

Using pythagorean theorem

[tex]\\ \sf\longmapsto BC^2=10^2+30^2[/tex]

[tex]\\ \sf\longmapsto BC^2=100+300[/tex]

[tex]\\ \sf\longmapsto BC^2=400[/tex]

[tex]\\ \sf\longmapsto BC=\sqrt{400}[/tex]

[tex]\\ \sf\longmapsto BC=20[/tex]

The length of a rectangle is 10 yd less than three times the width, and the area of the rectangle is 77 yd^2. Find the dimensions of the rectangle.

Answers

Answer:

W=7 and L=11

Step-by-step explanation:

We have two unknowns so we must create two equations.

First the problem states that  length of a rectangle is 10 yd less than three times the width so: L= 3w-10

Next we are given the area so: L X W = 77

Then solve for the variable algebraically. It is just a system of equations.

3W^2 - 10W - 77 = 0

(3W + 11)(W - 7) = 0

W = -11/3 and/or W=7

Discard the negative solution as the width of the rectangle cannot be less then 0.

So W=7

Plug that into the first equation.

3(7)-10= 11 so L=11

use induction method to prove that 1.2^2+2.3^2+3.4^2+...+r(r+1)^2= n(n+1)(3n^2+11n+10)/12

Answers

Base case (n = 1):

• left side = 1×2² = 4

• right side = 1×(1 + 1)×(3×1² + 11×1 + 10)/12 = 4

Induction hypothesis: Assume equality holds for n = k, so that

1×2² + 2×3² + 3×4² + … + k × (k + 1)² = k × (k + 1) × (3k ² + 11k + 10)/12

Induction step (n = k + 1):

1×2² + 2×3² + 3×4² + … + k × (k + 1)² + (k + 1) × (k + 2)²

= k × (k + 1) × (3k ² + 11k + 10)/12 + (k + 1) × (k + 2)²

= (k + 1)/12 × (k × (3k ² + 11k + 10) + 12 × (k + 2)²)

= (k + 1)/12 × ((3k ³ + 11k ² + 10k) + 12 × (k ² + 4k + 4))

= (k + 1)/12 × (3k ³ + 23k ² + 58k + 48)

= (k + 1)/12 × (3k ³ + 23k ² + 58k + 48)

On the right side, we want to end up with

(k + 1) × (k + 2) × (3 (k + 1) ² + 11 (k + 1) + 10)/12

which suggests that k + 2 should be factor of the cubic. Indeed, we have

3k ³ + 23k ² + 58k + 48 = (k + 2) (3k ² + 17k + 24)

and we can rewrite the remaining quadratic as

3k ² + 17k + 24 = 3 (k + 1)² + 11 (k + 1) + 10

so we would arrive at the desired conclusion.

To see how the above rewriting is possible, we want to find coefficients a, b, and c such that

3k ² + 17k + 24 = a (k + 1)² + b (k + 1) + c

Expand the right side and collect like powers of k :

3k ² + 17k + 24 = ak ² + (2a + b) k + a + b + c

==>   a = 3   and   2a + b = 17   and   a + b + c = 24

==>   a = 3, b = 11, c = 10

Find the area of a triangle with the given description. (Round your answer to one decimal place.)
a triangle with sides of length 14 and 28 and included angle 20°

Answers

9514 1404 393

Answer:

  67.0 square units

Step-by-step explanation:

The formula for the area is ...

  Area = 1/2ab·sin(C)

  Area = (1/2)(14)(28)sin(20°) ≈ 67.036 . . . . square units

The area of the triangle is about 67.0 square units.

Solve the system of equations.

6x−y=−14
2x−3y=6

whats the answer please C:

Answers

Answer:

Step-by-step explanation:

Please help on my hw

Answers

Answer:

b. The solution is a non empty set.

Step-by-step explanation:

There are no common elements.

If (4x-5) :(9x-5) = 3:8 find the value of x.​

Answers

Answer:

x is 5

Step-by-step explanation:

[tex] \frac{4x - 5}{9x - 5} = \frac{3}{8} \\ \\ 8(4x - 5) = 3(9x - 5) \\ 32x - 40 = 27x - 15 \\ 5x = 25 \\ x = \frac{25}{5} \\ \\ x = 5[/tex]

Step-by-step explanation:

as you can see as i solved above. all you need to do was to rationalize the both equations

On Halloween, a man presents a child with a bowl containing eight different pieces of candy. He tells her that she may have three pieces. How many choices does she have

Answers

Answer:

[tex]56[/tex] choices

Step-by-step explanation:

We know that we'll have to solve this problem with a permutation or a combination, but which one do we use? The answer is a combination because the order in which the child picks the candy does not matter.

To further demonstrate this, imagine I have 4 pieces of candy labeled A, B, C, and D. I could choose A, then C, then B or I could choose C, then B, then A, but in the end, I still have the same pieces, regardless of what order I pick them in. I hope that helps to understand why this problem will be solved with a combination.

Anyways, back to the solving! Remember that the combination formula is

[tex]_nC_r=\frac{n!}{r!(n-r)!}[/tex], where n is the number of objects in the sample (the number of objects you choose from) and r is the number of objects that are to be chosen.

In this case, [tex]n=8[/tex] and [tex]r=3[/tex]. Substituting these values into the formula gives us:

[tex]_8C_3=\frac{8!}{3!5!}[/tex]

[tex]= \frac{8*7*6*5*4*3*2*1}{3*2*1*5*4*3*2*1}[/tex] (Expand the factorials)

[tex]=\frac{8*7*6}{3*2*1}[/tex] (Cancel out [tex]5*4*3*2*1[/tex])

[tex]=\frac{8*7*6}{6}[/tex] (Evaluate denominator)

[tex]=8*7[/tex] (Cancel out [tex]6[/tex])

[tex]=56[/tex]

Therefore, the child has [tex]\bf56[/tex] different ways to pick the candies. Hope this helps!

Determine whether each relation is a function. Give the domain and range for each relation.
{(3, 4), (3, 5), (4, 4), (4, 5)}

Answers

Answer:

Not a function

Domain: {3,4}

Range: {4,5}

Step-by-step explanation:

A function is a relation where each input has its own output. In other words if the x value has multiple corresponding y values then the relation is not a function

For the relation given {(3, 4), (3, 5), (4, 4), (4, 5)} the x value 3 and 4 have more than one corresponding y value therefore the relation shown is not a function

Now let's find the domain and range.

Domain is the set of x values in a relation.

The x values of the given relation are 3 and 4 so the domain is {3,4}

The range is the set of y values in a relation

The y value of the given relation include 4 and 5

So the range would be {4,5}

Notes:

The values of x and y should be written from least to greatest when writing them out as domain and range.

They should be written inside of brackets

Do not repeat numbers when writing the domain and range

Other Questions
Whats a particle on grammar? Please help me lol The rate of change for yyy as a function of xxx is , therefore the function is .For all values of xxx, the function value y\:yy\:000.The yyy-intercept of the graph is the function value y=\:y=y, equals.When x=1x=1x, equals, 1, the function value y=\:y=y, equals. Lead of mass 0.75kg is heated from 21c to its melting point and continues to be heated unit it has all melted. Calculate how much energy is supplied to the lead. [Melting point of lead 372.5c specific latent heat of fusion of lead = 23000 Jkg 'k '] A person can run 3 miles per minute. (Convert to miles per hour to decide.)O TrueO False two triangles are similar what is x How would I cite a book in MLA format if there is no publication date, only century of origin? what is called tourists indistry? please help me disaster management in india What lessons can the United States learn from the example of Cameroonian democracy? y= -(x+3)^2 -5 What is the leading coefficient?How do you find the vertex? A gardener makes a new circular flower bed. The bed is ten feet in diameter.Calculate the circumference and the area of the circular flower bed If the balance were not tared prior to weighing out the KHP.... how would you expect this to affect the molarity of NaOH calculated? What type of error is this? 5. The two major political parties Alter the American Revolution, why did other nations look to the United States as a model nation?The United States was a representative democracyThe United States forang its colonial rulers to leaveThe United States was able to maintain its independence,The United States balanced the interests of the central and local governments,Save and itMO Two resistances, R1 and R2, are connected in series across a 12-V battery. The current increases by 0.500 A when R2 is removed, leaving R1 connected across the battery. However, the current increases by just 0.250 A when R1 is removed, leaving R2 connected across the battery.(a) Find R1. (b) Find R2. Helpppppppppppppppppppppppp im not smart pls don't just say some bull i need help ill just get it deleted The decimal for an irrational number never terminates or repeats. Therational and irrational numbers together form the set of real numbers.If false, explair: when we use did and could NEED EXPLANATION TOO! THANKS BESTIESThere are 3 different trains running to London. One trainleaves every 10 minutes, another leaves every 35 minutes,and the last one leaves every 40 minutes. They first leave at5:30am. What Time do they all leave again at the same time? try to list three medical enponyms and if possible also identify their locations and or functionsex: achilless tendon