abag contains 8 green balls and 5 red balls. the following events occur in sequence: i aball is randomly drawn and its color is recorded. then, it is returned to the bag. ii 3 balls of the opposite color recorded in step (i) are added to the bag. (for example, if a red ball was drawn in step (i), 3 green balls would be added to the bag) iii a ball is randomly drawn from the bag. what is the probability that the second ball drawn is red?

Answers

Answer 1

A bag contains 8 green balls and 5 red balls. Then the probability that the moment ball is drawn is ruddy is 23.1%.To fathom this issue, able to utilize the law of adding up to likelihood and consider:

A ruddy ball is drawn in step (i)The likelihood of drawing a ruddy ball in step (i) is 5/13, as there are 5 ruddy balls out of 13 adding up to balls within the pack.

After step (ii), there will be 5 ruddy balls (unique) + 3 green balls (inverse color) = 8 ruddy balls within the pack. So, the likelihood of drawing a ruddy ball in step (iii) given that a ruddy ball was drawn in step (i) is 8/11.

Presently, we will apply the law of adding up to likelihood to discover the general likelihood of drawing a ruddy ball in step (iii):

P(Red ball in step iii) = P(Green ball in step i) x P(Red ball in step iii | Green ball in step i)

P(Red ball in step i) x P(Red ball in step iii | Ruddy ball in step i)

= (8/13) x (3/11) + (5/13) x (8/11)

= 0.231 or roughly 23.1%.

thus, the likelihood that the moment ball is drawn is ruddy is 23.1% 

To learn about probability visit:

https://brainly.com/question/14210034

#SPJ4


Related Questions

HELP I HAVE THE IQ OF A FISH PLEASE

Answers

Answer:

14

Step-by-step explanation:

28 mm is the diameter of the button, so we have to find the radius, which is half of the diameter.

28/2=14

So, the radius of this button is 14 mm

You paint four walls. Each wall is a rectangle with a length of 20 feet and a height of 12 feet. One gallon of paint covers about 320 square feet. How many gallons of paint do you need in order to cover the walls?Give explanation

Answers

Answer:

To find out how many gallons of paint are needed to cover the walls, we need to first find the total area of the walls.

The four walls are rectangles with a length of 20 feet and a height of 12 feet. So, the area of one wall is:

20 feet x 12 feet = 240 square feet

Since there are four walls, the total area of the walls is:

4 x 240 square feet = 960 square feet

We know that one gallon of paint can cover approximately 320 square feet. To find how many gallons of paint are needed, we can divide the total area of the walls by the area covered by one gallon of paint:

960 square feet ÷ 320 square feet per gallon = 3 gallons of paint

Therefore, you need approximately 3 gallons of paint to cover the walls.

identify a syntax that sets the data type of the registerdate field to ""date"".

Answers

To set the data type of the registerdate field to "date", the syntax would depend on the programming language or database management system being used. However, here are some examples:

In SQL, the syntax would be:

ALTER TABLE tablename MODIFY COLUMN registerdate DATE;

This statement modifies the registerdate column in the tablename table to have a data type of DATE.

In PHP, the syntax for creating a table with a register date column of data type DATE would be:

CREATE TABLE tablename (

   ...,

   registerdate DATE,

   ...

);

This creates a table called tablename with a column called registerdate of data type DATE.

In Python using SQLAlchemy, the syntax for defining a registerdate column of data type Date in a declarative base would be:

from sqlalchemy import Column, Date

class MyTable(Base):

   __tablename__ = 'mytable'

   registerdate = Column(Date)

This creates a MyTable class with a column called registerdate of data type Date.

Learn more about programming language

https://brainly.com/question/23959041

#SPJ4

To set the data type of the registerdate field to "date", the syntax would depend on the specific programming language or database system being used. However, a common syntax to set the data type to "date" is:
registerdate DATE;
This syntax would typically be used in the creation of a table or the declaration of a variable in a programming language that supports date data types.


To identify a syntax that sets the data type of the 'registerdate' field to "date", you can use the following SQL statement:

```sql
CREATE TABLE your_table_name (
   registerdate DATE
);
```

Here's a step-by-step explanation of the syntax:
1. "CREATE TABLE" is the command to create a new table in the database.
2. "your_table_name" should be replaced with the desired name for your table.
3. Within the parentheses, you define the columns and their data types.
4. "registerdate" is the name of the field that you want to set the data type for.
5. "DATE" is the data type you are setting for the 'registerdate' field.

Learn more about syntax here: brainly.com/question/28182020

#SPJ11

Carly wants to fly to Canada, rent a car, and drive 568 miles to visit her sister in a truck that gets 21 miles per gallon. If gas costs $1. 02 per liter, how much will the road trip cost her? There are 3. 79 liters in 1 gallon. Round your answer to the nearest cent

Answers

Carly will need to buy 27.05 gallons of gas for the trip, which will cost her $7.28.

To calculate the total cost of the road trip, we need to find out how many gallons of gas Carly will need and then multiply that by the cost per gallon.

First, we need to convert the distance from miles to gallons, using the truck's fuel efficiency of 21 miles per gallon

568 miles ÷ 21 miles per gallon = 27.05 gallons

So Carly will need approximately 27.05 gallons of gas for the trip.

Next, we need to convert the cost of gas from liters to gallons. There are 3.79 liters in 1 gallon, so the cost of gas is:

$1.02 per liter ÷ 3.79 liters per gallon = $0.269 per gallon

Finally, we can calculate the total cost of the road trip by multiplying the number of gallons of gas by the cost per gallon

27.05 gallons × $0.269 per gallon = $7.28

Therefore, the road trip will cost Carly approximately $7.28.

To know more about cost:

https://brainly.com/question/24682146

#SPJ4

Also they all should be one step equations: integers​

Answers

Answer: 3. is 13

4. is 36

5. is 21

6. is 15

7. is 21

8. is 2

9. is 6

10. is 45

Step-by-step explanation:

the letters are there to just confuse you. i promise its all right <-- the answers

please like and give brainliest

A line passes through the points (−4, 50) and (5, −31). What is the equation of the line in slope-intercept form?

Answers

Answer:

y = - 9x + 14

Step-by-step explanation:

the equation of a line in slope- intercept form is

y = mx + c ( m is the slope and c the y- intercept )

calculate m using the slope formula

m = [tex]\frac{y_{2}-y_{1} }{x_{2}-x_{1} }[/tex]

with (x₁, y₁ ) = (- 4, 50 ) and (x₂, y₂ ) = (5, - 31 )

m = [tex]\frac{-31-50}{5-(-4)}[/tex] = [tex]\frac{-81}{5+4}[/tex] = [tex]\frac{-81}{9}[/tex] = - 9 , then

y = - 9x + c ← is the partial equation

to find c substitute either of the 2 points into the partial equation

using (5, - 31 )

- 31 = - 9(5) + c = - 45 + c ( add 45 to both sides )

14 = c

y = - 9x + 14 ← equation of line

Need help on the last two as well this math is hard for me to understand

Answers

Answer
#4 = 153.9
#5 = 452.3

Area of a circle = Pi x radius squared

#4 Given radius of 7

Area = 3.14 x 7^2
Area = 3.14 x 49
Area = 153.86
Round to nearest tenth
Area = 153.9

#5 Given radius of 12

Area = 3.14 x 12^2
Area = 3.14 x 144
Area = 452.26
Round to nearest tenth
Area = 452.3

The creator of two apps records the number of downloads over time a. From Week 6 to Week 8, which app has a greater average rate of change b. WHich app will eventually have a greater number of downloads? Explain.

Answers

To determine which app has a greater average rate of change from Week 6 to Week 8, we would need more information about the number of downloads for both apps during those weeks. Without that information, it is impossible to determine which app has a greater average rate of change.

Regarding which app will eventually have a greater number of downloads, that depends on a variety of factors, such as the popularity of each app, marketing efforts, and user engagement. It is also possible that both apps will see a similar number of downloads over time. Without additional information, it is difficult to make an accurate prediction.

Suzy is shooting basketballs at Bob’s Gym. She makes 9 field goals. After 10 minutes, her friend Joshua joins her. They shoot basketballs together for another 20 minutes.

a. Write an expression for the total number of field goals Suzy and Joshua make during the 30 minutes they spend at the gym. Be sure to define the variable used in the expression.

b. Altogether, Suzy and Joshua made 27 goals. Use the expression you created to determine the number of field goals they made in the last 20 minutes. Explain your thinking.

Answers

The second term (20(S + J)) denotes the total number of field goals they both scored in the final 20 minutes.

what is expression ?

An expression is a grouping of figures, symbols, and algebra (such as addition, reduction, multiply, and division) that expresses a value. Variables, that are symbols for unknowable values, are symbols that can be included in expressions. The statement can be evaluated to give a specific value after the contents of the variables are assigned. An expression using a variable x, for instance, is 3x + 5. When we give x a number of 2, the expression is evaluated to: 3(2) + 5 = 6 + 5 = 11 . As a result, the expression's value at x = 2 is 11.

given

a. Assume that "S" represents the number of field goals Suzy scores each minute and "J" represents the number of field goals Joshua scores each minute.

The calculation for the total number of field goals Suzy and Joshua score in their 30-minute workout is as follows:

[tex]Field goals total = (9 + 10 S) + (20 (S + J)[/tex]

The first term (9 + 10S) denotes Suzy's total number of field goals in the first 10 minutes, while the second term (20(S + J)) denotes the total number of field goals they both scored in the final 20 minutes.

To know more about expressions visit :-

brainly.com/question/14083225

#SPJ1

will give brainliest to quickest answer

Answers

Answer:

The vertex is option C: (-6, -2)

Step-by-step explanation:

The equation for a parabola is y = a(x – h)² + k where h and k are the y and x coordinates of the vertex, respectively. Thus, the vertex is (-6,2)

Pls mark brainliest.

Mrs. Dundee wants to sell the rights to her new Cajun cookbook, and she has two offers. The first publisher has offered to pay $80,000 up front and a $3 royalty for every book sold. The second publisher has offered to pay $30,000 up front and $5 for every book sold. Over what range of sales will Mrs. Dundee make more from the second publisher than from the first?

Answers

Mrs. Dundee will make more from the second publisher than from the first if she sells more than $25,000 worth of books.

What is the rate?

In mathematics, rate is a measure of the change in one quantity with respect to another quantity. It is typically expressed as a ratio between the two quantities.

According to the given information:

Let's represent the number of books sold as "x". Then, the total amount of money that Mrs. Dundee will make from the first publisher is:

Total from first publisher = $80,000 + ($3 x x) = $3x + $80,000

Similarly, the total amount of money that she will make from the second publisher is:

Total from second publisher = $30,000 + ($5 x x) = $5x + $30,000

We want to find the range of values of x for which the total amount from the second publisher is greater than the total amount from the first publisher. In other words, we want to find the range of values of x for which,

$5x + $30,000 > $3x + $80,000

Simplifying this inequality, we get:

$2x > $50,000

x > $25,000

Therefore, Mrs. Dundee will make more from the second publisher than from the first if she sells more than $25,000 worth of books.

To know more about the rate visit:

https://brainly.com/question/119866

#SPJ1

1. Describe the basic characteristics of an independent
measures, or a between-subjects, research study.

Answers

The main advantage of an independent measures design is that it reduces the risk of order or practice effects and minimizes the influence of individual differences between participant

Describing the basic characteristics

An independent measures design, also known as a between-subjects design, is a type of research study in which different groups of participants are used for each condition being tested.

In other words, each participant is only exposed to one condition, and the data from each group is analyzed and compared to determine if there are any significant differences between the groups.

The main characteristics of an independent measures design are:

Participants are randomly assigned to one of the groups. Each group of participants is exposed to only one level of the independent variableData is collected from each group and compared to determine if there are any significant differences between the groups. The design requires a larger sample size compared to a within-subjects design because each participant can only be in one group.

Read more about research study at

https://brainly.com/question/13274149


#SPJ1

From a standard deck of cards, your first draw is a black card. You replace the card, and the second draw is a diamond. Which THREE statements are correct for the outcome of the event?

Answers

The correct statements for the given probability are-

A) There is a 1/2 chance of drawing the black card.B) 1/4, you'll draw the diamond.D) The compound event's probability is 1/8.Explain about the deck of cards:

The following are the key concepts for probability problems to understand:

A deck of cards contains 52 cards in total.There are 13 different card ranks. These ranks include of jack, queen, king, and aces as well as the digits 2 through 10. The ranking is described as being "ace high."Hearts, diamonds, spades, and clubs are the four suits. There are therefore 13 clubs, 13 spades, 13 diamonds, and 13 hearts.Red text is used to print the diamonds and hearts. Black ink is used to print the spades and clubs. Hence, there are 26 red and 26 black cards.

Given condition:

Your initial draw is a black card from a regular deck of cards.You switch out the card, and a diamond is drawn on the second draw.

Total number of card in deck = 52

Total black cards = 26

Total diamonds = 13

So,

probability ( black card ) = total black card / total cards

probability ( black card ) = 26 /52

probability ( black card ) = 1/2

probability (diamond )  = total number of diamond cards / total cards

probability (diamond )  = 13/ 52

probability (diamond ) = 1/4

probability (compound event) = probability (black  and diamond)

probability (compound event) =  1/2 * 1/4

probability (compound event) = 1/8

Thus, The correct statements for the given probability are-

A) There is a 1/2 chance of drawing the black card.B) 1/4, you'll draw the diamond.D) The compound event's probability is 1/8.

Know more about the deck of cards:

https://brainly.com/question/28043513

#SPJ1

Complete question:

From a standard deck of cards, your first draw is a black card. You replace the card, and the second draw is a diamond. Which THREE statements are correct for the outcome of the event?

A) The probability of drawing the black card is 1/2

B) The probability of drawing the diamond is 1/4

C)The probability of the compound event is 1/6

D) The probability of the compound event is 1/8

E) The probability of the compound event is 3/4 ​

Please help I’ll mark brainly

Answers

1) Note that the rates of change (slope) are 4 and 30 respectively over (0,3).  This mean that the slope of y=1+4^x is much higher. This is also evidenced in the graph.

Why is it important to compare slopes of linear equations?

It is crucial to compare the slopes of linear equations because it can disclose vital information about how the dependent variable varies in relation to the independent variable.

It may also be used to find patterns or trends in data and forecast future behavior.

Note that to get the y values of each function, we just plugged in the value of x into the equation to solve. See the attached sheet showing the formula .

Learn more about slopes:
https://brainly.com/question/3605446
#SPJ1

Find the value of x and y in each triangle

Answers

Answer:

x=4 y=3

Step-by-step explanation:

because y=3 and x=4

PLEASE HELP AND SHOW WORK! EXPLAIN HOW YOU GOT THE ANSWER I WILL MARK YOU BRAINLIEST

Answers

Answer: The formula for the volume of a cone is V=1/3hπr²

Step-by-step explanation: The volume or capacity of a cone is one-third of its corresponding cylinder. This means that when a cone and a cylinder have the same base dimension and height, the volume of the cone is one-third of the volume of the cylinder.

3(6+b)-(2b+1).
Nothing else answer is just too short to submit

Answers

Answer:

b + 17

Step-by-step explanation:

Now we have to,

→ Simplify the given expression.

The property we use,

→ Distributive property.

The expression is,

→ 3(6 + b) - (2b + 1)

Let's simplify the expression,

→ 3(6 + b) - (2b + 1)

Applying Distributive property:

→ 3(6) + 3(b) - (2b) - (1)

→ 18 + 3b - 2b - 1

Combining the like terms:

→ (3b - 2b) + (18 - 1)

→ (1b) + (17)

b + 17

Hence, the answer is b + 17.

Little Johnny's lemonade stand sells glasses of lemonade for 75 cents per class. If he sells 125 glass, how much money did he make?
$75.00
$93.75
$935.75
$9375.00

Answers

D. $9375.00

Johnny is selling lemonade for 75 cents per glass. This means that you have to multiply the number of glasses of lemonade by 75 to get the total amount of money that Johnny made.

Thus, 75 times 125 equals 9375
He got 93.75$ that is the answer

You decide that you need help painting your house so you hire the Color My World Painting Company. Before they can paint your house, they need to know how many square feet needs painting so they can be sure ti purchase enough paint. What is the Independent Variable and what is the Dependent Variable?

Answers

the amount of paint required is dependent on the size of the area that needs to be painted.

what is variables ?

In an equation or algebraic expression, an uncertain amount is denoted by a symbol in algebra, which is often a letter. A variable is, in the simplest terms, a quantity that can change and is not fixed. The two primary categories of variables are categorical and numerical. Then, for both categorical and numerical variables, discrete or continuous subcategories are created for each category. In this section, a summary of several categories is provided. a measure that can take many different forms. Something that can alter; the sign of a variable; a variable in a scientific experiment.

Because it is the variable which the homeowner may alter or control, the area of the house that needs to be painted in this scenario is the independent variable. Because it depends on the portion of the home that needs to be painted, the overall quantity of paints that need to be obtained is a variable that is dependent. To put it a different way, the amount of paint required depends on the size of the area that needs to be painted.

To know more about variables visit :-

https://brainly.com/question/2466865

#SPJ1

Help due tonight!!!!

Answers

Answer: 6(x - (23/2))² = 14x + 1044

Step-by-step explanation:

First, we need to move all the terms to one side of the equation:

6x² - 46x - 312 - 14x = 0

Next, we need to factor out the coefficient of the x² term:

6(x² - (46/6)x) - 312 - 14x = 0

Simplifying:

6(x² - 23x) - 312 - 14x = 0

To complete the square, we need to add and subtract the square of half the coefficient of the x-term inside the parentheses:

6[(x - (23/2))² - (23/2)²] - 312 - 14x = 0

Simplifying:

6(x - (23/2))² - 6(23/2)² - 312 - 14x = 0

Expanding the square term:

6(x - (23/2))² - 1044 - 14x = 0

Finally, adding 1044 to both sides and simplifying:

6(x - (23/2))² = 14x + 1044

The intermediate step after completing the square is:

6(x - (23/2))² = 14x + 1044

How many weeks will it take you to earn $3,437.50, if you work 25 hours
per week and make $12.50 per hour?

Answers

Answer:

We can start by calculating the total amount of money earned per week:

$12.50/hour x 25 hours/week = $312.50/week

To find out how many weeks it will take to earn $3,437.50, we can set up a proportion:

Total amount earned / Amount earned per week = Number of weeks

$3,437.50 / $312.50/week = 11 weeks

Therefore, it will take 11 weeks to earn $3,437.50 working 25 hours per week at a rate of $12.50 per hour.

Hey! That's a great question. It will take you 11 weeks to earn $3,437.50 if you work 25 hours per week and make $12.50 per hour.

Alex lunch cost 12.00. She added a 15%tip to the price of the lunch How much did Alex pay for her lunch and tip

Answers

Alex will pay 13.8 for her lunch after adding a 15% tip.

We will calculate the amount she paid for her lunch by calculating the tip she paid and adding it to the original price of the lunch(i.e. 12).

[tex]\implies{\sf{15 \% \ of \ 12 \ = \ 12 \times \dfrac{\cancel{15}}{\cancel{100}} }}[/tex]

[tex]\implies{\sf{Tip = \cancel{12} \times \dfrac{3}{\cancel{20}}}}[/tex]

[tex]\implies{\sf{Tip = 3 \times \dfrac{3}{5}}}[/tex]

[tex]\implies{\sf{Tip = \dfrac{9}{5}}}[/tex]

[tex]\implies{\sf{ Tip = 1.8}}[/tex]

Now, add the amount of lunch and tip

[tex]\implies{\bf{ Total \ amount = 12 + 1.8}} \\ \implies{\bf{Total \ amount = 13.8}[/tex]

Learn more about calculating tips on :

https://brainly.com/question/25748640

Gabriel finds some wooden boards in the backyard with lengths of 5 feet, 2.5 feet and 4 feet. He decides he wants to make a triangular garden in the yard and uses the triangle inequality rule to see if it will work.

Which sums prove that the boards will create a triangular outline for the garden? Select all that apply.
5 + 2.5 > 4
5 + 2.5 < 4
4 + 2.5 > 5
4 + 2.5 < 5
4 + 5 > 2.5

Answers

The sums that prove that the wooden boards can create a triangular outline according to triangle inequality rule are:

5 + 2.5 > 4,5 + 4 > 2.5,2.5 + 4 > 5.

Which sums prove that wooden boards?

The triangle inequality rule states that for any triangle, the sum of the lengths of any two sides must be greater than the length of the remaining side.

Testing each combination of sides, we get:

Case 1:

Let 5 feet be the third side

Then,

2.5 + 4 > 5

6.5 > 5

Case 2:

Let 2.5 feet be the third side

Then,

4 + 5 > 2.5

9 > 2.5

Case 3:

Let 4 feet be the third side

Then,

5 + 2.5 > 4

7.5 > 4

Read more about triangle inequality

brainly.com/question/1163433

#SPJ1

can some one help me please :( ​

Answers

Answer:

100ft²

Step-by-step explanation:

to find the area of the figure you must do the area of the small rectangle plus the area of the large rectangle

area = length* width

so the area of the small rectangle equals

7ft * 4ft = 28ft²

then the large rectangle

9ft*8ft=72ft²

28ft²+72ft²=100ft²

A trip to St. Louis from Atlanta will take 7¾ hours. Assuming you're two-thirds of the way there, how much longer, in hours, will the trip take?

Answers

Answer:

5 and 1/6 hours

Step By Step Explanation:

Eat your cereal: Boxes of cereal are labeled as containing 14 ounces. Following are the weights, in ounces, of a sample of 14 boxes. It is reasonable to assume that the population is approximately normal. 14.07 13.99 14.16 14.17 14.15 14.11 14.24 13.99 14.14 14.13 14.20 14.21 14.06 14.05 Send data to Excel Part: 0 / 20 of 2 Parts Complete Part 1 of 2 (a) Construct a 99.9% confidence interval for the mean weight. Round the answers to at least three decimal places. A 99.9% confidence interval for the mean weight is <<μ.

Answers

The 99.9% confidence interval for the mean weight is (14.042, 14.202).

What is statistics?

Statistics is a branch of mathematics that deals with the collection, analysis, interpretation, presentation, and organization of numerical data.

To construct a 99.9% confidence interval for the mean weight, we can use the formula:

CI = X ± Zα/2 * (σ/√n)

where X is the sample mean, Zα/2 is the critical value from the standard normal distribution corresponding to a 99.9% confidence level (which is 3.291), σ is the population standard deviation (which we don't know, so we will use the sample standard deviation as an estimate), and n is the sample size.

First, we need to calculate the sample mean and sample standard deviation:

X = (14.07 + 13.99 + 14.16 + 14.17 + 14.15 + 14.11 + 14.24 + 13.99 + 14.14 + 14.13 + 14.20 + 14.21 + 14.06 + 14.05) / 14 = 14.122

s = sqrt((1/(n-1)) * ∑(xᵢ - X)²) = 0.072

where n is the sample size and ∑(xᵢ - X)² is the sum of squared deviations from the sample mean.

Plugging in the values, we get:

CI = 14.122 ± 3.291 * (0.072/√14) = (14.042, 14.202)

Therefore, the 99.9% confidence interval for the mean weight is (14.042, 14.202).

To learn more about statistics from the given link:

https://brainly.com/question/28053564

#SPJ4

Julia and her husband own a coffee shop. They experimented with mixing a City Roast Columbian coffee that cost $7. 80 per pound with French Roast Columbian coffee that cost $8. 10 per pound to make a 20-pound blend. Their blend should cost them $7. 92 per pound. How many pounds of each type of coffee should they buy?

Answers

They should mix 16 pounds of City Roast Columbian coffee with 4 pounds of French Roast Columbian coffee to make their blend.

How many pounds of each coffee should be used?

Let x be the number of pounds of City Roast Columbian coffee.

Let y be the number of pounds of French Roast Columbian coffee.

The total cost of the blend is 7.80x + 8.10y

The total weight is x + y = 20.

We can write an equation for the cost per pound:

(7.80x + 8.10y) / 20 = 7.86.

We will multiply both sides by 20 which gives:

7.80x + 8.10y = 157.20.

We can use this equation along with the total weight equation to solve for x and y:

x + y = 20

y = 20 - x (subtract x from both sides)

7.80x + 8.10(20 - x) = 157.20 (substitute y = 20 - x into the cost equation)

7.80x + 162 - 8.10x = 157.20 (distribute)

-0.30x = -4.80

x = 16

Solve for the equation (x + y = 20):

y = 20 - x

y = 20 - 16

y = 4.

Read more about equation

brainly.com/question/22688504

#SPJ4

A rental company charges a flat fee of $50 to rent a ski jet. In addition, renters must pay $17.50 per hour of ski use. Which equation correctly represents the total cost, c, to rent a jet ski for h hours?

Answers

Answer:

f(x) C= x+50 x=17.50$/h

Step-by-step explanation:

I might not be sure about it, but it might be a function that is f(x) C= x + 50 dollars

x=17.50 dollars /hour

so that means if it is 1 hour, then 17.50$ +50$ which is 67.50$, if it's 2 hours then 17.50$/h = n$/2h so n=17.50$ *2 = 35$ + 50$ = 85$

5. 5 boys and 5 girls sit in a row in a random order (each order is equally likely). what is the probability that no two people of the same sex sit next to each other?

Answers

the probability that no two people of the same sex sit next to each other is 2/7.

One way to solve this problem is to use the principle of inclusion-exclusion. Let A be the event that the boys sit next to each other, and let B be the event that the girls sit next to each other. Then, we want to find the probability of the complement of (A or B), which is the probability that neither A nor B occurs.

The probability of A occurring is the same as the probability of the 5 boys sitting in a row, which is 5! (since each order is equally likely). Similarly, the probability of B occurring is 5!. However, we need to subtract the probability of A and B occurring simultaneously. This can be seen as follows: once the boys are seated in a row, there are 6 spaces (between or on the ends) where the girls can be seated. Thus, the probability of A and B occurring is 2*5!*6.

Therefore, the probability of neither A nor B occurring (i.e., the probability that no two people of the same sex sit next to each other) is:

P(neither A nor B) = 1 - P(A or B) = 1 - [P(A) + P(B) - P(A and B)]

= 1 - [(25!) / 10! - (25!6) / 10!]

= 1 - [25!*(1 - 6/9!)]

= 2/7

To learn more about probability visit:

brainly.com/question/30034780

#SPJ11

Please answer part b

Answers

Taking the quotient between the total volume and the flow rate, we can see that the correct option is D.

For how long has Jeremy been watching the falls?

We know that water flows at a rate of 1.5*10^4 gallons per second. We know that 6.525*10^6 gallons flowed while Jeremy was watching, then the time that he has been watching is the quotient between these values, we will get:

time = ( 6.525*10^6)/(1.510^4) seconds =  (652.5/1.5) second = 435 seconds

We know that 60 secons = 1 minute, then:

435/60  = 7 + 15/60

So he has been watching for 7 minutes and 15 seconds, the correct option is D.

Learn more about quotients at:

https://brainly.com/question/629998

#SPJ1

Other Questions
Consider the following Python function definition: def multa (a, b =1, c=1 ): print(a * b *c) Which of the following calls is NOT correct? O print (mult (8)) O print (mult(3, -14) O print (mult(9, 15, 6, 7)) O print (mult(2, 5, 6)) Before working through each problem, identify the principal, rate, time. Work with your shoulder-partner to find the solution. Mr. Jackson deposited $1,250 in a new account at his bank. The bank pays 3.5% simple interest Mr. Jackson pays no additional deposits or withdrawals. o What amount is closest to the balance of the account at the end of 2 years? A credit card starts new customers at a $2,000 limit when they are approved for a card. The company adds $500 annually to this limit for customers who pay their bill on time. Choose the equation below that gives the credit limit, Ln, of customers who have payed on time every year, and who are in their nth year of having the card. Then, use this equation to find the credit limit of a customer in their 10th year of having the card. Concept of chemical leavening= acid + baseEQUATION IS: Which organelles are in both cell types? Mrzen beer was traditionally brewed in March and then lagered through the summer months in Germany for what reason? [4x2+(5+1)] devide 2 = 12) All the following types of objects are found almost exclusively in the disk (rather than the halo) of the Milky Way except A) young stars.B) globular clusters.C) X-ray binaries.D) high-mass, red supergiant stars. Refer to the following table for Waxwania:Government Expenditures, GTax Revenues, TReal GDP$190$110$550190130650190150750190170850190190950Instructions: In part a, enter your answers as whole numbers. In part b, round your answer to 2 decimal places.a. Waxwania is producing $650 of real GDP, whereas the potential real GDP (or full-employment real GDP) is $750 . How large is its budget deficit?How large is its cyclically adjusted budget deficit?b. How large is its cyclically adjusted budget deficit as a percentage of potential real GDP?c. Is Waxwanias fiscal policy expansionary or is it contractionary? Portable signs in wet locations shall have ___________.600.12(2) You want to place stone pavers around the edges of your concrete patio. The patio is 12ft wide by 14ft long and each stone paver is 14 inches long. How many stone pavers will you need to go around the patio ( not counting the side against the house which is 14ft long)? Round to the nearest whole number Write a paragraph (minimum five sentences) explaining how career and educational planning are related to financial planning. Give an example from your own life about how you are making career and education choices that will impact your finances. mathDetermine if the function below is continuous. graph of a piecewise function, with 2 pieces. The first piece is a line that starts at negative infinity and goes through point (-4,5) and ends with an open dot at (1,0). The second piece is a line that starts with a closed dot at (1,-1), goes through point (2,1) and continues to infinity.A. not continuous at x = 1B. not continuous at x = 0C. not continuous at x = -1D. continuous Which philosopher champions the doctrine of utilitarianism, which states simply that "the highest principle of morality is to maximize happiness, the overall balance of pleasure over pain?"A. AristotleB. Michael SandelC. Jeremy BenthamD. Immanuel Kant Instructions:Part 1Ask two or more people to work with you to generate ideas for one of the problems listed below. They can be classmates, friends, or family members. (Participants should be your age or older.)How could your community improve its road/transportation system?Choose a local charity or school activity that needs funding. How could the group generate funds?What are some ways to make learning in your school or learning group more exciting for students?Remember a few rules about group brainstorming:Members should not criticize each other's ideas.Encourage one another to offer as many ideas or solutions as possible. Build or expand on one another's ideas when possible.Record the group's ideas.If you have the tools available, write the ideas on a board or a large piece of paper to help the other participants. It is helpful to ask a fourth person, whose only task is to write down all ideas, to be the "recorder." Spend five minutes just on the brainstorming session before looking at solutions.Part 2Respond to the following questions about your brainstorming session by entering your answers in the space provided below.Which subject from above did you select?What solution do you think is the most workable/effective?Identify what types of group(s) might be needed to accomplish the goal.What skills would be needed in the group membership?How do you think the group(s) should proceed? "I hardly know where I found the hardihood thus to open a conversation with a stranger. The step was contrary to my nature and habits; but I think her occupation touched a chord of sympathy somewhere, for I, too, liked reading, though of a frivolous and childish kind" (Page 59) PS is the midsegment of the trapezoid QRTU.If PS = 36 and QR = 48, what is TU?TRSTU =UPQ Find the surface area of a regular pentagonal prism with a height of 3.5 inches and a base edge length of 2 inches. Round your answer to the nearest hundredth, if necessary. The Governor appoints an official to serve in Georgias state Senate rejects the appointment preventing the person from ever taking office. The Senate actions are an example A good example of an oligopoly would be... The production of tennis balls where 4 firms dominate - Wilson, Dunlap, Spalding, and Penn Dry cleaning stores in Texas. The production of electric energy in metropolitan Houston is run by one company that owns the majority market share. Restaurants in Texas.