i didnt want to know anything this junk wont let me log out of it

Answers

Answer 1

Answer: points for us answerers then. Just close the tab if you don't want to be on this website.


Related Questions

A manufacturer of a smartphone battery estimates that monthly demand follows a normal distribution with a mean of 400 units and standard deviation of 26. Material cost is uniformly distributed between $7.00 and $8.50. Fixed costs are $2,700 per month, regardless of the production rate. The selling price is $15 per unit. a. Use Analysis ToolPak or R, both with a seed of 1, to simulate 1,000 trials to estimate the expected monthly profit and standard deviation. Demand values need to be rounded to integers, and use two decimal places for the material cost. b. What are the best and worst profit scenarios for the company?

Answers

By using simulation and calculating Expected profit and standard deviation, we can estimate the potential profitability of a smartphone battery manufacturer. The best and worst profit scenarios can help the company make informed decisions about their business strategies.

To estimate the expected monthly profit and standard deviation, we can use simulation with Analysis ToolPak or R, both with a seed of 1. Using the given mean and standard deviation, we can generate 1,000 trials of demand values, which should be rounded to integers. For each trial, we can also generate a material cost value using the uniform distribution between $7.00 and $8.50, rounded to two decimal places. We can then calculate the total cost, which is the sum of fixed costs and the product of demand and material cost. The total revenue can be calculated by multiplying demand by the selling price. The profit is the difference between total revenue and total cost.
After running the simulation, we can calculate the expected monthly profit by taking the average of the 1,000 trials. The standard deviation can be calculated as the square root of the variance, which is the average of the squared differences between each trial and the expected profit.
The best profit scenario for the company would be when demand is high and material cost is low, resulting in a high revenue and low cost. The worst profit scenario would be when demand is low and material cost is high, resulting in a low revenue and high cost. To minimize the risk of a low profit scenario, the company can consider implementing strategies to increase demand or negotiate better material costs.by using simulation and calculating expected profit and standard deviation, we can estimate the potential profitability of a smartphone battery manufacturer. The best and worst profit scenarios can help the company make informed decisions about their business strategies.

To know more about Profit .

https://brainly.com/question/26483369

#SPJ11

The best profit scenario is $1,800 and the worst profit scenario is -$1,950.

a. Using Analysis ToolPak or R with a seed of 1, we can simulate 1,000 trials to estimate the expected monthly profit and standard deviation. The formula for calculating profit is:

profit = (selling price * demand) - (material cost * demand) - fixed costs

Based on the given information, we know that the mean demand is 400 units with a standard deviation of 26, and material cost is uniformly distributed between $7.00 and $8.50. Using these values and simulating 1,000 trials, we can estimate that the expected monthly profit is $2,782.87 with a standard deviation of $14,980.84.

b. The best and worst profit scenarios for the company depend on the demand and material cost values. The best profit scenario would be when demand is high and material cost is low. Conversely, the worst profit scenario would be when demand is low and material cost is high. Using the formula for profit, we can calculate these scenarios.

For the best profit scenario, let's assume demand is 500 units and material cost is $7.00. Plugging these values into the profit formula, we get:

profit = (15 * 500) - (7 * 500) - 2700 = $1,800

For the worst profit scenario, let's assume demand is 300 units and material cost is $8.50. Plugging these values into the profit formula, we get:

profit = (15 * 300) - (8.5 * 300) - 2700 = -$1,950

Know more about profit scenario here:

https://brainly.com/question/30692755

#SPJ11

Which scatterplot shows the weakest negative linear correlation?
Ed2020

Answers

The scatterplot that will show the weakest negative linear correlation is a scatterplot having: points that are scattered along a trend line that is decreasing.

What is a Weak Negative Linear Correlation?

A scatterplot that has data points scattered along the trend line, and where the trend line is decreasing or sloping downwards to the left, the scatter plot is said to represent a weak linear correlation that is negative.

The correlation coefficient, r, of such would range from below 0 and -0.45.

Therefore, the scatterplot that will show the weakest negative linear correlation is a scatterplot having: points that are scattered along a trend line that is decreasing.

Learn more about negative linear correlation on:

https://brainly.com/question/17237825

Answer:

graph c

Step-by-step explanation:

got it right!!

please help!!!

the table below represents a linear function f(x) and the equation represents a function g(x):

x: - 1, 0, 1
f(x): -3, 0, 3

g(x) = 7x + 2

Part A: Write a sentence to compare the slope of the two functions and show the steps you used to determine the slope of f(x) and g(x).

Part B: Which function has a greater y-intercept? JUSTIFY YOUR ANSWER.

Answers

Answer:

A. slope of f(x) is 3

B. g(x) has greater y-intercept

Step-by-step explanation:

A.slope of f(x): m = (y2-y1)/(x2-x1)

m = (3 - 0)/(1 - 0) = 3/1 = 3

then y = mx + b => y = 3x + b

then substituting (1,3) => 3 = 3(1) + b => 3 = 3 + b => b = 0

so y = 3x

slope of f(x) is 3

using  y = mx + b

then g(x) = 7x + 2 => slope of g(x) is 7

B. b is the y-intercept

so for f(x) = 3x => b is 0

and for g(x) = 7x + 2 => b is 2

so g(x)'s y-intercept is 2 which is great than f(x)'s

Solve x
∗⋆
3−3

x+1=0 Problem 1: Use Newton's method Problem 2: Use Secant method

Answers

To solve the equation x^3 - 3x + 1 = 0, Newton's method can be used by iteratively updating the value of x based on the derivative of the function. The secant method can also be employed by iteratively updating x using two initial guesses. The specific numerical values and convergence criteria must be determined in the code for accurate solutions.

Problem 1: Using Newton's Method

To solve the equation x^3 - 3x + 1 = 0 using Newton's method, we need to find the derivative of the function f(x) = x^3 - 3x + 1 and iteratively update the value of x using the formula:

x_new = x - (f(x) / f'(x))

where f'(x) is the derivative of f(x).

We start with an initial guess for x and repeat the above formula until we reach a desired level of accuracy or convergence.

Problem 2: Using the Secant Method

To solve the equation x^3 - 3x + 1 = 0 using the secant method, we need two initial guesses, x0 and x1, such that f(x0) and f(x1) have opposite signs. Then, we iteratively update the value of x using the formula:

x_new = x1 - ((f(x1) * (x1 - x0)) / (f(x1) - f(x0)))

We continue this process until we reach a desired level of accuracy or convergence, where x_new is the updated value of x and x0 and x1 are the previous two approximations.

To learn more about Newton's Method visit : https://brainly.com/question/31910767

#SPJ11

A bakery makes 60 different flavors of pies. 25% of the flavors have whipped cream as one of the ingredients. How many DO NOT have whipped cream?

Answers

Answer:

45 flavours of pie do not have whipped cream

Step-by-step explanation:

If 25% has cream, then 75% does not have cream

75% of 60

60×75/100

= 45

y greater than or equal to 3х + 4

Answers

Answer:

no clue what your question is

Step-by-step explanation:

y ≥ 3x+4

y-4 ≥ 3x

\(\frac{1}{3} y- \frac{4}{3} \geq x\)

i guess you could do that

The answer is y>3x+4 or y=3x+4

Find the H.C.F of the following numbers by the prime factorization method
a)18 and 27
b)35and 75
c)144and 360
d)30,40and45
e)144,384and432

Answers

Answer:

Step-by-step explanation:

is a 18 and 27 yes to the following question

a) 18 = 2 x 3^2

    27 = 3^3

-> HCF = 3^2 = 9

b) 35 = 5 x 7

    75 = 3 x 5^2

-> HCF = 5

c) 144 = 2^4 x 3^2

   360 = 2^3 x 3^2 x 5

-> HCF = 2^3 x 3^2 = 72.

d) 30 = 2 x 3 x 5

    40 = 2^3 x 5

    45 = 3^2 x 5

-> HCF = 5

e) 144 = 2^4 x 3^2

    384 = 2^7 x 3

    432 = 2^4 x 3^3

-> HCF = 2^4 x 3 = 48.

Can u guys help pls? This is due in 10 mins

Can u guys help pls? This is due in 10 mins
Can u guys help pls? This is due in 10 mins
Can u guys help pls? This is due in 10 mins
Can u guys help pls? This is due in 10 mins

Answers

Answer:

Question 7: 16n^8 Question 8: 6r^4 Question 4: (-1,-7) Question 6: 6y^7

Step-by-step explanation:

Do i need it?

8. c 6r^4
6. b 6y^7
7. b 16n^8

<1 and <2 form a linear pair. The measure of <1 = (2x+8) and the measure of <2 = (8x + 22). What is the measure of <1?

Answers

Answer:

Step-by-step explanation: Since the given problem states that the two angles, angle 1 and angle 2 form a linear pair, this means that they form a 180° line, so that:

measure angle 1 + measure angle 2 = 180°

Since measure of angle 2 is six more than twice the measure of angle 1, therefore:

measure angle 2 = 2 (measure angle 1) + 6

hence, substituting this into the first equation:

measure angle 1 + 2 (measure angle 1) + 6 = 180

3 (measure angle 1) = 174

measure angle 1 = 58°

Therefore,

measure angle 2 = 2 (measure angle 1) + 6

measure angle 2 = 2 (58°) + 6

measure angle 2 = 122*

This question is designed to be answered without a calculator.
d/dx (10ln x) =
a. (In x) 10lnx-1
b. (In 10)10^lnx
c. (1/x) 10^In
d. (ln 10/x)10^ln x

Answers

To find the derivative of the function 10ln(x) with respect to x, we can use the chain rule.

The chain rule states that if we have a composition of functions, f(g(x)), then the derivative of this composition with respect to x is given by:

d/dx [f(g(x))] = f'(g(x)) * g'(x)

In this case, f(x) = 10ln(x), and g(x) = x.

Taking the derivative of f(x) = 10ln(x) with respect to x, we get:

f'(x) = 10 * (1/x) [Using the derivative of ln(x), which is 1/x]

Now, g'(x) = 1 [The derivative of x with respect to x is 1]

Applying the chain rule, we have:

d/dx [10ln(x)] = f'(g(x)) * g'(x) = 10 * (1/x) * 1 = 10/x

Therefore, the correct answer is:

a. (ln x) 10/x

know more about chain rule: brainly.com/question/31585086

#SPJ11

Death Valley National Park, in California and Nevada, is the site of the lowest elevation in the Western Hemisphere. Bad water Basin in the park is about 86 meters below sea level.

Answers

That's correct. Badwater Basin in Death Valley National Park is approximately 86 meters below sea level, making it the lowest point in the Western Hemisphere.

A circle has radius 1 unit. What percent of its area lies outside of the circle with the same center and a radius of 1/2?

Answers

Answer:

(3/4)pi

Step-by-step explanation:

Find the areas of the two circles and then subtract the smaller from the larger:

A of circle = (pi)r^2

Case 1:  r = 1 unit:  A = (pi)(1) = pi

Case 2:  r = 1/2 unit:  A = (pi)(1/2)^2 = pi/4

The area lying outside of the smaller circle is therefore (pi) - (pi)(1/4) = (3/4)pi

The mean amount spent by each customer on non-medical mask at Chopper Drug Mart is 28 dollars with a standard deviation of 8 dollars. The population distribution for the amount spent on non-medical mask is positively skewed. For a sample of 36 customers, what is the probability that the sample mean amount spent on non-medical mask is greater than 22 dollars but less than 25 dollars?

Answers

the probability that the sample mean amount spent on non-medical mask is greater than 22 dollars but less than 25 dollars is approximately 0.0668.

We can use the central limit theorem to approximate the sampling distribution of the sample mean. The mean of the sampling distribution of the sample mean is equal to the population mean, which is 28 dollars, and the standard deviation of the sampling distribution of the sample mean is equal to the standard deviation of the population divided by the square root of the sample size, which is 8/sqrt(36) = 4/3 dollars.

Now we need to find the probability that the sample mean is greater than 22 dollars but less than 25 dollars. Let X be the sample mean amount spent on non-medical mask. Then we need to find P(22 < X < 25).

We can standardize X as follows:

Z = (X - μ) / (σ / sqrt(n))

where μ = 28, σ = 8, and n = 36.

Substituting the values, we get:

Z = (X - 28) / (8/√36)

Z = (X - 28) / (4/3)

So we need to find P((22 - 28)/(4/3) < Z < (25 - 28)/(4/3)), which simplifies to P(-4.5 < Z < -1.5).

Using a standard normal table or calculator, we find:

P(Z < -1.5) ≈ 0.0668

P(Z < -4.5) ≈ 0.00003

Therefore, P(-4.5 < Z < -1.5) ≈ 0.0668 - 0.00003 ≈ 0.0668.

So the probability that the sample mean amount spent on non-medical mask is greater than 22 dollars but less than 25 dollars is approximately 0.0668.

To learn more about probability visit:

https://brainly.com/question/15124899

#SPJ11

change 45% into decimal

Answers

45% as a decimal is 0.45!
45% = 0.45 in decimal form. Percent means 'per 100'. So, 45% means 45 per 100 or simply 45/100. If you divide 45 by 100, you'll get 0.45 (a decimal number).

Three times a number increased by
twice the number is greater than
125. What is the number?

Answers

Answer:

x > 25

Step-by-step explanation:

This question relates to algebra. We can solve this problem by creating a variable for the solution (which we will find). We will link the variable in an equation l with the information given.

So let's translate each piece of information mathematically. First, the question tells us "Three times a number." The first part uses multiplication (times) linked to our number (we will use x for our variable). So we write:

3x

The second part is "increased by twice the number" Increasing is adding (+) so we add two times the number. So:

3x + 2x

The final part says "is greater than 125"  so we need to use the > sign

3x + 2x > 125

Now we can solve by collecting like terms and moving them to a different side.

5x > 125

x > 25

same question just more points i really need the answer asap

same question just more points i really need the answer asap

Answers

The solutions to each system of equations are

x = 5, y = 2 ⇒ 2x + y = 12; x = 9 - 2yx = 2, y = 7 ⇒ y = 11 - 2x; 4x - 3y = -13x = 3, y = 5 ⇒ 2x + y = 11; x - 2y = -7x = 7, y = 3 ⇒ x + 3y = 16; 2x - y = 11How to determine the solution to each system

From the question, we have the following parameters that can be used in our computation:

The system of equations

Solving each system, we have the following

2x + y = 12

x = 9 - 2y

So, we have

2(9 - 2y) + y = 12

18 - 4y + y = 12

-3y = -6

y = 2

For x, we have

x = 9 - 2(2)

x = 5

x = 5, y = 2 ⇒ 2x + y = 12; x = 9 - 2y

Next, we have

y = 11 - 2x

4x - 3y = -13

Set x = 2

y = 11 - 2(2)

y = 7

Test the other equation

4(2) - 3(7) = -13

-13 = -13

x = 2, y = 7 ⇒ y = 11 - 2x; 4x - 3y = -13

Next, we have

2x + y = 11

x - 2y = -7

Set x = 3

2(3) + y = 11

y = 5

Test the other equation

3 - 2(5) = -7

-7 = -7

x = 3, y = 5 ⇒ 2x + y = 11; x - 2y = -7

For the last solution, we have

x + 3y = 16

2x - y = 11

Set x = 7

7 + 3y = 16

y = 3

Test the other equation

2 * 7 - 3 = 11

11 = 11

x = 7, y = 3 ⇒ x + 3y = 16; 2x - y = 11

Read more about system of equations at

https://brainly.com/question/32428428

#SPJ1


Katherine has 9½ cups of yogurt to make smoothies. Each smoothie uses 1/2
cup of yogurt. How many smoothies can Katherine make with the yogurt?

Answers

Answer:

19

Step-by-step explanation:

9 1/2 divided by 1/2 is 19

*URGENT* I NEED HELP WITH THIS QUICK

*URGENT* I NEED HELP WITH THIS QUICK

Answers

Answer:

A. Choice 2

B. Choice 1

C. Choice 2

D. Choice 1

Step-by-step explanation:

So basically if it's being multiplied by something each time, then it's choice 2 and if it's being add by something each time, then it's choice 1.

A. You can see in the diagram that each time you multiply the y-value by 2, so it's choice 2

B. In the equation you can tell that every time you will be adding 16, so choice 1

C. Since it's being multiplied by 0.75 each time, it's choice 2

D. Every time y grows by 12, so it's choice 1.


\( \frac{1}{2} \times \frac{3}{8} \)

Answers

The answer is 3/16 or 0.1875 in decimal form.

If you have an 80 average so far in class after 3 tests what would you need to get on the fourth test to have an average of 83?​

Answers

Answer:

92

Step-by-step explanation:

83*4 = 332

And 80*3 = 240

332-240 = 92

So you would need 92

Answer:

i need help

Step-by-step explanation:

a) Suppose a set of 8 numbers are selected from the set{1,2,…,13,14}. Show that two of the selected numbers must sum to 15. b) There are 14 3-digit numbers in a list. Can you conclude that there are two distinct subsets of the 14 numbers that have the same sum? Justify your answer.

Answers

a. There must be two selected numbers that sum to 15.

b. We cannot guarantee that there are two distinct subsets with the same sum in this case.

What is Pigeonhole principle?

According to the pigeonhole principle, at least one container must have more than one item if n things are placed into m containers, where n > m.

(a) To show that two of the selected numbers must sum to 15 from a set of 8 numbers chosen from {1, 2, ..., 13, 14}, we can use the Pigeonhole Principle.

We have 14 numbers in the set {1, 2, ..., 13, 14}, and we need to select 8 numbers from this set. The possible sums of any two numbers from this set range from a minimum of 1 + 2 = 3 to a maximum of 13 + 14 = 27.

Since we have 8 selected numbers but only 7 possible sums (3, 4, ..., 10, 11, 12, 13), by the Pigeonhole Principle, at least two of the selected numbers must have the same sum. The only sum that is missing from the possible sums is 15. Therefore, there must be two selected numbers that sum to 15.

(b) In the case of 14 3-digit numbers in a list, we cannot conclude that there are two distinct subsets of the 14 numbers with the same sum. This is because the range of possible sums for two distinct 3-digit numbers ranges from a minimum of 100 + 100 = 200 to a maximum of 999 + 998 = 1997.

Since the range of possible sums (200 to 1997) exceeds the number of distinct subsets of the 14 numbers (2¹⁴ = 16,384), it is possible for each subset to have a unique sum. Therefore, we cannot guarantee that there are two distinct subsets with the same sum in this case.

Learn more about Pigeonhole principle on:

https://brainly.com/question/29242775

#SPJ4

Solve the following maximisation problem by applying the Kuhn-Tucker theorem: Max xy subject to –4x^2 – 2xy – 4y^2 x + 2y ≤ 2 2x - y ≤ -1

Answers

By applying the Kuhn-Tucker theorem, the maximum value of xy is: 18/25

The constraints are:-4x² - 2xy - 4y²x + 2y ≤ 22x - y ≤ -1

Let us solve this problem by applying the Kuhn-Tucker theorem.

Let us first write down the Lagrangian function:

L = xy + λ₁(-4x² - 2xy - 4y²x + 2y - 2) + λ₂(2x - y + 1)

Then, we find the first order conditions for a maximum:

Lx = y - 8λ₁x - 2λ₁y + 2λ₂ = 0

Ly = x - 8λ₁y - 2λ₁x = 0

Lλ₁ = -4x² - 2xy - 4y²x + 2y - 2 = 0

Lλ₂ = 2x - y + 1 = 0

The complementary slackness conditions are:

λ₁(-4x² - 2xy - 4y²x + 2y - 2) = 0

λ₂(2x - y + 1) = 0

Now, we solve for the above equations one by one:

From equation (3), we can write 2x - y + 1 = 0, which implies:y = 2x + 1

Substitute this in equation (1), we get:

8λ₁x + 2λ₁(2x + 1) - 2λ₂ - x = 0

Simplifying, we get:

10λ₁x + 2λ₁ - 2λ₂ = 0 ... (4)

From equation (2), we can write x = 8λ₁y + 2λ₁x

Substitute this in equation (1), we get:

8λ₁(8λ₁y + 2λ₁x)y + 2λ₁y - 2λ₂ - 8λ₁y - 2λ₁x = 0

Simplifying, we get:

-64λ₁²y² + (16λ₁² - 10λ₁)y - 2λ₂ = 0 ... (5)

Solving equations (4) and (5) for λ₁ and λ₂, we get:

λ₁ = 1/20 and λ₂ = 9/100

Then, substituting these values in the first order conditions, we get:

x = 2/5 and y = 9/5

Therefore, the maximum value of xy is:

2/5 x 9/5 = 18/25

Hence, the required answer is 18/25.

Learn more about Lagrangian function at:

https://brainly.com/question/13314103

#SPJ11

y = 3 2 x A 2-column table with 4 rows. Column 1 is labeled Days x with entries 1, 2, 3, 4. Column 2 is labeled Hours y with entries 1 and one-half, 3, 4 and one-half, 6. On a coordinate plane, a line goes through points (1, 1.5) and (2, 3). The models all represent a real-world problem. How would you match the models to a problem? Find a problem with the same variables and the same relationship between the quantities. Find a problem that has the same numbers. Find a problem that has the same variables. Find a problem that has the same x-values.

Answers

sorry about the girl who stole  points anways on edg  its A

Answer:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Step-by-step explanation:

x + 12 = 20 i really need help

Answers

Hello! :)

x+12=20

Move all numbers to the right, using the opposite operation:

x=20-12

x=8

Therefore, x=8

Hope it helps. Enjoy your day! :)

Do ask me if you have any question.

~An excited gal

\(MagicalNature\) here to help

I need help with understanding this.

I need help with understanding this.

Answers

Answer:

x = 6.

QU = 9.5.

Step-by-step explanation:

RVZW is a kite

as ZU = 12 and ZV = 12 and V<RVZ and < RUZ are both right angles.

Therefore RU = RV.

As the radii ZW and ZY are at right angles to the chords RS and RQ they cut them in half so RS = RQ so:

3x + 1 = 19

3x = 18

x = 6.

QU = 1/2 * 19

= 9.5

pls help!! need answer asap!!

pls help!! need answer asap!!

Answers

Answer:

Carl traveled 281.25 km by bus and 1,618.75 km by plane.

Step-by-step explanation: v1 = 60 km/h average speed by bus to Toronto

v2 = 700 km/h average speed by plane to Winnipeg

d = 1,900 km the total distance traveled

t = 7 h total traveling time

t1 = the time of the travel by bug

t2 = the time of the travel by plane

t = t1 + t2 the total time

d1 = the distance traveled by bus

d2 = the distance traveled by plane

d = d1 + d2 the total distance

Since average speed = distance/time we have time = distance/avg.speed

t1 = d1/v1 that is t1 = d1/60

t2 = d2/v2 that is t2 = d2/700

Plug the above values into t1 + t2 = t.

We have the following system of equations:

d1/60 + d2/700 = 7

d1 + d2 = 1900

.......

Click here to see the step by step solution for 'd1' and 'd2'

.......

d1 = 281.25 km

d2 = 1,618.75 km

Carl traveled 281.25 km by bus and 1,618.75 km by plane.

consider a little league team that has 13 players on its roster. a. how many ways are there to select 9 players for the starting lineup? b. how many ways are there to select 9 players for the starting lineup and a batting order for the 9 starters? c. suppose 6 of the 13 players are left-handed. how many ways are there to select 3 left-handed outfielders and have all other 6 positions occupied by right-handed players?

Answers

There are 715 ways to select 9 players for the starting lineup.

Permutation is used whenever there is arrangement or where order is important . denoted by \(P(n,r)=\frac{n!}{(n-r)!}\)

n= no of item  , r = no of items to be arranged.

Combination is used when there is selection . denoted by\(C(n,r)=\frac{n!}{r!(n-r)!}\)

n=no of item  , r= no of item to be selected.

Part (a)

In the given question

we have to select 9 players out of 13 player , combination will be used

\(C(13,9)=\frac{13!}{9!*(13-9)!}=\frac{13*12*11*10*9!}{9!*4!} =\frac{13*12*11*10}{4*3*2}\)=715 ways.

Part(b)

In this part we have to find how many ways are there to select 9 players for the starting lineup and a batting order for the 9 starters.

Since the batting order is important , permutation will be used.

\(P(13,9)=\frac{13!}{4!} =\frac{13*12*11*10*9*8*7*6*5*4!}{4!} =13*12*11*10*9*8*7*6*5\)

=259459200 ways.

Part(c)

In this part we have to do selection of  3 left-handed outfielders and have all other 6 positions occupied by right-handed players.

Since order is not important Combination  will be used.

To select 3 left handers from total 6 left handers = C(6,3)

& to select 6 positions of left handers from remaining 7 right handers=C(7,6)

No of ways of selection = C(6,3)*C(7,6)

\(=\frac{6!}{3!*(6-3)!} *\frac{7!}{6!*(7-6)!} \\ \\= \frac{6!}{3!*3!} *\frac{7!}{6!*1!} \\ \\\)

On solving further we get

\(= \frac{7!}{3!*3!} =\frac{7*6*5*4*3!}{3!*3*2*1} =7*5*4=140ways\)

Therefore ,(a)There are 715 ways to select 9 players for the starting lineup.

(b) there are 259459200 ways to to select 9 players for the starting lineup and a batting order for the 9 starters and 140 ways .

(c)there are 140 ways to select 3 left-handed outfielders and have all other 6 positions occupied by right-handed players.

Learn more about Permutation& Combination here https://brainly.com/question/13480867

#SPJ4

Snowden has a new park designed to contain two circular gardens. Garden A has a diameter of
50 m, and garden B has a diameter of 70 m. If the gardener wants to fertilize the surface area
of both gardens, how much surface will he cover? (Write in terms of 3.14) 5

Answers

Answer:

5,809 m^2

Step-by-step explanation:

50/2=25 m

25^2 times 3.14=1,962.5 m^2

70/2=35 m

35^2 times 3.14=3,846.5 m^2

1,962.5+3,846.5=5,809 m^2

Please answer in an hour! You will get a thumbs up.
Question 1 (a)

Assume you purchase a new tractor on Jan 1, 2022 for a cost of $200,000. You estimate you will be able to use the tractor for 10 years, and it will have a salvage value of 10% of the original by the end of its useful life. Determine the book value at the end of the first year (December 31, 2022) using straight-line depreciation.

options:

$18,000

$180,000

$185,000

$182,000

Question 1 (b)
A balance sheet (using current and noncurrent assets and liabilities- no intermediate) shows that a farmer has current assets of $80,000 and owner equity of $100,000. Her current ratio is 2 and her debt/equity ratio is 1.0. Determine the farmer's noncurrent liabilities.

Question 1 (b) options:

$40,000

$60,000

$100,000

unable to determine

Answers

Question 1a

To calculate the book value at the end of the first year using straight-line depreciation, we need to determine the annual depreciation expense first. The straight-line method assumes that the asset depreciates by an equal amount each year over its useful life. Therefore, we can use the following formula to calculate the annual depreciation:

Annual Depreciation = (Cost - Salvage Value) / Useful Life

Substituting the given values, we get:

Annual Depreciation = ($200,000 - $20,000) / 10 years = $18,000 per year

This means that the tractor will depreciate by $18,000 each year for the next 10 years.

To determine the book value at the end of the first year, we need to subtract the depreciation expense for the year from the original cost of the tractor. Since one year has passed, the depreciation expense for the first year will be:

Depreciation Expense for Year 1 = $18,000

Therefore, the book value of the tractor at the end of the first year will be:

Book Value = Cost - Depreciation Expense for Year 1

= $200,000 - $18,000

= $182,000

So the book value of the tractor at the end of the first year, December 31, 2022, using straight-line depreciation is $182,000. so the answer is D

Question 1(b)

To determine the farmer's noncurrent liabilities, we need to use the information provided to calculate the total liabilities and then subtract the current liabilities from it. Here's the step-by-step solution:

Calculate the total current liabilities using the current ratio:

Current Ratio = Current Assets / Current Liabilities

2 = $80,000 / Current Liabilities

Current Liabilities = $80,000 / 2

Current Liabilities = $40,000

Calculate the total liabilities using the debt/equity ratio:

Debt/Equity Ratio = Total Liabilities / Owner Equity

1.0 = Total Liabilities / $100,000

Total Liabilities = $100,000 * 1.0

Total Liabilities = $100,000

Subtract the current liabilities from the total liabilities to get the noncurrent liabilities:

Noncurrent Liabilities = Total Liabilities - Current Liabilities

Noncurrent Liabilities = $100,000 - $40,000

Noncurrent Liabilities = $60,000

Therefore, the farmer's noncurrent liabilities are $60,000. so the answer is B.

Wesley and Jim both work out at the gym. Wesley weighs 132 pounds and is gaining 7 pounds each month. Jim weighs 150 pounds and is gaining 4 pounds each month. How many months will it take for Wesley to weigh the same as Jim?

Answers

The number of months that it will take for Wesley to get to the same weight as Jim, given their respective weights, is 6 months

How to find the number of months?

Assuming the number of months is denoted by x, the equation to find Wesley's weight in a given month would be:

= Wesley's current weight + ( 7 x number of months)
= 132 +  7x

This means that Jim's weight would then be:
= 150 + 4 x

This means that the month where both of them will have the same weight would be:

132 + 7x = 150 + 4x

7x - 4x = 150 - 132

3x = 18

x = 18 / 3

x = 6 months

Find out more on weight at https://brainly.com/question/15254089

#SPJ1

Other Questions
A cmo z-tranche: a. receives payments prior to all other tranches b. receives payments after all other tranches c. receives payments on a pro-rata basis with other tranches d. does not receive payments Unions are not the only means by which employees can obtain desired outcomes. Other methods are most commonly called worker participation. Which of the following is one of these methods?A. Formal worker groupsB. Joint consultation committeesC. Employee participation councilsD. Group membership consider two planets in space that gravitationally attract each other. if the masses of both planets are doubled, and the distance between them is also doubled, then the force between them is group of answer choices four times as much. half as much. twice as much. remains the same. one quarter. Here, again, are the student enrollment data you saw in the warm-up. This scatterplot shows2nd part of the question: Check all statements below that are true regarding the positive correlation.Answer: The school's enrollment generally increased. 8a. which step of the performance management process...which step of the performance management process are heidi and christopher at in the beginning of the video?multiple choicedefine performanceprovide support and ongoing performance discussionsevaluate performanceprovide consequencesdevelop employee goals, behavior, and actions to achieve outcomes yesterday i paid $51 for a crew neck. today, the same store is selling crew necks for $45. is this statement a consumer, producer surplus? an electronic office product contains 5000 electronic components. assume that the probability that each component operates without failure during the useful life of the product is 0.998, and assume that the components fail independently. approximate the probability that 10 or more of the original 5000 components fail during the useful life of the product using normal distribution. T/F. The fact that police usually have to react to the report of a crime may help explain the inability of the police to solve more crimes. can anyone help with the adjectif qualificatif et le nom qualifie Which is NOT true of the AnthropoceneA. Describes a period in Earths's history when forces of human activity have begun to exceed those of wild natureB. It is the term in Anthropology referring to the first humans to walk on landC. Is evidenced by the effects of plowing, tilling, littering, and disturbing soils across the surface of the EarthD. Is expected to extend long into the future TB MC Qu. 5-46 (Algo) The Macon Company uses the high-low... The Macon Company uses the high-low method to determine its cost equation. The following information was gathered for the past year: Busiest month (June) Slowest month (December) Machine Hours 12,000 4,000 Direct Labor Costs $ 255,000 $131,000 If Macon expects to use 15,000 machine hours next month, what are the estimated direct labor costs? Multiple Choice $286,500. O $200,000. $301,500. $232,500. p(b)=1/4 p(a and b)=3/25 p(a/b(= Detoxification, which requires a large amount of energy, occurs in the ________. One will find a large collection of cells with mitochondria in this type of tissue to provide this energy.Select one:a. Lung Tissue.b. Blood Tissue.c. Tracheal Epithelium Tissue.d. Liver Tissue.e. Thymus Tissue. Artificial gravity. One way to create artificial gravity in a space station is to spin it. Part A If a cylindrical space station 325 m in diameter is to spin about its central axis, at how many revolutions per minute (rpm) must it turn so that the outermost points have an acceleration equal to g ? f = nothing rpm examples of share knowledge in digital students Volcanoes that form ______ are generally all the same age. Volcanoes that form ______ show an orderly progression in their age from young to old. what is the theme of this passage? responses a. people most often prefer play to work. b. people form many different relationships during their lives. c. people change a great deal as they go through the stages of life.d. people gain self-knowledge as they age. The first law regarding civil rights was the Civil Rights Act. true or false and The Equal Pay Act prohibits pay differential for those working abroad. true or false. Question 8 of 20:Select the best answer for the question.8. Add [-6-22] + [-3 2 1].O A. [-9-3-5]O B. [-603]O C. [-303]O D. [-903] yasmin hamid is a first-year college student. knowing she will often research topics using her mobile phone and laptop, she wants a fast, secure browser that is also easy to use. evaluate and compare reviews of three browsers, at least one of them a mobile browser. consider chrome, microsoft edge, apple safari, mozilla firefox, opera, and others you might find in your research. recommend two browsers: one for when yasmin uses her laptop, and one for when she uses her mobile phone. discuss your experiences with these browsers and mention speed, security, and features in your recommendation.