Lisa can drive 81 miles in the same amount of time it takes her to ride her bike 18 miles. if she drives at a speed that is 28 miles per hour faster than she rides her bike, how fast is she riding her bike?

Answers

Answer 1

The speed of her bike in miles per hour is 8 miles per hour.

How to find the speed of her bike?

let

x = time she can ride 81 miles on car and 18 miles on bike

Therefore,

let the speed of the car = y + 28

speed of the bike = y

speed = distance / time

Therefore,

y + 28 = 81 / x

y = 18 / x

18 / x + 28 = 81 / x

28 = 81 / x  - 18 / x

28 = 81 - 18 / x

28 = 63 / x

28x = 63

x = 63 / 28

x = 2.25

Therefore,

y = 18 / 2.25

y = 8 miles per hour

learn more on speed here: https://brainly.com/question/9822736

#SPJ1


Related Questions

Which is the inverse of the difference of 1/3-1/4?
A.0/1
B.1/12
C.7/12
D.12/1​

Answers

Answer:o/1

Step-by-step explanation:

The ratio of boy to girl who play kickball at rece i 6 to 2. There are 18 girl on the team. What i the nu
mber of boy who play kickball at rece?

Answers

The ratio of boy to girl who play kickball at race is 6 to 2. There are 18 girl on the team. the number of boys who play kickball at race is 12 boys.

The ratio of boy to girl who play kickball at race is 6 to 2

6 boys: 2 girls

Multiply the number of girls by the ratio:

18 girls x (6 boys / 2 girls) = 18 x 3 = 54

Subtract the number of girls from the total to get the number of boys:

54 - 18 = 36

Therefore, there are 12 boys who play kickball at race.

Learn more about ratio here

https://brainly.com/question/13419413

#SPJ4

what is 1,630 divided by 44 as a Decimal

Answers

Answer: 18.5227272727

Step-by-step explanation:

1630/44 = 37.0454545455

Therefore 37.0454545455 to 2 decimal places = 37.05

1630/44 divided by 2 » (1630/44) ÷ 2 » 37.0454545455 ÷ 2

= 18.5227272727

Answer:

3704.54545455

Step-by-step explanation: simplified

Armando has $25 to spend. he wants to buy 2 pounds of hamburgers at $3 per pound, a bag of buns for $2, and 5 bags of chips for $4 each. Sort each statement into True or False.

Armando has $25 to spend. he wants to buy 2 pounds of hamburgers at $3 per pound, a bag of buns for $2,

Answers

Answer:

True- She needs $3 more. She will not have enough money to buy everything. The cost is $28.

False- She has $3 left over.

Step-by-step explanation:

2 pounds of burgers for $3 each is $6

1 bag o bun equals $2

5 bags of chips for $4 each is $20

$20 + $6 +$2 = $28

She only had $25 to spent, so she doesn't have enough money and needs to 3 more dollars.

The convienience store sells a 16-ounce bottle of water for $2.40 and a 28 ounce bottle of water for $2.80. Tiana wants to compare the unit rates to find out which is a better deal. Which one is a better deal?

Answers

To compare the unit rates, we need to find the cost per ounce for each bottle of water.

For the 16-ounce bottle, the unit rate is:

$2.40 / 16 ounces = $0.15 per ounce

For the 28-ounce bottle, the unit rate is:

$2.80 / 28 ounces = $0.10 per ounce

From the unit rate we can see that the 28 ounce bottle of water is a better deal because it cost $0.10 per ounce while the 16 ounce bottle cost $0.15 per ounce.

It's important to know that as the amount of water increases the price decreases making the 28 ounce bottle cheaper than the 16 ounce bottle.

36x - 63 = k(4x - 7)

Need help, I dont know what im doing wrong here

Answers

Answer: k= 9

x= 7/4

Step-by-step explanation:

https://www.symbolab.com/solver/order-of-operations-calculator/36x%20-%2063%20%3D%20k%5Cleft(4x%20-%207%5Cright)

A tank contains 6,000 L of brine with 13 kg of dissolved salt. Pure water enters the tank at a rate of 60 L/min. The solution is kept thoroughly mixed and drains from the tank at the same rate.
(a) How much salt is in the tank after t minutes?
y = kg
(b) How much salt is in the tank after 30 minutes? (Round your answer to one decimal place.)
y = kg

Answers

a. There would be y = 13\(e^\frac{-t}{100}\) salt is in the tank after t minutes.

b. There would be 7.8 kg salt is in the tank after 30 minutes

(a) Let y be the amount of salt (in kg) in the tank after t minutes. We can write a differential equation for y as:

dy/dt = (salt in) - (salt out)

The rate of salt in is given by the concentration of salt in the incoming water (which is 0) times the flow rate of incoming water, which is 0 L/min. The rate of salt out is given by the concentration of salt in the tank, which is y/6000 kg/L, times the flow rate of outgoing water, which is 60 L/min. So we have:

dy/dt = 0 - (y/6000) * 60

Simplifying and solving this first-order linear differential equation, we get:

y = 13\(e^\frac{-t}{100}\)

(b) To find the amount of salt in the tank after 30 minutes, we simply plug in t = 30 into the equation we found in part (a):

y =13 \(e^\frac{-30}{100}\) ≈ 7.8 kg (rounded to one decimal place)

Learn more about tank at https://brainly.com/question/14211097

#SPJ11

2. Please use the earliest deadline first scheduling algorithm to construct a schedule (1.e.. execution sequence) of the following task set: T1 = {2ns, Sns, Sns), Tz = {4ns, 7ns, 7ns} during a period of 22 ns. Here the notation Ti = {eu Pi, D} gives the execution time e; period P. and deadline of task t (20 points)

Answers

The schedule is as follows:

T1 -> T2 -> T1 -> T3 -> T1 -> T2 -> T1.

To construct a schedule using the Earliest Deadline First (EDF) scheduling algorithm, we need to consider the execution time, period, and deadline of each task and assign them priorities based on their deadlines. The task with the earliest deadline will be scheduled first. Let's create a schedule for the given task set:

Task T1: Execution time (e) = 2 ns, Period (P) = 5 ns, Deadline (D) = 5 ns

Task T2: Execution time (e) = 4 ns, Period (P) = 7 ns, Deadline (D) = 7 ns

Task T3: Execution time (e) = 7 ns, Period (P) = 7 ns, Deadline (D) = 7 ns

We have a period of 22 ns, and we need to schedule these tasks within that period. Let's start with the task with the earliest deadline:

At time 0 ns: Execute T1 (2 ns)

At time 2 ns: Execute T2 (4 ns)

At time 6 ns: Execute T1 (2 ns)

At time 8 ns: Execute T3 (7 ns)

At time 15 ns: Execute T1 (2 ns)

At time 17 ns: Execute T2 (4 ns)

At time 21 ns: Execute T1 (2 ns)

This completes the execution of all tasks within the given period of 22 ns. The schedule is as follows:

T1 -> T2 -> T1 -> T3 -> T1 -> T2 -> T1

In this schedule, we have followed the EDF algorithm by selecting tasks based on their deadlines. The task with the earliest deadline is always scheduled first to meet the timing requirements of the system.

To learn more about EDF algorithm, click here: brainly.com/question/28501187

#SPJ11

Write a triple integral, including limits of integration, that gives the volume between 4x + 3y + z = 8 and 5x + 5y + z = 8 and above x+y <= 2, x >= 0, y >= 0
Include how to write the actual integral not only the limits of integration

Answers

To find the volume between the planes 4x + 3y + z = 8 and 5x + 5y + z = 8, and above the region defined by x + y ≤ 2, x ≥ 0, and y ≥ 0, we can set up a triple integral over the specified region.

The volume can be calculated as follows:  ∭V dV

Where V represents the volume and dV represents the differential volume element. To define the limits of integration, we need to determine the boundaries of the region in the xy-plane and the range of z values.

In the xy-plane, the boundaries are determined by the inequalities x + y ≤ 2, x ≥ 0, and y ≥ 0. These inequalities define a triangle in the first quadrant with vertices at (0, 0), (2, 0), and (0, 2). Therefore, the limits of integration for x and y are:

0 ≤ x ≤ 2

0 ≤ y ≤ 2 - x

For the z values, we need to consider the intersection of the two planes 4x + 3y + z = 8 and 5x + 5y + z = 8. By solving these equations simultaneously, we find that z = 0. Therefore, the limits of integration for z are:

0 ≤ z ≤ 8 - 4x - 3y

Putting it all together, the triple integral for the volume is:

\(\int\ \int\ \int V dV = \int\limits^2_0 \int\limits^{2-x}_0 \int\limits^{8-4x-3y}_0dz dy dx\)

This represents the volume between the planes 4x + 3y + z = 8 and 5x + 5y + z = 8, and above the region defined by x + y ≤ 2, x ≥ 0, and y ≥ 0

To learn more about inequalities visit:

brainly.com/question/32157341

#SPJ11

The solutions to p(x) = 0 are x = -7 and x = 7. Which quadratic
function could represent p?

The solutions to p(x) = 0 are x = -7 and x = 7. Which quadraticfunction could represent p?

Answers

The quadratic equation that represents the solution is F: p(x) = x² - 49.

What is quadratic function?

The term "quadratic" refers to functions where the highest degree of the variable (in this example, x) is 2. A quadratic function's graph is a parabola, which, depending on the sign of the leading coefficient a, can either have a "U" shape or an inverted "U" shape.

Algebra, geometry, physics, engineering, and many other branches of mathematics and science all depend on quadratic functions. They are used to simulate a wide range of phenomena, including population dynamics, projectile motion, and optimisation issues.

Given that the solution of the quadratic function are x = -7 and x = 7 thus we have:

p(x) = (x + 7)(x - 7)

Solving the parentheses we have:

p(x) = x² - 7x + 7x - 49

Cancelling the same terms with opposite sign we have:

p(x) = x² - 49

Hence, the quadratic equation that represents the solution is F: p(x) = x² - 49.

Learn more about quadratic equation here:

https://brainly.com/question/30098550

#SPJ1

please please please help i’m desperate!!!!

please please please help im desperate!!!!

Answers

Answer:

  parallel

Step-by-step explanation:

You want to know the parallel/perpendicular status of the lines described by the equations ...

2x -5y = 25y = 2/5x +3

Parallel lines

Parallel lines have the same slope. The slope is the coefficient of x when the equation is written in the form ...

  y = mx +b

as is the second equation.

The first equation can be put in that form by solving for y.

  2x -5y = 25 . . . . . . given equation

  2x -25 = 5y . . . . . . add 5y -25

  2/5x -5 = y . . . . . . divide by 5

The coefficient of x (slope) is 2/5, same as the second equation.

The lines are parallel.

__

Additional comment

Your graphing calculator can help you figure this out, too. The graphed lines are parallel.

please please please help im desperate!!!!

Solve and show your work.
The garden has 3 times as
many cabbages as carrots. If
there are 36 cabbages, how
many carrots are there? [easy points]

Answers

Answer:

12 carrots

Step-by-step explanation:

If there is 3 times as much cabbages as there is carrots, and there is 36 cabbages then you would do 36/3 because of the 3 times as much.  The answer would be 12 carrots.

36/3=12

2 times 8 dividedn by one

Answers

Answer:

16

Step-by-step explanation:

2*8=16

16/1=16

2x8= 16
16/1=16
so the answer is 16

What’s the answer to number 6? Please help

Whats the answer to number 6? Please help

Answers

Answer:

about $521.05

Step-by-step explanation:

61.3% of 850 is 521.05

Let f be a function such that lim h->0 ( f(2+h)-f(2) / h ) = 5. Which of the following are true?
I) f is continuous at x=2
II) f is differentiable at x=2
III) The derivative of f is coninuous at x=2

Answers

I) f is continuous at x=2

II) f is differentiable at x=2

These both f (function ) are true

The given limit can be recognized as the definition of the derivative of f at x=2. Specifically, it states that the derivative of f at x=2 is equal to 5.

Using this information, we can make the following conclusions:

I) We cannot say for sure whether f is continuous at x=2 based on the given limit alone. While a function being differentiable at a point implies that it is also continuous at that point, the converse is not necessarily true. Therefore, we would need additional information to determine whether f is continuous at x=2.

II) The given limit implies that f is differentiable at x=2, since the limit exists and is finite. Specifically, we can say that the derivative of f at x=2 exists and is equal to 5.

III) The given limit also implies that the derivative of f is continuous at x=2. This is because the limit defines a continuous function at x=2, and it is well-known that if a function is differentiable at a point, then it is also continuous at that point.

Therefore, the correct answers are II and III.

To know more about differentiable and continuous equation , refer here :

https://brainly.com/question/30039201#

#SPJ11

What is the formula for calculating angle?

Answers

Angles Formulas at the center of a circle can be expressed as:

Central angle, θ = (Arc length × 360º)/(2πr) degrees

Sum of Interior angles=180°(n-2)

The angles formulas are used to find the measures of the angles. An angle is formed by two intersecting rays, called the arms of the angle, sharing a common endpoint.

The corner point of the angle is known as the vertex of the angle. The angle is defined as the measure of the turn between the two lines.

There are various types of formulas for finding an angle; some of them are the central angle formula, double-angle formula, etc...

We use the central angle formula to determine the angle of a segment made in a circle.

We use the sum of the interior angles formula to determine the missing angle in a polygon.

To know more about Angle Formula:

https://brainly.com/question/25716982

#SPJ4

one of the four cards has reached its balance limit and can no longer be used for purchases. what is the probability that you picked one good and one bad card.

Answers

The Probability that you selected one good and one bad card is =  3/6

What is probability?The study of probabilities, which are determined by the ratio of favorable occurrences to probable cases, is known as probability.Calculating the likelihood of experiments happening is one of the branches of mathematics known as probability. Through the use of a possibility,It is crucial to understand this branch's most fundamental definitions in order to fully comprehend it, including the formula for computing probabilities in equiprovable sample spaces, the probability of two events joining together, the probability of the complementary event, etc.

According to our question-

Say this:Card 1 = ACard 2 = BCard 3 = CCard 4 = DAssume that A has exhausted its potential. listing all options for choosing two cards at random.First option: A and BSecond option: A and CThe third option is A and D.4th scenario: B and CThe fifth option is B and D.The sixth option is C and D.There are three potential outcomes for the card whose limit has been reached being chosen with the usable card. Determine the likelihood.P is the product of the total desired results and the total possible outcomes.P = 3/6P = 0.5

Hence,The probability that you selected one good and one bad card is =  3/6

Know more about probability click here:

https://brainly.com/question/13604758

#SPJ4

explain how qualitative and quantitative data are used to show the causes and effects of geographic change within urban areas.

Answers

Qualitative and quantitative data are both valuable in understanding and analyzing the causes and effects of geographic change within urban areas. Here's how each type of data can be used:

Qualitative Data:

Qualitative data provides insights into the subjective experiences, perceptions, and behaviors of individuals and communities. It involves non-numerical information that is collected through methods such as interviews, observations, and case studies. In the context of geographic change within urban areas, qualitative data can help reveal the underlying social, cultural, and political factors influencing the processes and outcomes of urbanization. It can shed light on the lived experiences of residents, their attitudes towards change, and the social dynamics at play.

Quantitative Data:

Quantitative data, on the other hand, involves numerical measurements and statistical analysis. It provides objective and measurable information about various aspects of urban areas, such as population, infrastructure, economic indicators, and environmental factors. Quantitative data can be collected through surveys, censuses, sensors, and other statistical sources.

Know more about quantitative data here;

https://brainly.com/question/14810759

#SPJ11

A hiker is climbing down a valley. He stops for a water break 4 times. Between each break, he descends 15 meters. How many meters did he descend?

Ju Chan answered the question by writing the following:

4(−15) meters = −60 meters.

Which word in the problem indicates that a negative number should be used?

Answers

The word in the problem that indicates that a negative sign should be used is "descend"

How many meters did he descend?

We know that he stops for water breaks four times, and between each water break, he descends 15 meters.

The written equation is:

4*(-15)m = -60m

Why the negative sign is used?

The negative sign is used because the hiker is descending, so its height is decreasing. The word in the problem that indicates that a negative sign should be used is "descend"

If you want to learn more about signs:

https://brainly.com/question/5870782

#SPJ1


What is the length of BC in the right triangle below?

What is the length of BC in the right triangle below?

Answers

Hey there! :)

Answer:

C. BC = 39 units.

Step-by-step explanation:

Use the Pythagorean theorem to solve for BC. Let BC = c, AB = a, and AC = b.

c² = a² + b²

c² = 15² + 36²

Square and simplify:

c² = 225 + 1296

c² = 1521

c = √1521

c = 39 units.

Therefore:

BC = 39 units.

Answer:

C. 39

Step-by-step explanation:

Use Pythagorean Theorem to find the missing length

15² + 36² = C²      Simplify

225 + 1296 = C²   Add

1521 = C²              Take the square root of both sides

39 = C

Question 1 of 5
pete drives from his house to the store and then to the fair. how many miles
does he drive in all?
y
8
7
store
(48)
pete's house
(8,8)
6
5
4
3
2
fair
(4,3)
1
1
23
4 5
5
7 8
1 unit = 1 mile

Answers

As per the given distance, he surrounded around 20 miles

Here we have given that Pete drives from his house to the store and then to the fair.

While we have given the distance covered by the Pete driver as,

=> 6, 5, 4, 3, 2

Then the total travelling distance is calculated by sum up all the details,

Then  we get,

=> 6 + 5 + 4 + 3 + 2

=> 20 units.

Here we have also given that 1 unit is equal to 1 miles.

Therefore, the resulting distance is 20 miles.

To know more about distance here.

https://brainly.com/question/4199102

#SPJ4

a
The drama club is selling tickets to their play to raise money for the show's expenses.
Each student ticket sells for $5 and each adult ticket sells for $10. The auditorium can
hold a maximum of 110 people. The drama club must make a minimum of $700 from
ticket sales to cover the show's costs. If x represents the number of student tickets
sold and y represents the number of adult tickets sold, write and solve a system of
inequalities graphically and determine one possible solution.

Answers

Answer:

One possible answer would be they sold 80 student tickets and 30 adult tickets

Step-by-step explanation:

set up two inequalities, one to show number of tickets that can be sold, and the other is how much money they need to make

5x+10y G than or =  700

x+y L than or = 110

The first inequality shows that each student (x) ticket sells for $5, and each adult (y) ticket sells for $10, and the amound has to be greater or equal to 700.

The second inequality shows that both student and adult tickets sold have to be less than or equal to 110.

First find either x or y, in this case finding y was easier

y is g than or = to 30

This means that they sold at least 30 adult tickets= $300

With y, plug into the inequality x+y L than or = to 110 to find x

x is less than or = to 80

This means that they sold at most 80 student tickets = $400

Hope this helps!

Which of these values for x make the value of the expression (x-5)(x+7) the greatest?

Answers

Which of these values for x make the value of the expression (x-5)(x+7) the greatest? ​

This is a quadratic equation (vertical parabola) open upward

the vertex is a minimum

the greatest value of this expression is for the greater value of x in absolute value

we have

that -9 is the greater value in absolute value

therefore

the answer is -9

Max delivers 8160 pieces of mail in one year. About how many pieces of mail does he deliever in 2 months

Answers

Answer:

1360

Step-by-step explanation:

8160 / 12 ( the number of months) = 680  

680 x 2 = 1360

Answer:

1360

Step-by-step explanation:

bruh i cant PLEASE HELP
A pole that is 2.8m tall casts a shadow that is 1.9m long. At the same time, a nearby building casts a shadow that is 49.5m long. How tall is the building? Round your answer to the nearest meter.

Answers

Answer:

the length of building is 675.4 m

Step-by-step explanation:

the ratio of pole and his shadow

2.8/1.9

1.47

then, let the building lengh be x

x/49.5=1.47

x=675.4 m

part 1: let x and y be two independent random variables with iden- tical geometric distributions. find the convolution of their marginal distributions. what are you really looking for here?1

Answers

The task is to find the convolution of the marginal distributions of two independent random variables x and y with identical geometric distributions.

To find the convolution of the marginal distributions of x and y, we need to calculate the probability distribution function of the sum of x and y. Since x and y have identical geometric distributions, we know that the probability of x=k and y=m is given by p(x=k, y=m) = (1-p)^k * p * (1-p)^m * p = p^2 * (1-p)^(k+m), where p is the probability of success in each trial of the geometric distribution.

To find the probability distribution function of the sum Z=x+y, we need to compute the probability of each possible value of Z. That is, P(Z=k) = Σ P(X=i, Y=k-i) for all i from 0 to k. Plugging in the probability distribution function of x and y, we get P(Z=k) = Σ p^2 * (1-p)^(i+k-i) = p^2 * (1-p)^k * Σ 1. The summation is over all i from 0 to k, and is equal to k+1. Therefore, we have P(Z=k) = (k+1) * p^2 * (1-p)^k. This is the probability distribution function of the sum of two independent random variables x and y with identical geometric distributions, and is the convolution of the marginal distributions of x and y.

Learn more about geometric distributions here :

https://brainly.com/question/30478452

#SPJ11

4 span R2 but do not form a basis. Find two different The vectors v- 20 4 13 68 as a linear combination of v1, V2, V Ways to expresS Write as a linear combination of v1, V2, V3 when the coefficient of va is 0 68 68 Write as a linear combination of v1, V2, V3 when the coefficient of va is 1. 68

Answers

First, let's define some terms.

- Vectors are quantities that have both magnitude and direction. In this case, we're working with vectors in R2, which means they have two components (x and y).
- A linear combination is a way of combining vectors using multiplication and addition. For example, if we have two vectors v1 = [1, 2] and v2 = [3, 4], then a linear combination of these vectors could be 2v1 + 3v2 = 2[1, 2] + 3[3, 4] = [8, 14].
- Coefficients are the numbers we multiply the vectors by in a linear combination.

Now, let's move on to your question.

You have four vectors in R2, but they do not form a basis. This means that they are linearly dependent, which implies that at least one of the vectors can be expressed as a linear combination of the others.

You are given one vector v = [-20, 4, 13, 68], and you are asked to find two different ways to express it as a linear combination of the other vectors v1, v2, v3.

To do this, we can use a method called Gaussian elimination. We can write the vectors as rows in a matrix, and then use row operations to simplify the matrix and find the coefficients we need.

Here's the matrix we get:

| v1 | v2 | v3 | v |
|----|----|----|---|
|    |    |    |   |
|    |    |    |   |
|    |    |    |   |
|    |    |    |   |

We can start by subtracting multiples of v1 from the other vectors to get zeros in the first column:

| v1 | v2 | v3 | v |
|----|----|----|---|
| 1  | 0  | -2 |  1|
| 0  | 1  |  3 | -4|
| 0  | 0  |  0 |  0|
| 0  | 0  |  0 |  0|

Now we can see that v3 is a linear combination of v1 and v2:

v3 = -2v1 + 3v2

We can use this to express v in terms of v1, v2, and v3:

v = -v1 - 4v2 + 68/13 v3

This is one way to express v as a linear combination of v1, v2, v3.

To find another way, we can swap the positions of v2 and v3 in the matrix and repeat the process.

| v1 | v3 | v2 | v |
|----|----|----|---|
| 1  | -2 | 0  |  1|
| 0  |  0 | 1  |  3|
| 0  |  0 | 0  |  0|
| 0  |  0 | 0  |  0|

Now we can see that v2 is a linear combination of v1 and v3:

v2 = 2v1 - 3v3

We can use this to express v in terms of v1, v2, and v3:

v = -v1 + 68/13 v2 + 4/13 v3

This is another way to express v as a linear combination of v1, v2, v3.

Finally, you are asked to express v as a linear combination of v1, v2, v3 when the coefficient of v1 is 0 and the coefficient of v3 is 1.

To do this, we can set up the following system of equations:

- a v1 + b v2 + c v3 = v
- a = 0
- c = 1

Substituting a = 0 and c = 1, we get:

b v2 + v3 = v

We already know that v3 = -2v1 + 3v2, so we can substitute that in:

b v2 - 2v1 + 3v2 = [-20, 4, 13, 68]

Simplifying, we get:

-2v1 + (b+3)v2 = [-20, 4, 13-68b, 68]

Now we can use Gaussian elimination to solve for b:

| v1 | v2 | v3 | v |
|----|----|----|---|
| -2 | b+3|  0 | -20|
|  0 |  0 |  1 |  3|
|  0 |  0 |  0 |  0|
|  0 |  0 |  0 |  0|

From the first row, we can see that b = -1.

Substituting that back into our equation, we get:

v = 2v1 - v2 + 68/13 v3

This is the desired expression of v as a linear combination of v1, v2, v3 with the coefficient of v1 being 0.

To Know more about linear combination refer here

https://brainly.com/question/30888143#

#SPJ11

which of the following statements about the power series ∑n=0[infinity]n!x2n is true?

Answers

The power series ∑n=0[infinity]n!x2n converges for all real values of x. This can be shown using the ratio test, where the limit as n approaches infinity of |(n+1)!x^(2n+2)/(n!x^(2n))| is equal to the limit as n approaches infinity of |(n+1)x^2|, which equals infinity for x≠0.

However, the ratio test is inconclusive for x=0, so we need to use a different test to determine convergence at x=0. The Cauchy-Hadamard theorem states that the radius of convergence of a power series is given by R=1/lim sup (|an|^(1/n)), where an is the nth term of the series.

Applying this to our power series, we get R=1/lim sup (n!^(1/n) x^2), which simplifies to R=0 for all values of x. Therefore, the power series converges only at x=0 and diverges for all other real values of x.

To know more about power series visit:

https://brainly.com/question/29896893

#SPJ11

There are 100 people in a sport centre. 67 people use the gym. 62 people use the swimming pool. 56 people use the track. 38 people use the gym and the pool. 31 people use the pool and the track. 33 people use the gym and the track. 16 people use all three facilities. A person is selected at random. What is the probability that the person uses exactly one of the facilities?

Answers

Answer:

0.3 or 30%

Step-by-step explanation:

Number of people using more than one sport facility:

38 - gym and pool31 - pool and track33 - gym and track16 - all three

Since 16 is counted for all three, total number of those using more than one facility is therefore:

38 + 31 + 33 - 16*2 = 70

Number of people using exactly one facility is:

100 - 70 = 30

Probability of the person using exactly one facility is:

30/100 = 0.3 or 30%

The sales tax for an item was $9.60 and it cost $320 before tax.

Answers

Answer:

329.6 $

Step-by-step explanation:

320 + 9.60 = 329.6

Hopefully this helps you :)

pls mark brainlest ;)

Answer:

Step-by-step explanation:

If you are look for the cost  of the item after the tax is

$320+$9.60=$329.60

If you are look for the percentage of the tax

320=100%

9.60=

9.60×100÷320=3

Answer is 3%

If you are looking for the percentage increase then  the answer is 3%

Other Questions
Objects A and Care made of different materials, with different "springiness", but they have the same mass and are bot initially at rest. When ball B collides with object A, the ball ends up at rest. When ball B collides with object C, the ball rebounds to the left. Compare the velocities of A and after the collisions. Is greater, equal to, or less than vc? Justify your answer. Before: After: BO- VO ma = mc BOC pv 07 5 4 attempts len Check my work 1.25 points Give your final answer in interval notation. Find (by band) the intervals where the function y - 121 + 1 is increasing and decreasing y is increasing on and decreasing on For each, indicate whether it applies to patents, copyrights, both or neither.a. copyrightb. patentc. bothd. neither1. Can apply to computer software2. Can apply to computer hardware3. Can apply to a poem as well as a computer program4. Protects an algorithm for solving a technical problem5. Guarantees that software development will be profitable6. Is violated when your friend duplicates your Windows operating system CD Lasts forever7. Can be violated, even though you have no idea that someone else had the idea first8. Can be given a Rule Utilitarian justification9. Provides a potential economic benefit to the author of a computer program HELP I'LL MARK BRAINLIEST A line shaft runnng at 150r/m is to transmit 44,7 kW and may be regarded as subject to torsion only The shaft is of mild steel, having an ultmate shearng stress of 345MPa. Using a factor of safety of 6 , calculate its diameter. Find the value of y. Given the following set of data, find the mode(s):{10, 12, 13, 15, 16, 15, 13, 13, 10, 11, 9, 11, 14, 12, 17, 13, 8, 11, 17, 15, 16} Which IT development approach would you use if youanticipate "scope creep"? Explain why Marley makes 18 muffins for Millie, and another 18 muffins for August. And then Marley makes 18 for herself! Then, if Marley has to make 80 muffins for a church, how many muffins are in total? (all muffins, millies, augusts, marleys, and for thr church) A large computer hardware manufacturer purchased a company that develops computer-based software training, among other types of computer-based training. The computer manufacturer has been looking for just such a company that could open up opportunities for them to diversify and grow both businesses. This strategic decision bringing the two companies together is called a. Which phases of mitosis ensure equal distribution of the genetic material in daughter cells?. what volume (in L) of carbon dioxide will be produced from the reaction of 11.8L of ethane Evolution has wired the human brain to allocate more attention to __________________ stimuli. Evolution has wired the human brain to allocate more attention to __________________ stimuli. The point (5,-2) is reflected over the y = -x customer service center in an international airlines flier program gets telephone calls from customers in three tiers of their program. Tier 1 customers callaccording to a Poisson process having a rate of 1.1 per minute. Tier 2 customers callaccording to a Poisson process having a rate of 2.2 per minute. Tier 3 customers callaccording to a Poisson process having a rate of 4.4 per minute. Knowing that the three Poissonprocesses are independent.(1) What is the probability that a total of 13 calls are received during a 90-secondinterval?(2) Given that a total of 20 calls are received during a certain time interval, what is the probability that 7 of them were from tier 2 customers?(3) What is the expected value of the number of tier 3 calls received during a 20- minute interval, given that 47 tier 2 calls were received during that same interval?(4) Given that 4 tier 1 customers called during a 2-minute interval, what is the expected value of the total number of calls during a 6-minute interval that completely contains that 2-minute interval?Suppose we begin monitoring calls at some point in time.(5) What is the probability that the first Tier 1 call occurs before the first Tier 2 call?(6) What is the probability that the 5th Tier 1 call occurs before the 6th Tier 2 call?(7) What is the probability that the first four calls are all from Tier 3? Use the sliders to change the values of a, b, c, and d in the cosine function. Which equation has a maximum at (0, 1) and a minimum at ((StartFraction pi Over 3, negative 5)). How does stretching make you more flexible? Case study A man and woman are deciding whether to have a child. The genotype of the man includes a recessive allele for an inheriteddisease. The genotype of the woman does not include this allele. Both parents have a normal phenotype. Could the child inherit thedisease? Explain your reasoning. This is a great place to use your CER (Claim, Evidence, Reasoning) skills!I+ 0.00541 divided by 10^2 2.4Read the extract below and answer the question that follows.8 distinctions proved to be not good enoughOur daughter received her matric results two weeks ago. She obtained 8 distinctionsoverall average of 90%. She also obtained her national colours in hockey and athleticwas also the chairperson of the RCL at a prestigious school. Additionally, she evenIsiZulu as a means to improve her communication skills. After popping the champagne,have to dry our tears because she has not been accepted at the medical school. Herto specialise in paediatrics and that was the driving force behind the good performardoes one console your child in such a situation?#heartbroken parent2.4.1 Many leamers perform well in Grade 12 but are still not accepted intouniversities. Explain TWO reasons for this.(2xKZN Department of EducationLife Orientation LGGr 11 - 202