The manager of a fast-food restaurant collected data to study the relationship between the number of employees working and the amount of time customers waited in line to order. A scatter plot of the data showed a trend line with the equation y= -1. 5x+15, where y is the number of minutes a customer waits to order, and x is the number of employees working.



1. If miguel waits 6 minutes in line to order, predict the number of employees working.



2. Joni arrives to the restaurant when 8 employees are working. Predict the amount of time Jodi will wait to order.



Thank you so much in advance! I’m super confused with trend lines. Please explain how you got the answer or show your steps please! thanks!

Answers

Answer 1

Miguel will wait for 6 minutes in line, there are 6 employees working.

Joni will wait 3 minutes to order when 8 employees are working.

Here are the steps to answer your questions:

1. If Miguel waits 6 minutes in line to order, predict the number of employees working:

We have the trend line equation y = -1.5x + 15, where y is the waiting time in minutes, and x is the number of employees. We are given that Miguel waits for 6 minutes, so we'll plug y = 6 into the equation and solve for x:

6 = -1.5x + 15

To solve for x, first subtract 15 from both sides of the equation:

6 - 15 = -1.5x
-9 = -1.5x

Now, divide both sides by -1.5:

x = -9 / -1.5
x = 6

So, when Miguel waits 6 minutes in line, there are 6 employees working.

2. Joni arrives at the restaurant when 8 employees are working. Predict the amount of time Jodi will wait to order:

We'll use the same trend line equation and plug in x = 8 to find the waiting time for Joni:

y = -1.5(8) + 15

Multiply -1.5 by 8:

y = -12 + 15

Now, add 15:

y = 3

Joni will wait 3 minutes to order when 8 employees are working.

To learn more about equation, refer below:

https://brainly.com/question/29657983

#SPJ11


Related Questions

Does anyone know how to finish the coding section on lesson 4 unit 7 parameter and return investigate for 2 and 3? (code. org) (number crunch)

Answers

In the coding section of Lesson 4, Unit 7 on Code.org, you will be working with parameters and return statements to create a Number Crunch function for 2 and 3. To complete this task, follow these steps:

1. Define a function called 'numberCrunch' that takes two parameters: 'num1' and 'num2'.
2. Inside the function, perform the desired calculations using 'num1' and 'num2' (e.g., addition, multiplication, etc.).
3. Use a return statement to return the result of the calculation.
4. Call the 'numberCrunch' function with the values 2 and 3 as arguments, and store the result in a variable (e.g., 'result').
5. Display the result using a console.log or any other preferred method.

Here's an example using addition as the operation:

```javascript
function numberCrunch(num1, num2) {
 return num1 + num2;
}

var result = numberCrunch(2, 3);
console.log(result);
```

Modify the code according to the specific requirements of the lesson and the desired operation.

To learn more about operation, refer below:

https://brainly.com/question/30581198

#SPJ11

The table shows the number of beads used to make a necklace.
Ginger wants to make a smaller necklace using the same ratio of pink to white beads.
How many different necklaces could Ginger make?
How do you know?

Answers

Answer:

The Answer is 5

Step-by-step explanation:

Pink beads : White beads

30 : 35

( 30 / 5 ) : ( 35 / 5 )

6 : 7

To find the number of beads, You divide the number of pink beads available by the number of pink beads in the ratio:

= 30 / 6

= 5 necklaces

hope this helps :)

Scientists measured 24 geodes in kilograms and got the following data: 0.9, 1.1, 1.1, 1.2, 1.5, 1.6, 1.7, 1.7, 1.7, 1.9, 2.0, 0.8, 2.3, 5.3, 6.8, 7.5, 9.6, 10.5, 11.2, 12.0, 17.6, 23.9, and 26.8
How many items belong to the interval 10.1-15

Answers

Answer:

the answer to your problem is 3


An aircraft leaves a town &(28n, 66°E)
and after flying 3900km due South, it
gets to another town Y calculate,
a. The radius of the line of latitude through X
the latitude of Y Correct to the nearest
degree.
(the radius of the line of latitude through Y
(Take t=2 and R=6406 km)

Answers

The radius of the line of latitude through X is approximately 5729 km, and the latitude of Y is approximately 43°.

Let X be the starting town with coordinates (28°N, 66°E), and let Y be the destination town which is 3900 km due South of X. We want to find the radius of the line of latitude through X, and the latitude of Y.

First, we can find the distance between X and Y using the Pythagorean theorem. The distance due South is 3900 km, and the distance due East is 28° × R, where R is the radius of the Earth. Using t=2 and R=6406 km, we have:

distance due East = 28° × 6406 km × cos(66°) ≈ 2055.6 km

distance between X and Y = sqrt((3900 km)^2 + (2055.6 km)^2) ≈ 4498.6 km

Next, we can find the latitude of Y using the formula:

latitude of Y = 90° - arctan(distance due South / radius of the Earth)

Using t=2 and R=6406 km, we have:

latitude of Y = 90° - arctan(3900 km / 6406 km) ≈ 43°

Finally, we can find the radius of the line of latitude through X using the formula:

radius of line of latitude = radius of the Earth * cos(latitude of X)

Using the coordinates of X, we have:

latitude of X = 28°N

radius of line of latitude = 6406 km * cos(28°) ≈ 5729 km

For more about radius:

https://brainly.com/question/30106091

#SPJ4

please help...................

Answers

8(5)-9
40-9

Answer is 31

Redland Municipal Middle School offers the following girls sports:



Part A:



Regina wants to play one sport in each of the three seasons during her 8th grade year. Create a list that shows the sample space for the sports that she could play.




Part B:



What is the probability that Regina plays tennis and/or basketball during her 8th grade year?

Answers

probability that Regina plays tennis and/or basketball during her 8th grade year at Redland Municipal Middle School, we first need to know the total number of sports offered and the number of students participating in each sport. However, based on the information provided in your question, we do not have sufficient data to determine the probability.

In general, to determine the probability, we would follow these steps:

1. Determine the total number of sports offered at the school (let's call this S).
2. Find out the number of students participating in tennis (T) and basketball (B).
3. Calculate the probability of Regina playing tennis (P_T) by dividing T by S.


4. Calculate the probability of Regina playing basketball (P_B) by dividing B by S.
5. Use the formula P(T or B) = P_T + P_B - P(T and B) to calculate the probability that Regina plays tennis and/or basketball. Here, P(T and B) is the probability of her playing both sports.

Without the specific numbers, we cannot provide a precise probability. Please provide more details about the sports and participation at Redland Municipal Middle School to help us calculate the probability accurately.

To know more about Redland refer home

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

#SPJ11

Mai  Drew does design shown below each rectangle in the design have the same area each rectangle is a what fraction of the area of the complete design 

Answers

Answer:

1/3

Step-by-step explanation:

There are 3 rectangles, so 1 rectangle is 1 out of 3 rectangles.  So the fraction would be 1/3.

Each rectangle is 1/3 fraction of the complete design.

What are Fractions?

Fractions are type of numbers which are written in the form p/q, which implies that p parts in a whole of q.

Here p, called the numerator and q, called the denominator, are real numbers.

Given is a design drawn by Mai.

The design consists of three rectangles.

Also, given that each of the rectangle has the same area.

This means that if we find one of the rectangle's area, multiply it by 3 and we will get the whole area.

Or in other words, if we find the whole area, then divide it by 3 to get each of the rectangle's area.

So the required fraction is 1/3.

Hence the fraction is 1/3.

Learn more about Fractions here :

https://brainly.com/question/14445006

#SPJ2

Write an exponential function to model the following situation.
a population of 140,000 grows 5% per year for 15 years.
how much will the popluation be after 15 years?
write an exponential function in terms of x.

Answers

An exponential function in terms of x is [tex]P(x) = 140,000(1.05)^x[/tex]

The population would be 291049.95 after 15 years.

How to determine the population after a number of year?

In Mathematics, a population that increases at a specific period of time represent an exponential growth. This ultimately implies that, a mathematical model for any population that increases by r percent per unit of time is an exponential function of this form:

[tex]P(x) = I(1 + r)^x[/tex]

Where:

P(t ) represent the population.x represent the time or number of years.I represent the initial number of persons.r represent the exponential growth rate.

By substituting given parameters, we have the following:

[tex]P(x) = 140,000(1 + 0.05)^x\\\\P(x) = 140,000(1.05)^x[/tex]

After 15 years, we have:

[tex]P(15) = 140,000(1.05)^{15}[/tex]

P(15) = 291049.95 units.

Read more on exponential functions here: brainly.com/question/28246301

#SPJ1

The lengths of the sides of a triangle are given. Classify each triangle as acute,
right, or obtuse.
19. 3, 4, 6
To start, compare c 2 to a 2 + b2
. Substitute the greatest length for c.
20. 9, 11, 16

Answers

19. The triangle with sides 3, 4, 6 is obtuse triangle.

20. The triangle with sides 9, 11, 16 is acute triangle.

How to Classify Triangles?

In a triangle, the sum of the squares of the two shorter sides must be greater than the square of the longest side for the triangle to be considered "non-degenerate," which means it is a valid triangle with a positive area.

19. We have sides of 3, 4, and 6. We can check whether this triangle is non-degenerate using the above formula:

3² + 4² = 9 + 16 = 25, which is less than 6² = 36.

Therefore, this triangle is non-degenerate and we can classify it based on the size of its angles.

To do so, we can use the Pythagorean Theorem to find that the longest side (6) is opposite the largest angle, which is obtuse. Therefore, triangle #19 is an obtuse triangle.

20. For triangle #20, we have sides of 9, 11, and 16. Checking again with the above formula:

9² + 11² = 81 + 121 = 202, which is less than 16² = 256. So this triangle is also non-degenerate.

Using the same method as before, we can find that the longest side (16) is opposite the largest angle, which is acute. Therefore, triangle #20 is an acute triangle.

Learn more about classifying triangles on:

https://brainly.com/question/29677572

#SPJ1

Color the stars so it would be likely but not certain you would choose a yellow one.​

Answers

You can color most but not all of them

Find the probability of at least one failure in five trials of a binomial experiment in which the probability of success is %30

Answers

The probability of having at least one failure in five trials is approximately 0.83193 or 83.193%.

To calculate the probability of at least one failure, we first need to find the probability of having zero failures in five trials, which is equal to (0.3)^5 or 0.00243. Then, we subtract this value from 1 to obtain the probability of having at least one failure. This is because the sum of the probabilities of all possible outcomes should be equal to 1.

In this case, we can see that the probability of having at least one failure in five trials is quite high, at approximately 83%. This means that it is more likely than not that there will be at least one failure in a series of five trials with a success rate of 30%.

The probability of having at least one failure in five trials of a binomial experiment with a success rate of 30% can be calculated as follows:

1 - (probability of having zero failures in five trials)

= 1 - (0.7)^5

= 1 - 0.16807

= 0.83193

Therefore, the probability of having at least one failure in five trials is approximately 0.83193 or 83.193%.

For more questions like Probability click the link below:

https://brainly.com/question/30034780

#SPJ11

Find cot0, sin 0, and csc 0, where 0 is the angle shown in the figure.
Give exact values, not decimal approximations.
0
11
8
cot 0 = 0
sin 0 = 0
csc 0 = 0

Answers

Answer:

Step-by-step explanation:

sun cos

can anyone answer?
Please

Answers

Answer:

  145.7 cm

Step-by-step explanation:

You want the perimeter of a shape bounded by 4 semicircles of radius 10 cm and two straight lines 10 cm long.

Perimeter

The circumference of a circle with radius 10 cm is ...

  C = 2πr

  C = 2(3.142)(10 cm) = 62.84 cm

The shape is bounded (in part) by 4 semicircles, so 2 full circles. The length of the curved boundary is ...

  curve length = 2 · (62.84 cm) = 125.68 cm

The two straight edges at either end of the figure are equal in length to the radius. That total length gets added to the curve length to form the perimeter.

  P = straight length + curve length

  P = 2·10 cm + 125.68 cm ≈ 145.7 cm

The perimeter is about 145.7 cm.

What is the lateral area of the cone to the nearest whole number? The figure is not drawn to scale.
*
Captionless Image
34311 m^2
18918 m^2
15394 m^2
28742 m^2

Answers

Answer:

π(70)(√(70^2 + 50^2)) = π(700√74) m^3

= 18,918 m^3

The floor of a storage unit is 6.4 feet long and 6.2 feet wide. What is the distance between two opposite corners of the floor? If necessary, round to the nearest tenth.

Answers

Answer: 8.9

Step-by-step explanation:

This is pythagoras.

[tex]a^{2} + b^{2} = c^{2}\\6.4^{2} + 6.2^{2} = c^{2}\\40.96 + 38.44 = 79.4\\\sqrt{79.4} = 8.91066776398[/tex]

8.91066776398 = 8.9 (nearest tenth)

The domain in a set of ordered pairs is always the y-coordinate.


True or False

Answers

Answer: False

Step-by-step explanation: It is false because the y-coordinate is the range.

a norman window is a window with a semicircle on top of a regular rectangular window as shown in the diagram.what should the dimensions of the rectangular part of the norman window be to allow in as much light as possible if there is only 12 ft of framing material available

Answers

Answer: The dimensions of the rectangular part of the Norman window that would allow in as much light as possible, given 12 feet of framing material available, are approximately 4 feet by 8 feet.

Explanation:

Let's assume that the height of the rectangular part of the Norman window is "h" and the width is "w". Then the diameter of the semicircle is also "w". The total amount of framing material needed is the sum of the perimeter of the rectangular part and half the circumference of the semicircle:

Perimeter of rectangular part = 2h + 2w

Circumference of semicircle = 1/2πw

Total framing material = 2h + 2w + 1/2πw

We want to maximize the amount of light entering the window, which is proportional to the area of the rectangular part of the window. The area of the rectangular part is given by:

Area of rectangular part = hw

Now we can use the constraint that there is only 12 feet of framing material available:

2h + 2w + 1/2πw = 12

Solving for h in terms of w:

h = (12 - 2w - 1/2πw)/2

Substituting this expression for h into the formula for the area of the rectangular part:

Area of rectangular part = w(12 - 2w - 1/2πw)/2

We can now use calculus to find the value of w that maximizes this area. Taking the derivative of the area with respect to w and setting it equal to zero:

d/dw[w(12 - 2w - 1/2πw)/2] = 0

Simplifying and solving for w:

w = 4π/(4 + π)

Substituting this value of w into the expression for h:

h = (12 - 2w - 1/2πw)/2

h ≈ 8

Therefore, the dimensions of the rectangular part of the Norman window that allow in as much light as possible, given 12 feet of framing material available, are approximately 4 feet by 8 feet.

Barry is selling baseball cards. he sold 2 for $8.00 and 4 for $14.00. what will barry charge for 7 baseball cards if he keeps selling cards at the same rate?

Answers

Barry will charge $24.50 for 7 baseball cards if he keeps selling cards at the same rate.

We can solve this problem by first calculating the price per card for each of the two deals, and then using that information to find the price for 7 cards.

Let x be the price of one baseball card, in dollars. From the information given, we know that:

2 cards cost $8.00, so 1 card costs $4.00: 2x = 8.00 => x = 4.00

4 cards cost $14.00, so 1 card costs $3.50: 4x = 14.00 => x = 3.50

So we see that the price per card is different for the two deals. To find the price for 7 cards, we can use a weighted average of the two prices:

Price for 2 cards: $8.00

Price for 4 cards: $14.00

Total price for 6 cards: $22.00

We can now find the price for one more card by subtracting the total price for 6 cards from the price for 7 cards:

Price for 7 cards: $?

Price for 6 cards: $22.00

Price for 1 card: $?

Price for 7 cards = Price for 6 cards + Price for 1 card

Price for 1 card = Price for 7 cards - Price for 6 cards

We know that the total price for 7 cards is the same as the price for 2 cards plus the price for 4 cards plus the price for 1 more card:

Price for 7 cards = Price for 2 cards + Price for 4 cards + Price for 1 card

Price for 7 cards = 2x + 4x + 1x = 7x

Substituting the value we found for x earlier, we get:

Price for 1 card: $3.50

Price for 7 cards: $24.50

Therefore, Barry will charge $24.50 for 7 baseball cards if he keeps selling cards at the same rate.

To learn more about baseball cards refer here:

https://brainly.com/question/22173143

#SPJ11

The diagram shows a track composed with a semicircle on each end. The area of the rectangle is 5,500 square meters. What is the perimeter of the th rack? Use 3.14 for π

Answers

The perimeter of the track is of 377 m.

What is the measure of the circumference of a circle?

The circumference of a circle of radius r is given by the equation presented as follows:

C = 2πr.

Considering the rectangle with area 5500 m² and base 110 m, the height h, representing the diameter d of the circumference, is obtained as follows:

110d = 5500

d = 550/11

d = 50 m.

The radius is half the diameter, hence it is given as follows:

r = 25 m.

The perimeter is given as follows:

Circumference of two-half-circles = one circle of radius 25 m.Two segments of 110 m.

Hence it is given as follows:

P = 2 x 110 + 2 x 3.14 x 25

P = 377 m.

More can be learned about the circumference of a circle at brainly.com/question/12823137

#SPJ1

. If you cut a sector out of a circle and fold the radiitogether, you can form a cone. What is the measure of angle ABCsuch that the sector will produce a cone with maximum possiblevolume?

Answers

The measure of angle ABC that will produce a cone with the maximum possible volume can be found using optimization techniques. Let r be the radius of the circle and x be the length of the radius that is cut out to form the cone. Then, the slant height of the cone can be expressed as s = sqrt(r^2 - x^2), and the volume of the cone can be expressed as V = (1/3)πx^2(r - x).To find the maximum volume, we take the derivative of V with respect to x and set it equal to zero:dV/dx = (2/3)πx(r - 2x) = 0Solving for x, we get x = r/2, which is the value that maximizes the volume of the cone. Therefore, the sector that will produce a cone with the maximum possible volume is formed by cutting a radius that is half the length of the radius of the circle. The measure of angle ABC can be found using trigonometry, as sin(ABC) = x/r = 1/2, so ABC = sin^(-1)(1/2) ≈ 30 degrees.

For more similar questions on topic Geometry / Optimization.

https://brainly.com/question/15057064?referrer=searchResults

#SPJ11

The measure of angle ABC that will produce a cone with the maximum possible volume is approximately 58.49 degrees.

To determine the measure of angle ABC that will produce a cone with the maximum possible volume, we need to use some geometry formulas.

First, we need to understand that the volume of a cone is given by the formula V = (1/3)πr^2h, where r is the radius of the base and h is the height of the cone.

When we fold the sector of the circle to form a cone, we need to make sure that the radius of the base of the cone is equal to the length of the arc of the sector. Let's call this length x.

Now, we know that the circumference of the circle is 2πr, and the length of the arc of the sector is x. Therefore, the measure of the angle of the sector is (x/2πr) * 360 degrees.

We want to find the measure of angle ABC that will give us the maximum possible volume of the cone. To do this, we need to maximize the value of r and h.

Using some trigonometry, we can see that sin(ABC/2) = (x/2r). Rearranging this formula, we get r = x/(2sin(ABC/2)).

Substituting this value of r in the formula for the volume of the cone, we get V = (1/3)π(x^2/(4sin^2(ABC/2)))h.

To maximize this volume, we need to maximize both x and h. We know that x is fixed, so we need to maximize h.

Using some more trigonometry, we can see that h = rcos(ABC/2) = (x/2) * cot(ABC/2).

Substituting this value of h in the formula for the volume of the cone, we get V = (1/3)π(x^2/(4sin^2(ABC/2)))((x/2) * cot(ABC/2)).

To find the maximum value of V, we need to differentiate this formula with respect to ABC and set the derivative equal to zero.

After some calculations, we get tan(ABC/2) = 2/3. Solving for ABC, we get ABC = 2tan^-1(2/3) ≈ 58.49 degrees.

Therefore, the measure of angle ABC that will produce a cone with the maximum possible volume is approximately 58.49 degrees.

To learn more about geometry, refer below:

https://brainly.com/question/18612295

#SPJ11

Albert and Makayla are each renting a car for one day. Albert’s rental agreement states that the car costs $35 per day and $0. 15 per mile driven. Makayla’s agreement states that the car she is renting costs $45 per day and $0. 10 per mile driven. Write an equation to determine the number of miles, m, Albert and Makayla drive if they spend the same amount of money on their rentals

Answers

To determine the number of miles, m, Albert and Makayla drive if they spend the same amount of money on their rentals, we can write an equation using the given information:

Albert's cost = $35 per day + $0.15 per mile driven
Makayla's cost = $45 per day + $0.10 per mile driven

Since they spend the same amount of money, we can set the costs equal to each other:

35 + 0.15m = 45 + 0.10m

Now, we need to solve the equation form, the number of miles driven:

1. Subtract 0.10m from both sides:
35 + 0.05m = 45

2. Subtract 35 from both sides:
0.05m = 10

3. Divide both sides by 0.05:
m = 200

So, if Albert and Makayla spend the same amount of money on their rentals, they both drive 200 miles.

Learn more about rental agreement at https://brainly.com/question/3237108

#SPJ11

6. (07.06 LC)
Given a polynomial f(x), if (x-4) is a factor, what else must be true? (3 points)
Of(0) = 4
Of(0) = -4
Of(4) = 0
Of(-4)=0

Answers

None of the other statements necessarily follow from (x-4) being a factor of f(x). So the correct statement is Of(4) = 0

What is a statement?

A statement is a proposition that is either true or false, but not both. It may be a mathematical equation, an inequality, or a proposition that can be tested for its truth value.

What is meant by factor?

A factor refers to a number or algebraic expression that is multiplied by another number or expression to obtain a product. Factors can be either integers or polynomials.

According to the given information

If (x-4) is a factor of f(x), then f(4) = 0. This is because when you divide f(x) by (x-4), the remainder is zero when x=4.

Therefore, the correct statement is: f(4) = 0

To know more about factor visit

brainly.com/question/14549998

#SPJ1

A $70,000 mortgage is $629. 81 per month. What was the percent and for how many years?


9%, 20 years



9%, 25 years



7%, 20 years



9%, 30 years

Answers

The closest answer is 9% interest rate and 25 years term of the loan.

Assuming the $70,000 mortgage is a fixed-rate mortgage, we can use the formula for the monthly payment of a mortgage to solve for the interest rate and the term of the loan.

The formula is:

M = P [ i(1 + i)^n ] / [ (1 + i)^n - 1 ]

where:

M = monthly payment

P = principal (amount borrowed)

i = interest rate (per month)

n = number of months

Substituting the given values, we get:

$629.81 = $70,000 [ i(1 + i)^n ] / [ (1 + i)^n - 1 ]

Using a mortgage calculator or by trial and error, we can find that the closest answer is 9% interest rate and 25 years term of the loan.

learn more about "Principal amount":- https://brainly.com/question/25720319

#SPJ11

Write the equation for shifting the parent function of the absolute value function 3 units down.

Answers

The vertex will be at (0, -3), and the graph will be lower than the parent function by 3 units at every point. The parent function of the absolute value function is f(x) = |x|.

To shift this function 3 units down, we need to subtract 3 from the function's output (y) at every point on the graph. This can be expressed as:

f(x) = |x| - 3

The absolute value function is symmetric around the y-axis, which means that any shifts to the left or right do not affect the shape of the graph, only its position on the coordinate plane.

However, a vertical shift up or down will change the location of the vertex, the point where the graph changes direction. In this case, the vertex will be at (0, -3), and the graph will be lower than the parent function by 3 units at every point.

To know more about vertex, refer here:

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

#SPJ11

Estimate the radius of the object. Round to the nearest hundredth if necessary.


C = 8. 9 mm


radius: about


mm

Answers

The estimated radius of the object is about 1.42 mm.

The given information is that the circumference( C) of the object is8.9 mm.

We know that the formula for the circumference of a circle is given by  

C =  2πr  

where r is the compass of the circle.  

To estimate the compass, we can rearrange the formula as

  r =  C/ 2π  

Substituting the given value of C, we get

  r = 8.9/ 2π

we can  estimate this expression to get  

r ≈1.42 mm( rounded to two decimal places)

Learn more about radius at

https://brainly.com/question/15719137

#SPJ4

they're surprised to see that final stores the value 0.7999999999999999 instead of 0.8. what is the best explanation for that result?

Answers

The limited precision of floating-point arithmetic in computers can cause rounding errors, leading to unexpected results such as the value 0.7999999999999999 instead of 0.8. This occurs because certain decimal values cannot be accurately represented in binary form.

This is due to the way floating-point numbers are represented in the computer's memory.

Binary floating-point arithmetic cannot represent every decimal value exactly, so sometimes small rounding errors can occur.

In this case, the value 0.8 cannot be represented exactly in binary floating-point format, so the closest approximation is used, resulting in a slightly different value.

To know more about floating-point arithmetic:

https://brainly.com/question/31625629

#SPJ4

You doing practice 2

Answers

Answer:

there is a lot of words

Step-by-step explanation:

6209

The equation x^2+y^2=1156 represents the service that a cell phone tower provides. How far from the tower will you receive cell phone service?

Answers

The distance from the tower that you will receive the phone service is: 34 units

How to find the equation of the circle?

The general form of the equation of a circle is:

(x – h)² + (y – k)² = r²

where:

(h, k) represents the location of the circle's center.

r represents the length of its radius.

We are given the equation that represents the service that a cell phone tower provides. The equation is:

x² + y² = 1156

Expressing in standard form of equation of a circle gives:

(x – 0)² + (y – 0)² = 34²

Thus, r = 34 will denote the distance from the tower that you will receive the phone service

Read more about Equation of Circle at: https://brainly.com/question/1506955

#SPJ4

25) When (x + 1)2 is divided by x - 2, the quotient is 16 and the remainder is x - 3. Find the possible values of x.​

Answers

Answer:

  x = 3  or  x = 12

Step-by-step explanation:

You want the possible values of x that make it true that ...

  (x +1)²/(x -2) = 16 +(x -3)/(x -2)

Division expression

The given division expression can be written in terms of quotient and remainder as  ...

  p/q = a +r/q   ⇒   p = aq +r

Application

Here, this means ...

  (x +1)² = 16(x -2) +(x -3)

  x² +2x +1 = 16x -32 +x -3

  x² -15x = -36

  x² -15x +56.25 = 20.25 . . . . . complete the square

  (x -7.5)² = 4.5²

  x = 7.5 ± 4.5 . . . . . . . . . . . . . take the square root, add 7.5

  x = 3 or 12

__

Additional comment

The given quotient-remainder equation has a vertical asymptote at x = 2. When we write it as f(x) = 0, the graph of f(x) is symmetrical about the point (2, -11).

A restaurant owner rejects his produce shipment if he finds more than 3 crates with any bruised
or spoiled food in it. The probability that a crate has bruised or spoiled food in it is 0.11. What
is the probability that he will reject a shipment of 15 crates?

Answers

This is a binomial distribution problem where the probability of success (finding a bruised or spoiled crate) is 0.11 and the number of trials is 15. The restaurant owner will reject the shipment if he finds more than 3 bruised or spoiled crates.

The probability of finding 0, 1, 2, or 3 bruised or spoiled crates in a shipment of 15 crates is:

P(X = 0) = (15 choose 0) * (0.11)^0 * (0.89)^15 = 0.27
P(X = 1) = (15 choose 1) * (0.11)^1 * (0.89)^14 = 0.39
P(X = 2) = (15 choose 2) * (0.11)^2 * (0.89)^13 = 0.25
P(X = 3) = (15 choose 3) * (0.11)^3 * (0.89)^12 = 0.09

The probability of finding more than 3 bruised or spoiled crates is:

P(X > 3) = 1 - P(X ≤ 3) = 1 - (P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3))
= 1 - (0.27 + 0.39 + 0.25 + 0.09) = 0.01

Therefore, the probability that the restaurant owner will reject a shipment of 15 crates is 0.01 or 1%.
Other Questions
________________ are measurable clusters of ksas that are critical in determining how results will be achieved. Unit v performance task: percents (7. Rp. A. 3)black friday dealsholy stone drone with live video andadjustable wide-angle camera. best buybest buy is offering this drone for 20% off forblack friday. pc richard and sonpc richard and son is offering the same dronefor 10% off plus an extra $20 off to the first 100customers. you only have time to go to one store. Which store will give you thecheaper price? (assume that you are one of the first 100 customers at pcrichard and son. ) According to a simple physiological model, an athletic adult male needs 20 calories per day per pound of body weight to maintain his weight. If he consumes more or fewer calories than those required to maintain his weight, his weight changes at a rate proportional to the difference between the number of calories consumed and the number needed to maintain his current weight; the constant of proportionality is 1/3500pounds per calorie. Suppose that a particular person has a constant caloric intake of HH calories per day. Let W(t)be the person's weight in pounds at time t (measured in days).(a) What differential equation has solution W(t)? dWdt=(Your answer may involve W, H and values given in the problem.)(b) If the person starts out weighing 180 pounds and consumes 3200 calories a day. What happens to the person's weight as t[infinity]? W? Target INT1: I can correctly antidifferentiate basic functions and identify antiderivatives nd the most general antiderivatives of each function. 1.y = 1 - x^2 + x^2 + 3x^42.g(x) = cos x + x3.h(x) = 5 Describe how you will use three of these core values in your future HHS career. Alexandra rolls a standard six-sided die, numbered from 1 to 6. which word or phrase describes the probability that she will roll a number between 1 and 6 ( including 1 and 6)? 63 Identify the bird represented by the foot labeled W. 64 Explain how the webbing between the toes of bird Y could help a coastal bird survive. Use the random list of 100 numbers below and the assignations 0-4 to represent girls and 5-9 to represent boys to answer the question. Determine how many groups contain at least three girls and use the information to answer the questions below. The example's random list had 25 groups containing three girls, a probability of 25 %. The amount of groups of this random list is (more or less than) ______ the example's random list. The probability of the this random list is therefore (lower or higher then) ________ the example's random list. Who is Thomas Day and what is his connection to NCCU? 1 pointgregor mendel's work helped to support thea. theory of natural selectionb. role of dna in reproductionc. observed phases of cell divisiond. belief in meiosis and mitosis 10 problemas de ecuaciones de primer grado relacionada los datos con el cambio climtico The surface area of the small intestine is dramatically increased due to the presence of _________ on the luminal surface. A. Villi and microvilliB. LactealsC. CapillariesD. Hydrolytic enzymesE. Smooth muscle For fauna 2, what is the most common type of fossils?. A cable hangs between two poles 12 yards apart. The cable forms a catenary that can be modeledby the equation y = 12 cosh(x/12) - 5 between x =- 6 and x = 6. Find the area under the12 catenary.Round your answer to four decimal places. Find the ordered pair (s,t) that satisfies the systems/2+5/t=33t-6s=9 What is the Schwarzschild radius?a measurement of how quickly black holes accrete objects based on the objects radiia measurement of how long a black holes quasar extends into the universea measurement of how small a celestial bodys radius would have to be in order to become a black holethe point at which the radius of a black hole lends to its classification as a supermassive black hole 17. Which is D = 2zv solved for v? (1 point)Ov=2zD2zOv=D-2zOv=ANOv=1 WILL GIVE BRAINLIEST IF CORRECTWill report is answer is a guess. Include reasoning behind answer Dado y = 1 / 3x3 +7x dy encontrar dy/dx