old mcdonald evenly divided his goats between his two children, lilly and hawk. careless lilly lost 35 goats and reckless hawk lost 40 of his goats. both lilly and hawk sold their herds, lilly sold each goat for $80 while hawk sold each of his goats for $60. if lilly got $1100 more than hawk for her herd, how many goats did mcdonald have?

Answers

Answer 1

Let the total number of goats that McDonald had be x. After evenly dividing them between Lilly and Hawk, each of them would have received x/2 goats. However, Lilly lost 35 goats, so she was left with (x/2 - 35) goats. Similarly, Hawk lost 40 goats and was left with (x/2 - 40) goats.

When Lilly sold each goat for $80, she earned (x/2 - 35) * $80 = 80x/2 - 35*80 = 40x - 2800 dollars. When Hawk sold each goat for $60, he earned (x/2 - 40) * $60 = 60x/2 - 40*60 = 30x - 2400 dollars.

Given that Lilly earned $1100 more than Hawk, we can set up the equation:

40x - 2800 = 30x - 2400 + 1100

Solving for x, we get x = 400. Therefore, McDonald had a total of 400 goats.

To learn more about dollars : brainly.com/question/15169469

#SPJ11


Related Questions

100 POINTS ANSWER PLEASE !!!!
1. The front of the stage, side C, is 170 feet long. A 150-foot rope runs along the side of square B. A 80-foot rope runs along the side of square A. Is the roped off area, triangle ABC, a right triangle? Show your work to justify your conclusion.

Answers

no the sides are to long

Answer:

Step-by-step explanation:

Side A has a length of 80 ft, side b has a length of 150 ft, and side c (the hypotenuse) has a length of 170 ft. Side A will represent a in the pythagorean theorem, side B will represent b, and side C (hypotenuse) will represent c in the equation. If the equation holds true, then the triangle is a right triangle.

So, we plug it in. a^2 + b^2 = c^2 becomes (80)^2 + (150)^2 = (170)^2

(80)^2 + (150)^2= 28,900

(170)^2= 28,900

since the answers are the same, we know the equation holds true, and thus the triangle is a right triangle. Hope this helps!!

How do you do number 2 "draw a line. Then measure the line to the nearest quarter inch

Answers

To draw a line and measure it to the nearest quarter inch, you will need a ruler or tape measure marked in inches.

Place the ruler or tape measure at one end of the line and align it so that the 0 mark lines up with the beginning of the line. Then, count the number of quarter inches to the end of the line and record the measurement.

Measuring to the nearest quarter inch means that you are rounding the measurement to the nearest multiple of 0.25 inches. For example, if the line measures between 3 and 3.24 inches, it would be rounded down to 3 inches; if it measures between 3.25 and 3.49 inches, it would be rounded up to 3.5 inches. This level of precision is commonly used in construction, woodworking, and other fields where precise measurements are important.

Learn more about Measurements here: brainly.com/question/28913275

#SPJ11

Elon invests £45000 at a rate of 4% per year compound interest.
Work out the total amount of interest earned by Elon after 5 years.
Give your answer correct to the nearest penny.

please give working

Answers

Answer:

9749

Step-by-step explanation:

45000·(1+4%)5-45000

9749.38061

rounded to the nearest penny

9749

The average number of miles (in thousands) that a car's tire will function before needing replacement is 65 and the standard deviation is 17. Suppose that 50 randomly selected tires are tested. Round all answers to 4 decimal places where possible and assume a normal distribution. b. What is the distribution of ¯xx¯? ¯xx¯~ N( ? ), (?) c. If a randomly selected individual tire is tested, find the probability that the number of miles (in thousands) before it will need replacement is between 67.4 and 69.6? d. For the 50 tires tested, find the probability that the average miles (in thousands) before need of replacement is between 67.4 and 69.6 ?

Answers

A standard normal distribution table or a calculator that can perform the calculations based on the given z-scores.

To solve these problems, we'll use the properties of the normal distribution. Let's go through each question step by step:

b. What is the distribution of ¯xx¯? ¯xx¯~ N( ? ), (?)

The average of a sample follows a normal distribution with the same mean as the population and a standard deviation equal to the population standard deviation divided by the square root of the sample size. In this case, the population mean is 65, and the population standard deviation is 17. Since we have 50 randomly selected tires, the sample size is 50.

Therefore, the distribution of the sample mean ¯xx¯ is ¯xx¯~N(65, 17/√50).

c. If a randomly selected individual tire is tested, find the probability that the number of miles (in thousands) before it will need replacement is between 67.4 and 69.6?

To find this probability, we need to standardize the values using the z-score formula:

z = (x - μ) / σ

where x is the value we're interested in, μ is the population mean, and σ is the population standard deviation.

For 67.4:

z1 = (67.4 - 65) / 17

For 69.6:

z2 = (69.6 - 65) / 17

We can now use these z-scores to find the probabilities associated with the values using a standard normal distribution table or a calculator. The probability will be the difference between the two probabilities:

P(67.4 ≤ x ≤ 69.6) = P(z1 ≤ Z ≤ z2)

d. For the 50 tires tested, find the probability that the average miles (in thousands) before the need for replacement is between 67.4 and 69.6?

Since we're dealing with the average of the sample, we use the distribution ¯xx¯~N(65, 17/√50) as calculated in part b.

Again, we'll use the z-score formula to standardize the values:

z1 = (67.4 - 65) / (17 / √50)

z2 = (69.6 - 65) / (17 / √50)

Using these z-scores, we can find the probability:

P(67.4 ≤ ¯xx¯ ≤ 69.6) = P(z1 ≤ Z ≤ z2)

Please note that to obtain the precise probabilities, we would need to use a standard normal distribution table or a calculator that can perform the calculations based on the given z-scores.

To know more about distribution  here

https://brainly.com/question/29664127

#SPJ4

what will be the number of passes to sort the elements using insertion sort? 14, 12,16, 6, 3, 10 group of answer choices 4 6 5 3

Answers

To determine the number of passes required to sort the elements using insertion sort, we need to first understand how insertion sort works. It involves comparing each element with the previous elements in the list and inserting it into the correct position.

So for this particular list of elements: 14, 12, 16, 6, 3, 10, we can see that the first pass would involve comparing the second element (12) with the first element (14) and swapping them to get: 12, 14, 16, 6, 3, 10.

The second pass would involve comparing the third element (16) with the second element (14) and leaving it in place, then comparing it with the first element (12) and swapping them to get: 12, 14, 16, 6, 3, 10.

Similarly, the third pass would involve comparing the fourth element (6) with the previous elements and inserting it into the correct position, resulting in: 6, 12, 14, 16, 3, 10.

The fourth pass would involve comparing the fifth element (3) with the previous elements and inserting it into the correct position, resulting in: 3, 6, 12, 14, 16, 10.

Finally, the fifth pass would involve comparing the sixth element (10) with the previous elements and inserting it into the correct position, resulting in the fully sorted list: 3, 6, 10, 12, 14, 16.

Therefore, the answer to this question would be 5, which is one of the answer choices given.

To know more a about insertion sort visit:

https://brainly.com/question/31329794

#SPJ11

find the inverse function of f
f(x)=1/2x+7

Answers

To find the inverse function of f(x) = (1/2)x + 7, we can follow these steps:

Step 1: Replace f(x) with y. This gives us:
y = (1/2)x + 7

Step 2: Swap the x and y variables to obtain:
x = (1/2)y + 7

Step 3: Solve for y in terms of x:
x - 7 = (1/2)y
2(x - 7) = y

Step 4: Replace y with f^(-1)(x) to obtain the inverse function:
f^(-1)(x) = 2(x - 7)

Therefore, the inverse function of f(x) = (1/2)x + 7 is f^(-1)(x) = 2(x - 7).

PLS HELP ASAP I WILL GIVE 50 POINTS AND BRAINIEST IM DESPERATE !!!!
Explain how you would find the area of the shape below.

Answers

Answer:

An area is calculated by multiplying the length of a shape by its width

is this the answer your looking for?

Step-by-step explanation:

assume that exam scores are independent and that 10 students take the exam. what is the probability that 4 or more students score 85 percent or higher on the exam.

Answers

The probability that 4 or more students score 85 percent or higher on the exam is 0.1209 or approximately 12.09 percent.

To solve this problem, we need to use the binomial distribution formula. We know that the probability of each student scoring 85 percent or higher on the exam is p = 0.2 (since 20 percent is equivalent to 85 percent or higher). We also know that n = 10 students took the exam.

Now we need to find the probability that 4 or more students score 85 percent or higher. We can use the binomial probability formula to calculate this:

P(X ≥ 4) = 1 - P(X < 4)

= 1 - (P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3))

= [tex]1 - [(10 choose 0) * 0.2^0 * (0.8)^10 + (10 choose 1) * 0.2^1 * (0.8)^9 + (10 choose 2) * 0.2^2 * (0.8)^8 + (10 choose 3) * 0.2^3 * (0.8)^7][/tex]
= 1 - (0.1074 + 0.2684 + 0.3020 + 0.2013)

= 0.1209

Therefore, the probability that 4 or more students score 85 percent or higher on the exam is 0.1209 or approximately 12.09 percent.

Learn more about probability here:

https://brainly.com/question/29130717


#SPJ11

A car was valued at $38,000 in the year 2007. By 2013, the value had depreciated to $11,000 If the car’s value continues to drop by the same percentage, what will it be worth by 2017?

Answers

The value of the car in the year 2017 will be $4973.

Given that a car's value is decreasing, it had a value of $38,000 in the year 2007.

By 2013, the value had depreciated to $11,000.

The car’s value continues to drop by the same percentage, we need to find the price of the car in year 2017.

So, 2013-2007 = 6 years

Using the exponential decay formula,

P = P₀(1-r)ⁿ

11000 = 38000(1-r)⁶

0.29 = (1-r)⁶

Taking log to both sides,

㏒(0.29) = 6 ㏒(1-r)

-0.53 / 6 = ㏒(1-r)

-0.089 = ㏒(1-r)

r = 18%

Now, 2017 - 2013 = 4

So,

P = 11000(1-0.18)⁴

P = 4973.33

Hence the value of the car in the year 2017 will be $4973.

Learn more about exponential decay click;

https://brainly.com/question/2193799

#SPJ1

Brianna and Audra are each investing $16,500 at
8% interest. Brianna is earning compound
interest. Audra is earning simple interest. At the
end of 13 years, who will have more, and how
much more?

Answers

Answer: To compare the final amounts, we need to calculate the compound interest for Brianna and the simple interest for Audra.

For compound interest, the formula to calculate the future value is:

A = P(1 + r/n)^(nt)

Where:

A = the future value/amount

P = the principal amount (initial investment)

r = the annual interest rate (as a decimal)

n = the number of times that interest is compounded per year

t = the number of years

For Brianna:

P = $16,500

r = 8% = 0.08

n = 1 (compounded annually)

t = 13 years

A = 16500(1 + 0.08/1)^(1*13)

A = 16500(1.08)^13

A ≈ $42,159.84

After 13 years, Brianna will have approximately $42,159.84.

For simple interest, the formula to calculate the future value is:

A = P(1 + rt)

Where:

A = the future value/amount

P = the principal amount (initial investment)

r = the annual interest rate (as a decimal)

t = the number of years

For Audra:

P = $16,500

r = 8% = 0.08

t = 13 years

A = 16500(1 + 0.08*13)

A = 16500(1 + 1.04)

A ≈ $39,720

After 13 years, Audra will have approximately $39,720.

To determine who will have more and by how much, we subtract Audra's amount from Brianna's amount:

Difference = Brianna's amount - Audra's amount

Difference = $42,159.84 - $39,720

Difference ≈ $2,439.84

Therefore, at the end of 13 years, Brianna will have approximately $2,439.84 more than Audra.

Step-by-step explanation: :)

Answer:

Brianna will have approximately $2,439.84 more than Audra.

hope it helps u

Step-by-step explanation:

find the following integral. note that you can check your answer by differentiation. ∫sin4(8q)cos(8q)dq=

Answers

The integral of sin^4(8q)cos(8q) with respect to q is (1/40)sin^5(8q) + C or (3/8)cos(32q) - (1/64)cos(16q) + C, where C is the constant of integration.

Using the product-to-sum identity for cosine, we can rewrite the integrand as sin(2x+2x+2x+2x)cos(2x+2x) = [sin(2x+2x)cos(2x+2x) + sin(2x)cos(2x+2x+2x)]cos(2x+2x).


We can then use the double angle formula for sine and cosine to simplify the integrand to (3/8)sin(16x) - (1/8)sin(8x) + C. Therefore, the integral of sin4(8q)cos(8q) is (3/8)cos(16q) - (1/64)cos(8q) + C.

To evaluate the integral ∫sin4(8q)cos(8q)dq, we start by using the product-to-sum identity for cosine:

cos(a)sin(b) = 1/2[sin(a+b) + sin(a-b)]

We can rewrite the integrand as:

sin(8q)cos(8q)sin(8q)cos(8q) = [sin(8q+8q)cos(8q+8q) + sin(8q)cos(8q+8q+8q)]cos(8q+8q)

Using the double angle formula for sine and cosine, we can simplify the first term as:

sin(16q)cos(16q) = (1/2)sin(2*16q) = (1/2)sin(32q)

For the second term, we can apply the product-to-sum identity for sine:

sin(a)cos(b) = 1/2[sin(a+b) - sin(a-b)]

sin(8q)cos(8q+8q+8q) = 1/2[sin(8q+24q) - sin(8q-16q)] = 1/2[sin(32q) + sin(8q)]

Putting everything together, we have:

∫sin4(8q)cos(8q)dq = ∫[sin(16q)/2 + sin(32q)/2 + sin(8q)/2]cos(16q)dq

Using the substitution u = 16q, we have:

(1/16)∫[sin(u)/2 + sin(2u)/2 + sin(u/2)/2]cos(u)du

We can then integrate each term separately:

∫sin(u)cos(u)du = (1/2)sin^2(u) + C1

∫sin(2u)cos(u)du = (1/2)[(1/2)sin(3u)] + C2

∫sin(u/2)cos(u)du = -2cos(u/2) + C3

Substituting back, we get:

(1/16)[(1/2)sin^2(16q) + (1/4)sin^2(32q) - 2cos(8q) + C4]

Simplifying, we get:

(3/8)sin^2(16q) - (1/8)sin^2(8q) + C5

Using the identity sin^2(x) = (1-cos(2x))/2, we can rewrite this as:

(3/8)(1-cos(32q))/2 - (1/8)(1-cos(16q))/2 + C6

= (3/8)


To learn more about double angle formula click here: brainly.com/question/30402422


#SPJ11

write the sum of sigma notation in expanded form n 3 σ i=1, j^2

Answers

Here, the outer sum is over the variable $i$ and it ranges from $1$ to $n$. For each value of $i$, the inner sum is over the variable $j$ and it ranges from $1$ to $3$.

The expression $j^2$ is the summand, which is added for each value of $j$.

The given sigma notation is:

n

___

\    j^2

/___

j=1

Expanding this sigma notation, we have:

= 1^2 + 2^2 + 3^2 + ... + (n-1)^2 + n^2

= (1 + 4 + 9 + ... + (n-1)^2) + n^2

The sum of squares up to n-1 can be expressed using the formula:

1^2 + 2^2 + 3^2 + ... + (n-1)^2 = n(n-1)(2n-1)/6

Substituting this in the above expression, we get:

= n(n-1)(2n-1)/6 + n^2

= (2n^3 - 3n^2 + n)/6

Therefore, the expanded form of the given sigma notation is (2n^3 - 3n^2 + n)/6.

Visit here to learn more about sigma notation:

brainly.com/question/27737241

#SPJ11

a computer system is modeled as a m/m/1 queue. the expected inter-arrival time is 50 msec and the expected service time is 45 msec. calculate the following measures of system performance:

Answers

Utilization=  0.90909 or 90.909%

Average number of jobs in the system=10

Average number of jobs in queue = 9.091

End to end response time = 500

Queuing time = 454.545

Probability of 5 or more jobs in the system=0.59049

What is probability?

Probability means possibility of any incident. It is a branch of mathematics which deals with the occurrence of any random event. The value can be  expressed from zero to one. Probability has been introduced in Mathematics to give a  prediction of how likely events are to happen. The meaning of probability is nothing but the extent to which something is likely to happen.

In a M/M/1 model the expected  inter-arrival time is 50 msec and the expected service time is 45 msec.

So the mean rate of arrival (λ) = 1/ 50 = 0.02

The mean service rate(μ) = 1/ 45= 0.022

a) Utilization = λ/μ = 0.02/ 0.022= 0.90909 or 90.909%

b) Average number of jobs in the system= λ/ (μ-λ)

                                                                     = 0.02/(0.022-0.02)

                                                                       = 10

c) Average number of jobs in queue = λ² / (μ(μ-λ))

                                                           = 0.0004/ 0.000044

                                                            = 9.091

d) End to end response time = Average number of time in the system/ arrival rate

                                               = 10/ 0.02

                                              = 500

e) Queuing time = λ/( μ(μ-λ))

                           = 0.02/ 0.000044

                           = 454.545

f) Probability of 5 or more jobs in the system= P(n≥5)= (λ/μ)⁵

                                                                                          = (0.9)⁵

                                                                                         = 0.59049

Hence,

Utilization=  0.90909 or 90.909%

Average number of jobs in the system=10

Average number of jobs in queue = 9.091

End to end response time = 500

Queuing time = 454.545

Probability of 5 or more jobs in the system=0.59049

To know more about probability

https://brainly.com/question/13604758

#SPJ4

Correct question is "a computer system is modeled as a m/m/1 queue. the expected inter-arrival time is 50 msec and the expected service time is 45 msec. calculate the following measures of system performance:

UtilizationAverage number of jobs in the systemAverage number of jobs in queue End to end response time Queuing time Probability of 5 or more jobs in the system."

Suppose 128 ounces of a radioactive substance exponentially decays to 28 ounces in hours. What is the half-life of the substance? The half-life is: (A) Less than 1 hour (B) Between 1 hour and 2 hours (C) Between 2 hours and 3 hours (D) Between 3 hours and 4 hours (E) Greater than 4 hours

Answers

The required half-life of the substance is 1 hour and 2 hours.

To determine the half-life of a substance undergoing exponential decay, we can use the formula:

[tex]N = N₀ * (1/2)^{(t / h)}[/tex]

where:

N is the remaining amount of the substance,

N₀ is the initial amount of the substance,

t is the time that has elapsed, and

h is the half-life of the substance.

In this case, we know that N₀ = 128 ounces and N = 28 ounces after a certain number of hours. Plugging in these values, we get:

[tex]28 = 128 * (1/2)^{(t / h)}[/tex]

We can rearrange this equation to solve for t / h:

[tex](1/2)^{(t / h) }= 28 / 128.[/tex]

Taking the logarithm of both sides with base 1/2, we have:

[tex]log₂((1/2)^{(t / h))} = log₂(28 / 128).[/tex]

Applying the logarithmic identity, we can bring the exponent down:

(t / h) * log₂(1/2) = log₂(28 / 128).

Simplifying further, we know that log₂(1/2) is -1:

-(t / h) = log₂(28 / 128).

Multiplying both sides by -1, we have:

t / h = -log₂(28 / 128).

Using a calculator, we find that -log₂(28 / 128) is approximately 1.609.

Therefore, t / h ≈ 1.609.

Since t is the time elapsed and h is the half-life, t / h represents the number of half-lives that have occurred. If t / h is approximately 1.609, it means that around 1.609 half-lives have passed.

Now we can determine the possible options for the half-life based on the given choices:

(A) Less than 1 hour: This would mean the half-life is less than 1 hour. However, 1.609 is greater than 1, so this option can be eliminated.

(B) Between 1 hour and 2 hours: This option is a possibility, as 1.609 is between 1 and 2.

(C) Between 2 hours and 3 hours: This option is not possible since 1.609 is less than 2.

(D) Between 3 hours and 4 hours: This option is not possible either since 1.609 is less than 3.

(E) Greater than 4 hours: This option is also not possible as 1.609 is less than 4.

Based on the analysis, the correct answer is (B) Between 1 hour and 2 hours.

Learn more about half life here,

https://brainly.com/question/31959395

#SPJ4

Of the smoothies sold yesterday at Robert's Smoothies Shop, 5/12 were banana and another 5/12 were strawberry. What fraction of the smoothies sold were either banana or strawberry?

Answers

the answer should be 10/12

Based on the figure below, what is the value of x? A right angle is shown divided in two parts. The measure of the angle of one part is 30 degrees and the measure of the other part is 5x plus 15 degrees. a3 b9 c12 d15

Answers

The value of x is 9. Thus, the correct answer choice is (b) 9.

We know that the sum of the angles in a right angle is 90 degrees.

One part of the angle measures 30 degrees, and the other part measures 5x + 15 degrees.

So, we can write the equation:

30 + 5x + 15 = 90

5x + 45 = 90

5x = 90 - 45

5x = 45

x = 9

Thus, the correct answer choice is (b) 9.

More about the angled link is given below.

https://brainly.com/question/15767203

#SPJ1

use a double integral in polar coordinates to find the volume v of the solid bounded by the graphs of the equations. z

Answers

Therefore, The double integral in polar coordinates involves integrating the function that defines the height of the solid over the region of the polar plane that defines the base of the solid.

To find the volume V of the solid bounded by the graphs of the equations using a double integral in polar coordinates, we first need to determine the limits of integration. This can be done by finding the intersection points of the curves. Once we have the limits, we can set up the integral as follows:
V = ∬R f(r,θ) rdrdθ
where R is the region in the polar plane bounded by the curves, and f(r,θ) is the height of the solid at each point (r,θ). We then evaluate the integral using the appropriate limits to obtain the volume of the solid.
The double integral in polar coordinates allows us to calculate the volume of a three-dimensional solid bounded by two or more surfaces defined in polar coordinates. It involves integrating the function that defines the height of the solid over the region of the polar plane that defines the base of the solid. The limits of integration are determined by finding the intersection points of the curves that bound the region. Once the limits are established, the integral is evaluated to find the volume of the solid.

Therefore, The double integral in polar coordinates involves integrating the function that defines the height of the solid over the region of the polar plane that defines the base of the solid.

To know more about volume visit:

https://brainly.com/question/463363

#SPJ11

suppose that 64% of people own dogs. if you pick two people at random, what is the probability that they both own a dog

Answers

The probability that both people own a dog is approximately 0.4096, or 40.96%.

To solve this problem, we can use the formula for calculating the probability of the intersection of two independent events: P(A and B) = P(A) x P(B).

Let's define A as the event that the first person owns a dog, and B as the event that the second person owns a dog. Since the two people are chosen at random, we can assume that these events are independent.

According to the problem, P(A) = P(B) = 0.64, since 64% of people own dogs. Therefore, the probability of both events occurring is:

P(A and B) = P(A) x P(B) = 0.64 x 0.64 = 0.4096

To learn more about probability click on,

https://brainly.com/question/29975523

#SPJ4

You go to the movies and want to buy the combo at the concession that includes popcorn, candy and soda. You may choose from 8 candy items, 6 soda pops, and 2 popcorn. (a) How many different possible combos are available when you select a popcorn, a candy, and a soda? (Provide numerical answer.) (b) What is the name of the principle you use to calculate the number of possible combos? (State full name)

Answers

There are 96 different possible combos.

The principle used to calculate the number of possible combos is called the multiplication principle.

We have,

(a)

The number of possible combos, when you select a popcorn, a candy, and a soda.

= 8 (choices of candy) x 6 (choices of soda) x 2 (choices of popcorn)

= 96

(b)

The principle used to calculate the number of possible combos is called the multiplication principle.

Thus,

There are 96 different possible combos.

The principle used to calculate the number of possible combos is called the multiplication principle.

Learn more about expressions here:

https://brainly.com/question/3118662

#SPJ1

Find the length of the curve. r(t) = cos(5t) i + sin(5t) j + 5 ln(cos(t)) k, 0 ≤ t ≤ π/4.

Answers

The length of the curve is approximately 0.873 units.

To find the length of the curve, we use the formula:

L = ∫a^b ||r'(t)|| dt

where r'(t) is the derivative of r(t), and ||r'(t)|| is the magnitude of r'(t).

First, let's find the derivative of r(t):

r'(t) = -5sin(5t) i + 5cos(5t) j - (5sin(t)/cos(t)) k

= -5sin(5t) i + 5cos(5t) j - 5tan(t) k

Next, let's find the magnitude of r'(t):

||r'(t)|| = sqrt[(-5sin(5t))^2 + (5cos(5t))^2 + (-5tan(t))^2]

= sqrt[25 + 25tan^2(t)]

Now, we can find the length of the curve:

L = ∫0^(π/4) sqrt[25 + 25tan^2(t)] dt

To solve this integral, we make the substitution u = tan(t), du/dt = sec^2(t), dt = du/sec^2(t), and rewrite the integral as:

L = ∫0^1 sqrt[25 + 25u^2] du/[(1 + u^2)^(1/2)]

Next, we make the substitution v = u/5, dv = du/5, and rewrite the integral as:

L = 5 ∫0^0.2 sqrt[1 + v^2] dv

Using the formula for the integral of the square root of a quadratic, we get:

L = 5/2 [(1/2)(1 + (0.2)^2)^(3/2) - (1/2)(1 + 0^(2))^(3/2)]

= 5/2 [(1.04)^(3/2) - 1]

≈ 0.873

Therefore, the length of the curve is approximately 0.873 units.

Learn more about curve here

https://brainly.com/question/15122151

#SPJ11

a swimming pool is to be drained. the pool is shaped like a rectangular prism with length 25 , width 20 , and depth 4. suppose water is pumped out of the pool at a rate of 125 per hour. if the pool starts completely full, how many hours does it take to empty the pool?

Answers

Answer:

it will take 9 hours to empty the pool.

Step-by-step explanation:

3 pints =____ gallons

Answers

Answer:

0.375 gallons

Step-by-step explanation:

Evaluate the function at the specified points.

f(x,y)=x+yx^5, (-1,-3),(-2,4),(2,-2)

At (-1,-3):

At (-2,4):

At (2,-2):

Answers

In each case, we evaluated the function by substituting the given values of x and y into the formula for f(x,y).

At (-1,-3):

f(x,y) = x + yx^5

f(-1,-3) = (-1) + (-3)(-1)^5 = -2

At (-2,4):

f(x,y) = x + yx^5

f(-2,4) = (-2) + (4)(-2)^5 = -126

At (2,-2):

f(x,y) = x + yx^5

f(2,-2) = (2) + (-2)(2)^5 = -30

For example, when evaluating f(-1,-3), we substituted x = -1 and y = -3 into the formula to get f(-1,-3) = (-1) + (-3)(-1)^5 = -2. Similarly, for f(-2,4), we substituted x = -2 and y = 4 into the formula to get f(-2,4) = (-2) + (4)(-2)^5 = -126. Finally, for f(2,-2), we substituted x = 2 and y = -2 into the formula to get f(2,-2) = (2) + (-2)(2)^5 = -30.

To learn  more about  points click here :

brainly.com/question/31305896

#SPJ11

35°
46"
65"
30"
2x
What is the perimeter? This is a little tougher problem,
and to solve it you'll need to know the lengths of the
segments on either side of the perpendicular height
(which is whyt I gave you the numbers in smaller font).
Submit

Answers

The perimeter of the triangle is 170 inches.

How to calculate the value

To solve for the perimeter, we first need to find the length of the perpendicular height. We can do this using the sine function:

sin(35°) = 46/x

x = 46/sin(35°) = 65 inches

Now that we know the length of the perpendicular height, we can find the length of the base of the triangle using the cosine function:

cos(35°) = 65/x

x = 65/cos(35°) = 75 inches

The perimeter of the triangle is the sum of the lengths of the three sides, so the perimeter is:

P = 65 + 75 + 30

= 170 inches

Learn more about perimeter on

https://brainly.com/question/19819849

#SPJ1

provide general rule to describe the relationship between 10 100 1000

Answers

The general rule to describe the relationship between 10, 100, and 1000 is that each number is obtained by multiplying the previous number by 10. In other words, each number is ten times greater than the previous number.

Specifically:

100 is obtained by multiplying 10 by 10.
1000 is obtained by multiplying 100 by 10.
Therefore, the general rule is that each subsequent number is obtained by multiplying the previous number by 10.

Taryn bought all her school supplies on tax-free weekend and spent $180. If sales tax is normally 7. 5%, how much did Taryn save by shopping on tax-free weekend?

A $2. 40

B $13. 50

C $24. 00

D $135. 0

Answers

Taryn saved $13.50 by shopping on tax-free weekend, since she did not have to pay any sales tax on her $180 purchase.

to calculate how much taryn saved by shopping on tax-free weekend, we first need to calculate how much she would have paid in sales tax if she had bought her school supplies on a regular day.

if the sales tax is normally 7.5%, then the amount of sales tax taryn would have paid is:

0.075 x $180 = $13.50 the answer is (b) $13.50.

Taryn bought all her school supplies on tax-free weekend and spent $180. If sales tax is normally 7. 5%,

Learn more about purchase here:

 https://brainly.com/question/31489447

#SPJ11

apples are distributed, one at a time, into six baskets. the first apple goes into basket one, the second into basket two, the third into basket three, and so on, until each basket has one apple. if this pattern is repeated, beginning each time with basket one, into which basket will the 74th apple be placed?

Answers

The 74th apple will be placed in second basket of apples.

Apples are distributed, one at a time, into six baskets. the first apple goes into basket one, the second into basket two, the third into basket three, and so on, until each basket has one apple.  

This pattern is repeated, beginning each time with basket one

Since there are 6 baskets, the pattern of distribution repeats every 6 apples.

Hence, to determine which basket the 74th apple will be placed in, we need to find the remainder when 74 is divided by 6:

=> 74 ÷ 6 = 12 remainder 2

This means that the 74th apple will be placed in the second basket, since it follows the pattern of distributing apples starting with the first basket.

Therefore,

The 74th apple will be placed in second basket of apples.

Learn more about Patterns at

https://brainly.com/question/14720576

#SPJ4

find the common difference of the arithmetic sequence -15,-13,-11, …

Answers

Answer:

2

Step-by-step explanation:

In an arithmetic sequence, the common difference refers to the constant amount added or subtracted between consecutive terms. To find the common difference, we can subtract any term from the following term.

Let's subtract the second term (-13) from the first term (-15):

-13 - (-15) = -13 + 15 = 2

So, the common difference in the arithmetic sequence -15, -13, -11, ... is 2.

find the differential of the function. z = x6 ln(y4)

Answers

The differential of the function z = x^6 ln(y^4) is dz = 6x^5 ln(y^4) dx + 4x^6 (1/y) dy.

To find the differential of the function z = x^6 ln(y^4), we use the rules of partial differentiation.

Taking the partial derivative of z with respect to x, we get ∂z/∂x = 6x^5 ln(y^4).

Taking the partial derivative of z with respect to y, we get ∂z/∂y = (4x^6/y) ln(y^4).

Then, using the differential notation, we can write dz = (∂z/∂x) dx + (∂z/∂y) dy.

Substituting the values we calculated for ∂z/∂x and ∂z/∂y, we get dz = 6x^5 ln(y^4) dx + 4x^6 (1/y) dy.

This represents the differential of the function z = x^6 ln(y^4).

To learn more about partial differentiation : brainly.com/question/31383100

#SPJ11

A boy earned 75cedis. He saved 20cedis and used the rest of the amount to buy text books. How much was each text book if he bought 11 text books

Answers

Each text book cost 5cedis for the amount.

The word "amount" refers to a thing's quantity or sum. It is a blanket phrase that can be used to many different dimensions or amounts. The precise meaning of "amount" depends on the context in which it is used. It can be used to describe a numerical value, such as the volume of liquid in a container, the balance in a bank account, or the duration of an activity. It can also be used to indicate an elusive number, such the degree of someone's enjoyment or worry. In general, the word "amount" communicates the sense of measuring or quantifying a specific thing or quality.

If the boy earned 75cedis and saved 20cedis, then he used 75-20=<<75-20=55>>55cedis to buy text books.

To find the price of each text book, we need to divide the total amount spent on text books by the number of text books bought.

Total amount spent on text books = 55cedis
Number of text books bought = 11
Price of each text book = Total amount spent on text books / Number of text books bought

Price of each text book = 55cedis / 11

Price of each text book = 5cedis

Therefore, each text book cost 5cedis.


Learn more about amount here:

https://brainly.com/question/26939295


#SPJ11

Other Questions
c objects can only exist in the heap portion of ram. no part of a class/object can exit outside of the heap. group of answer choices true false a random sample of 49 sat scores of students applying for merit scholarships showed an average of 1300 with a standard deviation of 200. find the t value needed to develop the 95% confidence interval for the population mean sat score. Which of these objects is used to retrieve data from an outside data repository and converts it into a DataTable?LabelDataSourceFormViewDataGridDataGridView while the sales of the apple iphone have been great from the beginning, when apple released its iphone 12 and cut the price of the iphone 11 from $699 to $399, sales exploded with more than one million iphone 11 being sold in the first weekend of the price drop. demand for the iphone appears to be: 17 points to whoever gets these right please help This aquatic biome covers almost 75% of the earths surface. Organisms in this biome include sea stars, algae, crabs, whales, coral, and squid. freshwater swamp estuary check marine 1 10. The St. Marys River in South Georgia flows to the Cumberland Sound on the Atlantic coast, creating a mixture of freshwater and saltwater. Organisms that live here are adapted to changing amounts of salt water, and include algae, marsh grasses, mangrove trees, oysters, crabs, fish and birds. What biome is this?(a) marine(b) temperate deciduous forest(c) freshwater lake(d) estuary Someone help me please La nueva biotecnologa se fundamenta en el desarrollo de los siguientes campos de la ciencia. Sealacon una X la respuesta correcta:A. La microbiologa y la gentica. B. La biologa molecular y la protemica. C. La biologa y la gentica molecular. D. La gentica molecular y la citologa the aqueous environment during the formation of the kaskaskian black shale was ____________________ in its oxygen content. If P(A) = 3/4, P(B)=1/2, and P(AB)=7/8, what is P(AB)?a. 5/8b7/8c3/8d1/8 some common issues that bioethics is concerned with include which of the following? question 13 options: racial bias, phishing, database corruption, centralization, and job loss employee privacy, cookies, surveillance, and data protection patent infringement, intellectual property theft, copyright infringement, and cybersquatting online fraud, phishing, social engineering, and malware genetic data privacy, eugenics, and issues related to increased life expectancy 3. the deepest, fastest channel in a river is call the _____. ________ is isoelectronic with scandium.V2+Ca2+V2-VV3+ a procedural chanin in this experiment would be required if a student wanted to determine the acidity of tomato juice by titraing a juice sample with naoh solution. briefly explain what can affirmative action assist organizations in achieving that diversity initiatives cannot? Research about the cloud seeding in UAE one argument for and one argument against egalitarian policies from a utilitarian framework where policies should be based on achieving the greatest happiness for the greatest number 4. if you draw three cards from a deck of 52 cards one at a time without replacement, what is the probability that all three cards are diamonds? The tempature inside my refrigirator is about 3. 5 celsuis. If i place a balloon in my fridge that intially has a temp of 20 c and a volume of. 50 liters what will be the volume of. 50 liters what will be the volume of the balloom when its fully cooled by my refrigator sarah planted four o'clocks in her garden.all the seeds came from one set of parent plants.when the flowers bloomed,sarah saw that all her flowers are pink.what were the genes of parent plants?