graph the cirlces (x+1)+(y+2)=9
Center :​

Answers

Answer 1

Note that the graph of the function ((x+1)²+(y+2)²=9) is attached accordingly

What is a graph?

A coordinate graph is one that has two axes that are perpendicular to each other. These two axes are known as the x- and y-axes. The y-axis is represented by the vertical line, while the x-axis is represented by the horizontal line. A coordinate plane, a Cartesian plane, and a Cartesian coordinate system are other names for it.

The given circle has a radius of 3 units and centre is (-1,-2).

This circle can thus be drawn by first plotting the point (-1,-2) and then with this point as centre draw a circle of radius 3.


Learn more about graph at:

https://brainly.com/question/17267403

#SPJ1

Full question:

graph the circle

((x+1)²+(y+2)²=9)

Graph The Cirlces (x+1)+(y+2)=9 Center :

Related Questions

3 supplementary angles are in the ratio of 6 is to 7 is to 5 find the angle​

Answers

Answer:

90,105,75

Step-by-step explanation:

let the angle be x

so,

6x+7x+5x = 3×90

18x = 270

x= 270/18

x = 15

so the angles are , 6x = 90 , 7x = 105 , 5x = 75

hope it's helpful to you ☺️

PLS PLS HELP HELP ME ITS EASY ITS FREE PONTS LOL PLS PLS HELP HELP ME ITS EASY ITS FREE PONTS LOL PLS PLS HELP HELP ME ITS EASY ITS FREE PONTS LOL PLS PLS HELP HELP ME ITS EASY ITS FREE PONTS LOL

PLS PLS HELP HELP ME ITS EASY ITS FREE PONTS LOL PLS PLS HELP HELP ME ITS EASY ITS FREE PONTS LOL PLS

Answers

Answer:

x = 24°

Step-by-step explanation:

angle BOC + angle BOA = 180°

angle BOC = 156°, angle BOA = x°

so x + 156° = 180°

=> x = 180° - 156° = 24°

so the measure of angle x is 24°

HOPE THIS HELPS AND HAVE A NICE DAY <3

Answer: x + 24

Step-by-step explanation:

-5/2(6x+24)=x-12

please answer me!

Answers

Answer:

x= -3

Step-by-step explanation:

i hope its right

This looks too hard for me sorry

A Ferris wheel at a carnival has a diameter of 72 feet. Suppose a passenger is traveling at 5 miles per hour. (A useful fact: =1mi5280ft.)
(a) Find the angular speed of the wheel in radians per minute.
(b) Find the number of revolutions the wheel makes per hour. (Assume the wheel does not stop.)

Answers

a) The Ferris wheel has an angular speed is 12.222 radians per minute.

b) The Ferris wheel makes 116.712 revolutions in an hour.

How to understand and analyze the kinematics of a Ferris wheel

Kinematics is a branch of mechanical physics that studies the motion of objects without considering its causes. In other words, kinematics studies displacements, velocities and accelerations in translation, rotation and combined motion. In this case we find a Ferris wheel rotating around its axis at constant rate.

a) Then, the angular speed (ω), in radians per minute, is determined by the following product:

ω = v / R

Where:

v - Linear velocity at the rim of the Ferris wheel, in feet per second.R - Radius of the Ferris wheel, in feet.

Please notice that the length of the radius is the half of the length of the diameter.  

If we know that v = 5 mi / h and R = 36 feet, then the angular speed of the wheel is:

ω = [(5 mi / h) · (1 h / 60 min) · (5280 ft / 1 mi)] / [(0.5) · (72 ft)]

ω = 12.222 rad / min

The angular speed is 12.222 radians per minute.

b) A revolution is equal to an angular displacement of 2π radians and an hour is equal to 60 minutes. Then, we can derive the number of revolutions in an hour by dimensional analysis:

n = (12.222 rad / min) · (1 rev / 2π rad) · (60 min / h)

n = 116.712 rev / h

There are 116.712 revolutions in an hour.

To learn more on Ferris wheels: https://brainly.com/question/16396069

#SPJ1

a rectangular playing field measure 350 by 200m if kolade stroll 11 times around what is the answer in km​

Answers

Answer:

12.1 km

Step-by-step explanation:

350 * 2 = 700

200 * 2 = 400

700 + 400 = 1100

1100 * 11 = 12100

12100 / 1000 = 12.1

12.1 km

f(x) = x-1 /5
g(x) = 2x + 7
For what value of x is g(x) = ƒ−¹(x) true?
-1

Answers

According to the given statement,  The value of x = -5 / 36.

What is a variable (x) ?

The x variable is ubiquitous in math and stands for an unknown. It doesn't always have to be an x - any letter of our alphabet can represent an unknown. To work with variables, the first step is to identify the unknown and label it. Next is writing an equation you can solve to find the unknown.

Given: f(x) = x-1 /5

g(x) = 2x + 7

Solving for g(x) = ƒ(x),

2x + 7 = x-1 /5

10x + 35 = 5x - 1

5x = -36

x = -36 / 5

Hence, the value of x for g(x) = ƒ−¹(x) is x = -5 / 36.

To learn more about variable visit :

https://brainly.com/question/14662435

#SPJ1

I need help please ASAPPP!

I need help please ASAPPP!

Answers

Answer:

16

Step-by-step explanation:

Please see attached photo for diagrammatic explanation.

Note: r is the radius

Using pythagoras theory, we can obtain the value of 'x' in the attached photo as shown:

|EB|= x

|FB| = 10

|EF| = 6

|EB|² = |FB|² – |EF|²

x² = 10² – 6²

x² = 100 – 36

x² = 64

Take the square root of both side.

x = √64

x = 8

Now, we can obtain line AB as follow:

|AB|= x + x

|AB|= 8 + 8

|AB|= 16

Therefore, line AB is 16

I need help please ASAPPP!

given a dag, give a linear-time algorithm to determine if there is a simple path that visits all vertices

Answers

A simple path which visits all vertices can be found using a linear-time algorithm.

Explain about the  linear-time algorithm?If an algorithm's time complexity is, then it is said to consume linear time, or time. This essentially indicates that the execution time grows only linearly the with magnitude of the input. In more specific terms, this means that for any input of size n, there exists a constant c where the running time equals at most.

How to handle visited vertex is the issue.

The time complexity isn't really linear as you follow because of the many visits.

If not, the following straightforward example will show that your algorithm is flawed:

1 --> 2 -----------> 3 --> 4

       \         /

        --> 5 -->

After finding 1-2-3-4 in the initial search, the search returns to 2 and finds 1-2-5-3. Now that number 3 has been visited, the search halts and ultimately fails.

To know more about the algorithm, here

https://brainly.com/question/14659024

#SPJ4

You are running a concession stand at a basketball game. You are selling hot dogs and sodas. Each hot dog costs $2.25 and each soda costs $1.50. At the end of the night, you made a total of $225.75. You sold a total of 126 hot dogs and sodas combined. You must report the number of hot dogs sold and the number of sodas sold. What equations did you use to solve this? How many hot dogs were sold and how many sodas were sold?

A.
x + y = 126 and 2.25x + 1.50y = 225.75 ; 49 hot dogs and 77 sodas.

B.
x + y = 126 and 2.25x + 1.50y = 225.75 ; 77 hot dogs and 49 sodas.

C.
2.25x + 1.50y = 126 and x + y = 225.75 : -283.5 hot dogs and 509.25 sodas.

D.
There is not enough information

Answers

The equations and the number of hotdogs and sodas sold are:  x+ y = 126 and 2.25x + 1.50y = 225.75 ; 49 hot dogs and 77 sodas.

Two equations can be derived from this question:

2.25x + 1.50y = 225.75 equation 1

x + y = 126 equation 2

Where:

x = number of hotdogs sold

y = number of soda sold

In order to determine the value of y, multiply equation 2 by 2.25

2.25x + 2.25y = 283.50 equation 3

Subtract equation 1 from 3

57.75 = 0.75y

y = 77

Substitute for y in equation 2

x + 77 = 126

x = 49

To learn more about simultaneous equations, please check: brainly.com/question/23589883

Answer:

The correct answer is A) x + y = 126 and 2.25x + 1.50y = 225.75 ; 49 hot dogs and 77 sodas

Step-by-step explanation:

hope this helps

It’s takes an aero plane 3.2 hours to fly from Mumbai to Seoul. It takes the same aero plane 1 1/3 hours to fly from Seoul to Tokyo. How many hours does it take the aero plane to travel from Mumbai to Tokyo if it flies through Seoul?

Answers

To find the total time it takes for the airplane to travel from Mumbai to Tokyo via Seoul, we need to add the time taken for the Mumbai-Seoul leg and the Seoul-Tokyo leg.

The airplane takes 3.2 hours to fly from Mumbai to Seoul.

The airplane takes 1 1/3 hours to fly from Seoul to Tokyo, which is equivalent to 1.33 hours.

To find the total time, we add the two durations:

3.2 hours + 1.33 hours = 4.53 hours

Therefore, it takes approximately 4.53 hours for the airplane to travel from Mumbai to Tokyo if it flies through Seoul.

What are the factors of 2520

Answers

Answer:

1 ,2,3,4,5,6,7,8,9,10,11,12,13,14,15 are the factor. (mark me as an brainliest)

The order of transformations in a sequence matters; reversing the order will not necessarily give the same image. Is this statement True of False?

Answers

Answer:

False

If the transformations include a reflection, then the orientation will change. A translation or rotation will preserve the original orientation

First if is an Eigenvector of the matrix A with Eigenvalue 4, will also be an Eigenvalue for any linear combination of the matrix A.

Answers

When the matrices A and B commute, or when they fulfill AB=BA, this is a significant exception.

What is matrix?


A matrix is a rectangular array or table of numbers, symbols, or formulae used to represent mathematical objects or qualities of such things. It is often arranged in rows and columns. For instance, a matrix contains two rows and three columns. a group of integers organized in a rectangular array in rows and columns. Matrix elements or entries refer to numbers. In several disciplines of engineering, physics, economics, statistics, and mathematics, matrices have a wide range of applications.

The eigenvalues and eigenvectors of the sum of two matrices are typically not the same as the sums of the eigenvalues and eigenvectors of the individual matrices. In actuality, there is no way to separate the eigenvalues of A and B from one another.

When a vector v is an eigenvector of both A and B, it is also an eigenvector of A+B, with an eigenvalue equal to the sum of its eigenvalues for A and B, respectively. There is, however, no reason to anticipate that two matrices will share an eigenvector in general. There is no method to create an eigenvector of A+B from two random eigenvectors of A and B alone.

When the matrices A and B commute, or when they fulfill AB=BA, this is a significant exception. In this situation, their invariant spaces coincide, and if both of them are diagonalizable, they are concurrently diagonalizable, which means that their eigenvectors do as well. As was already noted, in this specific instance, the eigenvectors of A+B are likewise the same.

To know more about matrix visit:
https://brainly.com/question/29132693

#SPJ4

7 cameras cost $308. The cost of each camera is the same. What is the cost of each camera?

Answers

Answer:

$44

Step-by-step explanation:

Hello!

It said that 7 cameras cost $308, right?

If each camera costs the same, it means that 7 cameras with the same value equal $308.
If we use this in an equation, and if x is a variable we want to solve, it would be:

7x = 308.

If 7x = 308, it would be

308/7 =

44.

So, $44 is the answer.

if n represents a number, then write an expression for the product of the number with a number that is seven more than it.

Answers

Answer: N * (n+7) = n^2 + 7n

Step-by-step explanation:

This equation would be the number, n, times n+7 because n+7 is 7 more than n. To do this, you have an equation like this:

N * (N+7). You would then do distributive property, and n*n would be n squared, and n*7 would be 7n. This would give you a combined answer of n squared + 7n, or n^2 +7n.

people keep putting nonsense answers on my questionsomeone plsss help me. the answer is y=2x+16 and y=-2x-20

people keep putting nonsense answers on my questionsomeone plsss help me. the answer is y=2x+16 and y=-2x-20

Answers

Answer:

\(y=(x+8)(x+10)=x^2 + 18x + 80\)

\(\frac{dy}{dx} = 2x + 18\)

\(y=0\) when \(x=-8\) and \(x=-10\)

so the tangent slopes are \(\frac{dy}{dx} = 2\) and -2 at those x.

The lines are y = 2x + b and y = -2x + c.

We need to find b and c.

The first line must go through (-8,0) and the second one through (-10,0).

For the first line: 0 = 2*(-8) + b and b = 16.

For the second line: 0 = -2*(-10) + c and c = -20.

Step-by-step explanation:

I have  bunch of videos on calculus on my "Sciency Sergei" you tube channel. You are welcome to stop by :).

(02.02 MC)

If trapezoid ABCD was reflected over the y-axis, reflected over the x-axis, and rotated 180°, where would point A′′′ lie?

Trapezoid formed by ordered pairs A at negative 4, 1, B at negative 3, 2, C at negative 1, 2, D at 0, 1.

(1, −1)
(−4, 1)
(1, 1)
(−4, −1)

Answers

The location of point A''' after the three transformations would be (-4, 1).

To determine the location of point A''', we need to apply the three transformations (reflection over the y-axis, reflection over the x-axis, and rotation of 180°) to point A.

When a point is reflected over the y-axis, the x-coordinate is negated while the y-coordinate remains the same.

So, the reflection of point A (-4, 1) over the y-axis would be (4, 1).

When a point is reflected over the x-axis, the y-coordinate is negated while the x-coordinate remains the same. So, the reflection of point (4, 1) over the x-axis would be (4, -1).

When a point is rotated 180°, the x-coordinate and y-coordinate are both negated. So, the rotation of point (4, -1) by 180° would be (-4, 1).

To learn more on Transformation click:

https://brainly.com/question/11709244

#SPJ1

Which sequence shows the numbers in order from least to greatest?
A. -2.14<3.16227766017<2.8
B. 2.8<3.16227766017<2.14
C. 2.14<3.16227766017 <2.8
D. 2.14<2.8<3.16227766017

Answers

The sequence that shows the numbers in order from least to greatest is D. 2.14 < 2.8 < 3.16227766017.

The sequence that shows the numbers in order from least to greatest is D. 2.14 < 2.8 < 3.16227766017.What is the meaning of the inequality symbols?The inequality symbols are mathematical symbols that are used to compare two values.

They indicate the relationship between two values that are not equal to each other. Here are the inequality symbols:

< (less than)≤ (less than or equal to)> (greater than)≥ (greater than or equal to)What is the meaning of the sequence?

A sequence is a set of numbers arranged in a particular order. The order of the numbers in a sequence can be from smallest to largest or largest to smallest.

The sequence D. 2.14 < 2.8 < 3.16227766017 is arranged from smallest to largest because the first number in the sequence, 2.14, is the smallest, and the last number in the sequence, 3.16227766017, is the largest.

To learn more about : sequence

https://brainly.com/question/7882626

#SPJ8

Solve the following system of equations:
4x − 2y − z = −5
x − 3y + 2z = 3
3x + y − 2z = −5
(0, 1, 3)
(0, −1, 3)
(0, 1, −3)
(0, −1, −3)​

Answers

Answer: (0, 1, 3)

Step-by-step explanation:

Adding the second and third equations, we get \(4x-2y=-2\)Multiplying both sides of the first equation by 2, we get that \(8x-4y-2z=-10\). Adding this to the second equation, we get that \(9x-7y=-7\).

If we multiply both sides of the equation \(4x-2y=-2\) by 7, we get \(28x-14y=-14\).

If we multiply both sides of the equation \(9x-7y=-7\) by 2, we get \(18x-14y=-14\).

Subtracting the equation \(28x-14y=-14\) from the equation \(18x-14y=-14\), we get that \(-10x=0 \longrightarrow x=0\).

This means that \(4(0)-2y=-2 \longrightarrow y=1\)

And thus, \(4(0)-2(1)-z=-5 \longrightarrow -2-z=-5 \longrightarrow z=3\).

So, the solution is (0, 1, 3).

The quadrant that contains the point (-7,-16) is quadrant PLSS ANWAR NOW NEED HELP NOW

Answers

Answer:

hi how may i help

Step-by-step explanation:

how can i help u

Regina has three number cubes. The faces of each number cube are numbered from 1 to 6. Regina will roll each number cube one time.



What is the probability that all three number cubes will land on an odd number?

Answers

The probability that all three number cubes will land on an odd number is 1/8

How to determine the probability?

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

Number of cubes = 3

Sections on each cube = 6

Odd sections on each cube = 3

This means that

P(Odd) = Odd sections/Total sections

So, we have the following representation

P(Odd) = 3/6

Simplify

P(Odd) = 1/2

For the three cubes, we have

P(All odd) = P(Odd)^Number of cubes

Substitute the known values in the above equation, so, we have the following representation

P(All odd) = (1/2)³

Evaluate

P(All odd) = 1/8

Hence, the probability is 1/8

Read more about probability at

brainly.com/question/251701

#SPJ1

Answer: 1/8

 

 

 

     

    ;

 ; l       .

                        .

      /.         ;      

 

 

      .

make e the subject
e-5=2f

Answers

Answer:

e-5=2f

take '-5' to the other side where '2f' is

e=2f+5

The number of men and women receiving​ bachelor's degrees each year has been steadily increasing. For the years 1970 through the projection of​ 2014, the number of men receiving degrees​ (in thousands) is given by the equation ​y = 3.9x + 449 and for​ women, the equation is ​y = 14.1x + 312 where x is the number of years after 1970.

Answers

Wats the question may I ask

Sita saves Rs. 1 today, Rs. 2 the next day, Rs. 4 the succeeding day and so on (each saving being twice of the preceding one). What will be total saving in two weeks time?
a

Answers

Answer:

Rs. 32767

Step-by-step explanation:

Because the amount is doubling every day, we can use the expression 1*2^15-1 because there is 1 to start with. Also cool trick! if you need to do 2^1+2^2+2^3+....+2^x, it will be equal to 2^(x+1)-1. So:

2^15-1

32768-1

32767

Math question I need help

Answers

What’s the question ??

Right triangle LMN has vertices L(7, –3), M(7, –8), and
N(10, –8). The triangle is translated on the coordinate plane so the coordinates of L’ are (–1, 8).

Answers

In this case we have a translation of 8 units to the left and 11 units upwards.

How to find the translation?

To find the translation, we just need to compare the two known vertices before and after the translation.

If we have a translation of a units in the x-axis and b units in the y-axis, we will get:

T(a, b)L ---> L'

We know that L = (7, -3) and L' = (-1, 8)

Then we can write:

(7 + a, -3 + b) = (-1, 8)

Then we have two equations:

7 + a = -1 ---> a = -1 - 7 = -8

-3 + b = 8 ---> b = 8 + 3 = 11

Then we have a translation of 8 units to the left and 11 units up-.

Learn more about translations at:

https://brainly.com/question/1046778

#SPJ1

Complete question:

"Right triangle LMN has vertices L(7, –3), M(7, –8), and

N(10, –8). The triangle is translated on the coordinate plane so the coordinates of L’ are (–1, 8).

Find the translation done"

Determine the number of triangles ABC possible with the given parts.
a=32, b=65, A=79∘

Answers

There are zero possible triangles.

There are basically six different types of triangles with respect to the length and measure of the lines and angles of a triangle, respectively.

In general, there will be 0 or 2 potential triangles if the supplied angle is opposite the shorter of the two specified sides.

If the sides-to-angle ratio is smaller than the sine of the angle, then there are no triangles that could possibly exist. There are two possible triangles if the ratio of sides is higher. There is only one feasible triangle if the specified angle is opposite the longer of the two given sides. If the specified angle is between the two given sides, the same holds true.

Here, 32/65 ≈ 0.4923

sin(79°) ≈ 0.9816.

The ratio of sides is smaller, so there are zero possible triangles.

Thus, the number of triangles ABC possible with the given parts is zero.

To learn more about triangles, visit brainly.com/question/2773823

#SPJ4

Round to the nearest 100ths place.
5.236​

Answers

Answer:

5.24

Step-by-step explanation:

The function f(x) = -2(4)²+1 +140 represents the number of tokens a child has x hours after arriving at an arcade.
What is the practical domain and range of the function?
Enter your answer by filling in the boxes to correctly complete the statements. If necessary, round to the nearest hundredth.

The practical domain of the situation is ?
The practical range of the situation is ?

The function f(x) = -2(4)+1 +140 represents the number of tokens a child has x hours after arriving at

Answers

The function f(x) = -2(4)²+1 +140 represents the number of tokens a child has x hours after arriving at an arcade.

The practical domain of the situation is all real numbers, since there is no restriction on the number of hours the child can spend at the arcade.

The practical range of the situation is [1,140], since the minimum value of the function is 1 and the maximum value is 140.

At a concert, floor tickets are $20 each, and
balcony seats are $10 each. 324 floor tickets were
sold & the box office collected $10,000. How many
balcony tickets were sold?

Answers

Answer: 352 tickets

Step-by-step explanation:

because multiplying $20 floor tickets by 324 (how many were sold) gives you 6480

subtract from 10000

gives you 3520 (amount made from balcony)

divide by $10

Step-by-step explanation:

Let No. of balcony ticket sold be x

Rate of floor ticket = $20

Rate of balcony ticket = $10

Total Box Office collection :

324 * 20 + 10 * x = $ 10,000

X = 352 tickets

Other Questions
what does cicero mean when he says indeed, it is a strange-disposed time. but men may construe things after their fashion, clean from the purpose of the things themselves and what does it foreshadow What is the ICD-10 code for encephalopathy Hepatic? One of the factors to consider when interacting with someone in a wheelchair is: * O Place your hands on their wheelchair. O None of the options is true O Approach them and do conversations with them while standing up O Get down to their eye level whenever you decided to talk to them. why was water used as a negative control in the experiments in this lab? What process is typical of cancer?A replacement of damaged cellsB DNA replicationC cellular deathD uncontrolled cell division free spirit industries inc. is considering a project that will have fixed costs of $15,000,000. the product will be sold for $32.50 per unit, and will incur a variable cost of $11.25 per unit. If intake of potassium for an individual is less than the Estimated Average Requirement (EAR), is it true that this individual is at increased risk for potassium deficiency?Yes, because the EAR estimates the needs of >99 percent of individuals in a life-stage and gender group No, because even though the EAR estimates needs of only 50 percent of individuals in a life-stage and gender group, all of us have individual requirements for nutrients Yes, because the EAR is set at the lowest level that should be attained by all individuals in a life-stage and gender group Yes, because EAR values are set at two standard deviations below the minimum suggested intake for 98-99 percent of a life-stage and gender group You engage in listening more than any other communication activity.True or False Is the sum of any 2 consecutive prime numbers also prime? Flow of lymph through a lymph node is slowed due to ________.A) the viscous nature of lymphB) fewer efferent vessels draining it compared to many afferent vessels feeding itC) the presence of lymphocytes and macrophagesD) mini-valves A company is reselling shoes with a 20% markup. The original cost of the shoes are 29.95. What is the new cost of those shoes? Dogs exposed to aversive stimuli from which they could not escape were found to:a. stop moving when placed in a shuttle-box situation.b. suffer from neurological damage.c. learn through observation how to be helpless.d. avoid the stimulus on every trial. what is 12 + 24 = 2(6 + ___) Explain the role that distribution plays in getting a product to customers. what is a collection of processes that use biological systems to alter and improve characteristics of plants and animals? In a 10-year period, Bakersfield, CA population grew from 558,000 to 718,000. What is the percentage of increase? (Round to the nearest tenth of a percent) An ABAB single system research design:a) is the most basic design. b) studies two differentinterventions. c) is the weakest of the single subject researchdesigns. d)consists of baseline-and interve assume the first part of your code is: best trimmed flavors df % you want to apply the filter() function to the variables cocoa.percent and rating. add the code chunk that lets you filter the new data frame for chocolate bars that contain at least 80% cocoa and have a rating of at least 3.75 points. 1 reset how many rows does your tibble include? Scientists propose an early period of heavy bombardment in the Solar System because a. the Moon is heavily cratered. b. all the craters on the Moon are old. c. the smooth part of the Moon is nearly as old as the heavily cratered part. d. all the craters on the Moon are young. True or False? A sieve pore is an oversized plasmodesma.