Select all the equations where x = 3 is a solution.X-3 = 01 + x = 209 - x= 3O 6 = 2xOf = 3x2 = 9

Answers

Answer 1

Let's begin by listing out the given information:

[tex]undefined[/tex]


Related Questions

You are the diving officer on a submarine conducting diving operations. As you conduct your operations, you realize that you can relate the submarine’s changes in depth over time to some linear equations. The submarine descends at different rates over different time intervals.
1. The depth of the submarine is 50 ft below sea level when it starts to descend at a rate of 10.5 ft/s. It dives at that rate for 5 s.
Part A

Answers

Using a linear function, the constraints for the values of x and of y, respectively, are given as follows:

x: 0 ≤ x ≤ 5.y: -102.5 ≤ y ≤ -50.

What is a linear function?

A linear function, in slope-intercept format, is modeled according to the following rule:

y = mx + b

In which:

The coefficient m is the slope of the function, which is the constant rate of change.The coefficient b is the y-intercept of the function, which is the initial value of the function.

In the context of this problem, we have that:

The initial depth is of 50 ft, hence the intercept is of -50.The submarine descends at a rate of 10.5 ft/s, hence the slope is of -10.5.

Thus the linear function that models the depth of the submarine after x seconds is given by:

f(x) = -50 - 10.5x.

This rate is for 5 seconds, hence the constraint for x is 0 ≤ x ≤ 5, and the minimum depth attained by the submarine is:

f(5) = -50 - 10.5(5) = -102.5 ft.

Hence the constraint for y is given as follows:

-102.5 ≤ y ≤ -50.

What is the missing information?

The complete problem is given by the image at the end of the answer.

A similar problem, also about linear functions, is given at https://brainly.com/question/24808124

#SPJ1

The graph shows the cost per pound for bananas.

How many pounds of bananas can be purchased for $3.00?

Answers

For $3.00, the pounds of bananas that can be bought are 2.

How to derive equation of line from graph using two point form?
A line's equation can take many different shapes in a two-dimensional coordinate plane. The point-slope form, slope-intercept form, and general or standard form of the equation of a line are the three most often used techniques.
The formula of two point form of a equation is given below:
Let (x₁, y₁) and (x₂, y₂) be the two points such that the equation of line passing through these two points is given by the formula:
(y-y₁)/(x-x₁) = (y₂-y₁)/(x₂-x₁) -- (i)
Rearranging (i), we get: y - y₁ = [(y₂-y₁)/(x₂-x₁)] (x-x₁) --(ii)

Given, the graph has y co-ordinate as cost in $ of bananas and the x co-ordinate as pounds in lb.
From graph in question, the two points that can be assumed are (0.5,0.75) and (3,4.5); thus using two point form we get the equation as:
y - 0.75 = [(4.5 - 0.75)/(3 - 0.5)] *(x - 0.5) ⇒ y - 0.75 = 1.5 (x - 0.5)
⇒ y - 0.75 = 1.5x - 0.75 ⇒ y = 1.5x ⇒ x = y/1.5 --(ii)
From (ii),
thus for y = 3, value of x will be x = 3/1.5 = 2

To learn more about two point form of equation, tap on the link below:
https://brainly.com/question/18831322

#SPJ9

Evaluate: - 2 to the third power - 45(15+10-23)

Answers

1. Remember

[tex]2^3[/tex]

Means

[tex]2\times2\times2[/tex]

Therefore,

[tex]2^3=2\times2\times2=8[/tex]

2. Remember that we have to solve what's inside the parenthesis first. Therefore,

[tex]45(15+10-23)=45(2)=90[/tex]

If a dragon can eat an entire cow weighing 500 kilograms in 12 seconds, how long will it take to eat a human weighing 90kilograms

Answers

2.16 sec take to eat a human weighing 90kilograms.

What is unitary method?

The unitary method is a technique for solving a problem by first finding the value of a single unit, and then finding the necessary value by multiplying the single unit value.

Given:

It takes 12 seconds the Dragon eat 500 Kg.

So, to eat 1 Kg the dragon takes

=12/500

=0.024 sec

Now, to eat 90 Kg it will take

=0.024 x 90

= 2.16 sec

Learn more about unitary method here:

https://brainly.com/question/22056199

#SPJ1

How do I use the unit circle

Answers

Solution

For this case the unitary circle is given by:

[tex]x^2+y^2=1[/tex]

this unitary circle is important for the trigonometric identities

Can be used also to solve inequalities

Can be used also in physics applications and in linear algebra

In the box below, explain why this is an error. What should he have done?

Answers

He should have divided both sides by -10.

graph y=3x-3, its linear graphing

Answers

The linear graphing of the given equation y = 3x - 3 is done by plotting a series of points and then tracing a line through them.

What is linear graphing?It is a graph that illustrates how two or more quantities or objects relate to one another. Linear refers to a straight line. To show the relationship between two quantities, a linear graph is a straight-line graph. This graph is useful for showing a result as a series of simple straight lines.

Given equation:

y = 3x - 3

Now we will graph this linear equation by plotting points.

We can select input values, evaluate the equation at these input values, and compute output values to determine the respective points. Coordinate pairs are created by the input and output values. The coordinate pairs are then plotted on a grid.

So, the points of the given linear equations are:

 x     y

-2    -9

-1     -6

0    -3

1      0

2     3

To learn more about linear graphing visit:

https://brainly.com/question/28494690

#SPJ9

i need help with this asap Consider the following equations.Approximate the solution to the equation f(x) = g(x) using three iterations of successive approximation. Use the graph below as a starting point.

Answers

we have the equations

[tex]\begin{gathered} f(x)=\frac{x+1}{x^2} \\ \\ g(x)=\frac{x-1}{x+1}+1 \end{gathered}[/tex]

equate both equations

[tex]\frac{x+1}{x^2}=\frac{x-1}{x+1}+1[/tex]

First iteration

For x=1

[tex]\begin{gathered} \frac{1+1}{1^2}=\frac{1-1}{1+1}+1 \\ \\ 2=1 \end{gathered}[/tex]

For x=2

[tex]\begin{gathered} \frac{2+1}{2^2}=\frac{2-1}{2+1}+1 \\ \\ \frac{3}{4}=\frac{1}{3}+1 \\ \\ \frac{3}{4}=\frac{4}{3} \\ 0.75=1.33 \end{gathered}[/tex]

For x=1.5

[tex]\begin{gathered} \frac{1.5+1}{1.5^2}=\frac{1.5-1}{1.5+1}+1 \\ \\ \frac{\frac{5}{2}}{\frac{9}{4}}=\frac{\frac{1}{2}}{\frac{5}{2}}+1 \\ \\ \frac{20}{18}=\frac{1}{5}+1 \\ \frac{10}{9}=\frac{6}{5} \\ 1.11=1.2 \end{gathered}[/tex]

the answer must be less than 1.5 and greater than 1

so

Verify each option

A ----> 13/8=1.625 -----> is not a solution

B ----> 23/16=1.4375 ---> could be an approximate solution

C ---> 25/16=1.5625 ----> is not a solution

D ---> 7/4=1.75 ----> is not a solution

therefore

The answer is option B

Mateo fills a 20L jerrycan with gasoline, a volume of gasoline of 1L has a mass of 690 g and the empty jerrycan weighs 2.5 kg

a. calculate the density of gasoline

b. how much will the jerrycan weigh when it is full?

Answers

The density of the gasoline is 690 grams per litre.

The mass of the jerrycan when fully filled is 16.3 kg

How to find the density of the gasoline and mass of the jerrycan?

He fills a 20 litre jerrycan with gasoline.

A volume  of gasoline of 1 litre has a mass of 690 grams and the empty jerrycan weighs 2.5 kg.

Therefore, the density of the gasoline can be calculated as follows:

density = mass / volume

Hence,

mass of the gasoline = 690 grams

volume of the gasoline = 1 litres

density of the gasoline = 690 / 1

density of the gasoline = 690 grams per litre.

The weight of the jerrycan when filled with gas can be calculated as follows:

1 litre of gas = 690 grams

20 litres gas = 13800 grams

Hence,

1000 grams  = 1kg

13800 grams = 13.8 kg

Therefore,

weight of the jerry can when filled with gas = 13.8 + 2.5 = 16.3 kg

learn more on density, volume and mass here: https://brainly.com/question/14597324

#SPJ1

The probability is 0.7 that a person shopping at a certain store will spend less than $20. For random samples of 28 customers, find the mean number of shoppers who spend less than $20.

Answers

Answer:

approximately 19~20 shopper

Step-by-step explanation:

this case binomial distribution

X~B(n,p)

X: number of shoppers who spend less than 20$

n=28

p=0.7

use mean of binormal distribution E(X)=np

Answer)

E(x) =28*0.7=19.6

thus approximately 19~20 shopper

true or false: when you find the area of a scaled copy, you cube the scale factor.

Answers

True, cube the scale factor while finding the area of a scaled copy.

The scale factor is the ratio of two equal lengths in two similar geometric objects. The fundamental formula for calculating the scale factor is the size of the former shape is  Scale factor = Dimension of the new shape ÷ Dimension of the original shape. The area of a scaled element is equal to the squared scaling factor. If the scale factor is three, the area of the new item will be nine times, or three times, that of the original object. The area scale factor is equal to the square of the length scale factor. As a result, s2 is the surface scaling factor. If this is reversed, a solution to the situation at hand will be offered. The area has a scale factor of 2.

Learn more about the scaled copy and scale factor at

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

#SPJ1

Given: PQ=PR,(m)/(_(Q))PR=(m)/(_(S))PK,(m)/(_(Q))=(m)/(_(P))RK Prove: PS=PK

Answers

Using ASA congruence rule, we have PS = PK.

What does congruence of triangles mean?
Two triangles are said to be congruent if all three corresponding sides and all three corresponding angles have the same size. You can move, flip, twist, and turn these triangles to produce the same effect. When relocated, they are parallel to one another. Mathematics uses the term "congruence" to describe when two figures have similar size and shape. In essence, two triangles are congruent if and only if they follow the four congruence rules. Finding all six dimensions, though, is crucial. As a result, only three of the six variables can be used to evaluate the congruence of triangles. Triangles that are congruent have comparable sides and equivalent angles.

Given, in ΔPQR we have ,
PQ = PR
and ∠PRR = ∠PQR ⇒ 180° - ∠PQR = 180° - ∠PQR ⇒  ∠PQR = ∠PSQ -(i)

Now, in ΔPSQ and ΔPRK;
∠SPQ = ∠RPK
∠Q = ∠R , given
∠SPQ = ∠RPQ
so, by ASA congruence  we have , ΔPSQ = ΔPRK
Thus, PS = PK.

To learn more about congruence of triangles tap on the link below:
https://brainly.com/question/1675117

#SPJ9

How is the graph of the parent function of y=3√x transformed to produce the graph Y=2
-√√√x₂
OIt is horizontally stretched by a factor of 2.
OIt is vertically stretched by a factor of 2.
of 1/1.
1
OIt is translated left by unit.
2
10
1
OIt is translated right by 2 unit.

Answers

Using transformations, it is found that the transformation from [tex]y = \sqrt[3]{x}[/tex] to [tex]y = \sqrt[3]{0.5x}[/tex] is:

It is horizontally stretched by a factor of 1/2.

What are transformations on the graph of a function?

Transformations in the graph of a function happens when operations such as multiplication/division or sum/subtraction are applied in the definition of the function.

They can be either in the domain of the function, involving values of x, or the range, involving values of y.

For this problem, the change was that x -> x/2, that is, there was a multiplication in the domain, meaning that there was an horizontal stretch to the function.

The fact that the number was multiplied by 1/2 means that the factor of the stretch is of 1/2.

What is the missing information?

The transformation is from [tex]y = \sqrt[3]{x}[/tex] to [tex]y = \sqrt[3]{0.5x}[/tex].

More can be learned about transformations to the graph of a function at https://brainly.com/question/28174785

#SPJ1

ƏR Ər Find for the following set of equations: R = ln(u² + v² + w²) with u = x + 2y, v = 2x ADSER y, w = 2xy​

Answers

The chain rule tells us how to find derivative of a composite function., The following set of equations: R = ln(u² + v² + w²) with u = x + 2y, v = 2x-y, w = 2xy​ ƏR/Əx= 9/7 and ƏR/Əy = 9/7.

What is chain rule?

The Chain Rule is a mathematical method to differentiate a composition of the functions. From this composition of the functions, we can discern the functions' derivatives and their relationships.

In other words, the derivative of composite function = derivative of the outside function × derivative of the inside function.

The Chain Rule gives:

ƏR/Əx= ƏR/Əu × Əu/Əx + ƏR/Əv × Əv/Əx + ƏR/Əw × Əw/Əx

= [tex]\frac{2u}{u^{2}+v^{2}+w^{2} } *1 + \frac{2v}{u^{2}+v^{2}+w^{2} } *2+ \frac{2w}{u^{2}+ v^{2}+w^{2} } *2y[/tex]

When from given information we have, x = y = 1, we have u = 3, v = 1, and w = 2, so

ƏR/Əx = 6/14 × 1+ 2/14 ×2+ 4/14×2 = 18/17 = 9/7

ƏR/Əy= ƏR/Əu × Əu/Əy + ƏR/Əv × Əv/Əy + ƏR/Əw × Əw/Əy

= [tex]\frac{2u}{u^{2}+v^{2}+w^{2} } *2 + \frac{2v}{u^{2}+v^{2}+w^{2} } *(-1)+ \frac{2w}{u^{2}+ v^{2}+w^{2} } *2x[/tex]

When from given information we have, x = y = 1, we have u = 3, v = 1, and w = 2, so

ƏR/Əy = 6/14 × 2 + 2/14 × (-1) + 1/14 × 2= 18/14 = 9/7

To know more about Chain Rule visit: https://brainly.com/question/2285262

#SPJ9

Solve 3(x + 2) > x.

A. {x | x < -3}
B. {x | x > -3}
C. {x | x > -1}
D. {x | x < -1}

Answers

The solution for the inequality 3(x + 2) > x is given by:

B. {x | x > -3}.

How to solve an inequality?

An inequality is solved similarly to an equality, in which we isolate the desired variable.

The biggest difference is the fact that the solution for the inequality won't be a single value like the solution for the equality, it will be a range containing infinity real values.

For this problem, the inequality is given as follows:

3(x + 2) > x.

Applying the distributive property, we have that:

3x + 6 > x.

Now we move x to the left side and 6 to the right side, both with inverse signals, hence:

3x - x > -6.

2x > -6

x > -6/2

x > -3.

Hence the correct option for the inequality in this problem is given by option B.

A similar problem, also about inequalities, is given at https://brainly.com/question/24372553

#SPJ1

4th grade elementary question… What is 2,746 divided by 517 =?

Answers

Answer:

It's 5.31

Explanation:

Represent the quadratic function please help

Answers

[tex]\quad \huge \quad \quad \boxed{ \tt \:Answer }[/tex]

[tex]\qquad \tt \rightarrow \: y = x² -14 x + 48[/tex]

____________________________________

[tex] \large \tt Solution \: : [/tex]

The values of x for which the curve cuts/touches the x - axis are roots of that particular polynomial.

So, the values of x, when y = 0 are the roots of the given quadratic function.

that is : x = 6 and x = 8

And it can be represented as :

[tex]\qquad \tt \rightarrow \: (x - h1)(x - h2)= 0[/tex]

[ h1 and h2 represents roots of the quadratic function ]

[tex]\qquad \tt \rightarrow \: (x - 6)(x - 8) = 0[/tex]

It can be further simplified as :

[tex]\qquad \tt \rightarrow \: {x}^{2} -8x - 6x + 48 = 0[/tex]

[tex]\qquad \tt \rightarrow \: x {}^{2} - 14x + 48 = 0[/tex]

Answered by : ❝ AǫᴜᴀWɪᴢ ❞

Claudia is considering taking a vacation but she's not sure if she wants to drive or fly somewhere. She realized that it would take her the same amount of time to drive 150 miles as it would take a plane to fly 1350 miles. If the plane is flying 400 mph faster than the car, how fast is each traveling?

Answers

Solution

For this case we know that the distance covered by the plane is 1350 mi and the velocity 400 mph

We also know that the distance is given by:

D= vt

Let D= Distance travelled by the car and airplane

Vp= Vc+ 400 (Velocity of the plane)

1350 = (Vc +400)*t

150 = Vc * t

We can solve for t and we got:

t= 150/Vc

Replacing in the first equation we got:

1350= (Vc+400)* (150/Vc)

Solving for Vc we got:

1350= 150 + 60000/Vc

1200 = 60000/Vc

Vc= 60000/1200= 50 mph

Then the velocity of the car is Vc= 50mph and for the plane

Vp= 50+ 400= 450 mph

which equation are correct select each other answers​

Answers

Answer:

they all are correct asu know first expression is multiple by other one so u can check

Select the three pairs of numbers that 403 is between.

Answers

Answer:

1 and 403    13 and 31   13 and 31

Step-by-step explanation:

On a coordinate plane, a curve goes through (negative 1, 0), (0, negative 60), (2.5, negative 60), and (4, 0).
The real solutions of the equation x4 – 7x3 + 23x2 – 29x – 60 = 0 are shown. What are the nonreal solutions to the equation?

2 + i StartRoot 11 EndRoot, 2 minus i StartRoot 11 EndRoot.
Negative 2 + i StartRoot 11 EndRoot, Negative 2 minus i StartRoot 11 EndRoot.
4 + 2 i StartRoot 11 EndRoot, 4 minus 2 i StartRoot 11 EndRoot.
Negative 4 + 2 i StartRoot 11 EndRoot, Negative 4 minus 2 i StartRoot 11 EndRoot.

Answers

The non-real solutions of the polynomial expression are x = 2 + i√11 and x = 2 - i√11

How to determine the non-real solutions?

The equation of the polynomial expression is given as:

x^4 – 7x^3 + 23x^2 – 29x – 60 = 0

Also, we have the following points

(-1, 0), (0, -60), (2.5, -60), (4, 0)

Write out the x-intercepts

(-1, 0) and (4, 0)

This means that

x = -1 and x = 4

So, we have

x + 1 = 0 and x - 4 = 0

Multiply

(x + 1)(x - 4) = 0

Divide the polynomial equation x^4 – 7x^3 + 23x^2 – 29x – 60 = 0 by (x + 1)(x - 4) = 0

Using a graphing calculator, we have

x^4 – 7x^3 + 23x^2 – 29x – 60/(x + 1)(x - 4) = x^2 - 4x + 15

So, we have

x^2 - 4x + 15

Next, we solve the quadratic expression using a quadratic formula

So, we have

x = (-b ± √(b² - 4ac))/2a

This gives

x = (4 ± √((-4)² - 4 * 1 * 15))/2 * 1

So, we have

x = (4 ± √-44)/2

This gives

x = (4 ± 2√-11)/2

Divide

x = 2 ± √-11

So, we have

x = 2 ± i√11

Split

x = 2 + i√11 and x = 2 - i√11

Hence, the non-real solutions are x = 2 + i√11 and x = 2 - i√11

Read more about polynomial expression at

https://brainly.com/question/17517586

#SPJ1

NASA launches a rocket at t = 0 seconds. Its height, in meters above sea-level, as a function of time is given by h ( t ) = − 4.9 t 2 + 226 t + 325 .

Answers

The rocked was launched at an initial height of 325 meters

How to determine the initial height of the launch?

The equation of the function is given as

h ( t ) = − 4.9 t 2 + 226 t + 325 .

Rewrite the above equation properly

So, we have the following equation

h(t) = −4.9t^2 + 226t + 325

At the initial height of the launch, the time is 0

This is represented as

t = 0

Substitute the known values in the above equation

So, we have the following equation

h(0) = −4.9(0)^2 + 226(0) + 325

Evaluate the exponent in the above equation

So, we have the following equation

h(0) = −4.9(0) + 226(0) + 325

Evaluate the product in the above equation

So, we have the following equation

h(0) = 0 + 0 + 325

Evaluate the sum in the above equation

So, we have the following equation

h(0) = 325

Hence, the initial height of the launch is 325 meters

Read more about height function at

https://brainly.com/question/12446886

#SPJ1

Possible question

NASA launches a rocket at t = 0 seconds. Its height, in meters above sea-level, as a function of time is given by h ( t ) = − 4.9 t 2 + 226 t + 325 .

Calculate the height of launch of the rocket

At one university, the mean distance commuted to campus by students is 19.0 miles, with a standard deviation of 4.2 miles. Suppose that the commutedistances are normally distributed. Complete the following statements.(a) Approximately 95% of the students have commute distances between ? milesand ? miles(b) Approximately ? of the students have commute distances between 6.4 miles and 31.6 miles.

Answers

Part a.

From the given information, we know that the mean and standard deviation are, respectively,

[tex]\begin{gathered} \mu=19 \\ \sigma=4.2 \end{gathered}[/tex]

From the 68-95-99 rule, we know that approximately 95% falls between 2 standard deviation of the mean, that is,

[tex]-2=\frac{x-19}{4.2}...(A)[/tex]

and

[tex]2=\frac{x-19}{4.2}...(B)[/tex]

From equation (A), we have

[tex]x-19=-8.4[/tex]

then

[tex]x=10.6[/tex]

Now, from equation (B), we get

[tex]\begin{gathered} x-19=8.4 \\ then \\ x=27.4 \end{gathered}[/tex]

Therefore, the answer for part a is: Approximately 95% of the students have commute between 10.6 and 27.4 miles

Part b.

In this case, we need to find the z score value for 6.4 miles and 31.6 miles and then obtain the corresponding probabilty from the z-table.

For 6.4 miles, the z score is

[tex]z=\frac{6.4-19}{4.2}=-3[/tex]

and for 31.6 miles, the z score is

[tex]z=\frac{31.6-19}{4.2}=3[/tex]

Now, we need to find the corresponding probability between z=-3 and z=3, which is 0.9973

Therefore, the answer for part b is: Approximately. 0.9973 of the students have commute distances between 6.4 miles and 31.6 miles

The sun is shining on a house and fence. The roof of the house is 16 feet from the ground and makes a shadow 24 feet long. The fence is 4 feet tall. How long is the fence's shadow?

Answers

The length of the shadow of fence will be equal to 6 feet.

Proportionality may be defined as the term which can be used to describe or denote a relationship between two entities which are always in the same ratio. For example, the number of bananas is proportional to the number of trees with the proportionality being average number of bananas per number of trees. Here, we are given the height of house = 16 feet and length of its shadow = 24 feet and also the height of fence = 4 feet. Since, both house and fence lie in the same area they both are proportional. Let the length of shadow be x. Since, they are proportional

16/24 = 4/x

2/3 = 4/x

=> x = 12/2

=> x = 6 feet.

Learn more about Proportionality at:

brainly.com/question/2272773

#SPJ1

(−2, 5), slope = -4 slope intercept form

Answers

____________________________________________

Slope-Intercept Form - Solution and Explanation

____________________________________________

Hello! So...

We are given the following to convert:

Convert into Slope-Intercept Form

(-2, 5), slope = -4

____________________________

1. Compute the line equation y = mx + b for slope. In this case, our slope (m) equals -4, and passes through (-2, 5).

____________________________

2. Determine the y-intercept. In this case, b = -3.

____________________________

3. Now, construct the line equation (y = mx + b), where m = -4 and b = -3. Then, you will have your converted solution in Slope-Intercept Form.

Slope-Intercept Form:

[tex]y=-4x-3[/tex]

___________________________________________

Hope this helps! If not, feel free to comment on the matter and I will see what else I can do to assist your further. However, if this does help, lmk! Thanks and good luck!

K is the midpoint of JL. If JK = 6x and JL = 13x − 7, what is JK?

Answers

The length of JK is 42.

JL is a line and K is the mid-point of that line.

   J____________.___________L

                              K

From this we get:

JK = KL

JL = JK + KL

JL= 2JK = 2KL

Here it is given that,

JK = 6x and JL = 13x - 7

JL = 2JK

13x - 7 = 2× 6x

13x - 7 = 12x

x = 7

We have to find the length of JK

JK = 6x

    =6× 7

    = 42

Therefore the length of JK is 42.

To know more about the line and its mid-point refer to the link given below:

https://brainly.com/question/18315903

#SPJ1

in a triangle, the first angle is three times the measure of the second angle. the measure of the third angle is 70° more than the measure of the second angle. use the fact that the sum of the measures of the three angles of a triangle is 180° to find the measure of each angle

Answers

Answer:

Step-by-step explanation:

[tex]3x+x+(x+70)=180[/tex]

[tex]5x+70=180[/tex]

[tex]5x=180-70[/tex]

[tex]5x=110[/tex]

[tex]x=110/5[/tex]

x = 22°

"x" is the second angle: 22°

"3x" is the first angle: 3(22) = 66°

"x + 70" is the third angle: 22 + 70 = 92°

22 + 66 + 92 = 180

Hope this helps

1. Solve the absolute value equation, if possible. If there is no solution, explain why.| 5x + 10| = -7

Answers

Answer:

There is no solution.

Step-by-step explanation:

The absolute value of a number is the distance between that number and zero. It doesn't deal with negative numbers. For example, if you were playing a board game and were told to move back 6 spaces, you would be moving -6 spaces, but 6 spaces away from where you were. Absolute value focuses on how far you moved from where you were. So, an absolute value can't be negative.

Find the equation of the graph given below. Notice that the cosine function is used in the answer template, representing a
cosine function that is shifted and/or reflected.
When entering in your answer, use the letter a rather than the multiplication symbol.
Provide your answer below:

Answers

Answer:

  y = 1/2cos(x/2 -5π/4) -1

Step-by-step explanation:

You want the equation of the shifted and scaled cosine function shown in the graph.

Translation

A point on a function f(x) will be translated (right, up) = (h, k) by the transformation ...

  g(x) = f(x -h) +k

Scaling

A function will be vertically expanded by a factor of p and horizontally expanded by a factor of q by the transformation ...

  g(x) = p·f(x/q)

Graphed function

The graph shows a cosine function with a peak-to-peak amplitude of 1, which is 1/2 the parent function's amplitude, so p=1/2.

The period is (9π/2 -π/2) = 4π, which is twice the period of the parent cosine function, so q=2.

The first peak of the graphed waveform is at x=5π/2, and the midline of the graphed waveform is y=-1, so we have (h, k) = (5π/2, -1).

Putting these transformations together, we find the equation of the graph to be ...

  y = 1/2cos((x - 5π/2)/2) -1 . . . . . . scaling applied before translation

  y = 1/2cos(x/2 -5π/4) -1

The midpoint of AB is M (−6, 2). If the coordinates of A are (-5, -2), what are
the coordinates of B?

Answers

Answer:

(-7,6)

Step-by-step explanation:

Midpoints

x = (x1 + x2)/2

y = (y1 + y2)/2

-6 = (-5 + x2)/2

x2 - 5 = -12

x2 = -7

2 = (-2 + y2)/2

y2 - 2 = 4

y2 = 6

Other Questions
Represent the quadratic function Use the passage to answer the question.Should cities be required to have detailed evacuation plans? In 35 sentences, answer the question and provide specific textual evidence to support your analysis.Passage:Many fire-prone California towns dont plan for evacuationsCounterintuitive as it may sound, Paradise has some of the strongest evacuation planning in California. In fact, a USA TODAY Network-California survey of communities at high risk from wildfires found only 22% (including Paradise) have a robust, publicly available evacuation plan.The scale of disaster in the Camp Fire was unprecedented, but the scene of people fleeing wildfires was familiar, repeated numerous times over the past three years up and down California from Redding and Paradise to Santa Rosa, Ventura, and Malibu.In many of those communities, motorists became stuck in traffic as officials tried to evacuate thousands onto a few roads leading away from the flames.NO REQUIREMENT TO PLANThe 85 deaths and nearly 19,000 buildings destroyed in Paradises Camp Fire made it the deadliest and most destructive blaze in California history. Eight of those who perished were found in their vehicles, with two others found outside their vehicles.In some spots, burned-out and abandoned vehicles lined roads leading out of town. What is MOST likely to be a potential behavioral trigger in a person with Alzheimers disease? Which is a run-on sentence?A. The Equator stays warm year-round because italways receives direct rays from the sun.B. Because China's wildlife is threatened by logging, theChinese government has created reserves to protectplants and animals.C. Don't trespass on his land, he may call the police. A toy train with a mass of 2 kg moving at 10 m/s collides with a 2-kg toy train that is stationary. If the two trains move together after the collision, what will be their speed after impact The mass of Earth is 5.97 10^24 kg.The mass of Mercury is 3.29 10^23 kg.The ratio of the mass of Earth to the massof Mercury can be written in the form1: n.Calculate the value of n.Give your answer as an ordinary numberto 2 significant figures. Find the lateral surface area and volume of the solid object in picture if p varies directly as q.for p =4.5 when q=12 .find(1) the relationship between p and q (2) p and q=16 The students on the tour are bored. They think that museums are boring. But afterwards, they are excited because they are going to a concert. The concert is in the oldest arena in Argentina.What is the reason they use the verb to be in the last sentence? aIt is the place for the event. bOld is a cognate. cThe students like the concert. dYou need the infinitive verb. suppose that you have 15 quarters, 10 dimes, 10 nickels, and 10 pennies in your pocket. you reach in and choose a coin at random so that you can give it to your child. what is the expectation? (round your answer to two decimal places.) Click an item in the list or group of pictures at the bottom of the problem and, holding the button down, drag it into the correct position in the answer box. Release your mouse button when the item is place. If you change your mind, drag the item to the trashcan. Click the trashcan to clear all your answers.Find the missing part.l = 8, w = 4, h = 2Find the diagonal (d) of the rectangular solid. Finding Distance Using Absolute Value 3) Find the difference between each set of points on the number line. Confirm your answer by writing an absolute value statement for each example.Points Difference Between Absolute Value Statement23 and -45 23 (-45) = 23 + 45 = 68 |23 (-45) |= 68-15 and 3547 and -12-43 and 27-10 and 450 and -2536 and -19-30 and -40-2 and 4518 and 46-10 and -44-28 and 417 and -9-52 and 2822 and -50-4 and -3119 and 510 and -382 and -14 which two colonies helped establish freedom of religion in North AmericaA: Rhode Island and MarylandB: Jamestown and PlymouthC: Rhode Island and JamestownD: Maryland and Plymouth What is the image of the point ( 1 , 2 ) after a rotation of 270 counterclockwise about the origin? Why would strict constructionist presidents veto bills that used federal monies to fund internal improvements like roads and canals? Quadrilateral STUV is a rectangle, SU=z+53, and TV=2z. What is the value of z?TSVURz=Submit Scientists have classified how many different living things Which BEST explains the relationship between exercise physiology and muscle physiology? (1 point) Read this text from a government website.To end family homelessness once and for all, we need to continuebuilding strong public-private partnerships and marshaling existingresources. We must also invest in new resources to ensure all familieshave access to safe, stable housing they can sustain long-term, withconnections to opportunities that contribute to self-sufficiency andoverall well-being.Which of the following best explains how text structure is used here? Would you have described the benefits of diversity on campus identities differently 5 years ago? In what way?