Which values of x will make the expression
0-3
0-2
0
02
3
6x²-54
5x²-20
equal to 0? Select two options.

Which Values Of X Will Make The Expression0-30-200236x-545x-20equal To 0? Select Two Options.

Answers

Answer 1

Answer:

3 and -3

Step-by-step explanation:

Which Values Of X Will Make The Expression0-30-200236x-545x-20equal To 0? Select Two Options.

Related Questions

Mike has 21 pounds of tomatoes and 9 pounds of mixed peppers from his garden that he will use to make salsa and tomato sauce. The graph represents the system of equations shown.

A system of equations. x plus 5 y equals 21. x plus y equals 9.

The variable x represents the number of batches of salsa that can be made and y represents the number of batches of tomato sauce that can be made.

Answers

Answer:

x= 6 , y = 3

Step-by-step explanation:

x + 5y = 21

i am using trail and error method and i got the answer easily

the logic behind this is simple

the first equation is x + 5y = 21 so we can say that y  will be 5 x 1 , 5 x 2 , 5 x  3 , 5 x 4

first i did 5 x 4 = 20

x + 5 x 4 = 21

x= 1 but the equation x + y = 1 + 4 = 5  which is not equal to 9

second i tried with 5 x 3 =15

and the equation will be

x + 5 x 3 = 21

6 + 15 = 21

this time the second equation became true

x + y = 9

6 + 3 = 9

the no of pounds of salsa = 6

no of pounds of tomato = 3

Find the distance between 4.5 and -1.4.?

Answers

Answer:

4.5-1.4=3.1

Step-by-step explanation:

Hope this answers your question!

If not, I am sorry.

All of the details to the question are in the picture that is attached in this question, please help

Answers

Answer: 10

The arc length of the semicircle is

a+(a+1)+(a+2)+(a+3)+(a+4)=5a+10

As x = 42, this means a+4 is 42/180 of the arc length of the circle, 5a+10.

So,

(42/180)(5a+10)=a+4

42(5a+10)=180(a+4) [multiply both sides by 180]

210a+420=180a+720 [distributive property]

30a+420=720 [subtract 180a from both sides]

30a=300 [subtract 420 from both sides]

a=10 [divide both sides by 30]

Triangle A C D is shown. A line is drawn from point D to point B on side A C to form a right angle. Line A D is labeled s. The length of A B is 8, the length of B C is 5, and the length of B D is 15.
What is the value of s in units?

Answers

Answer:

s = 17units

Step-by-step explanation:

For this problem, we are trying to find a specific unknown side length.

We're actually given some extraneous information (information that is not needed to solve the problem):  It isn't necessary to know that BC is 5.

If the side AD with the unknown length is part of a right triangle (the triangle in red in the attached diagram), we can use the Pythagorean Theorem to solve for AD.

It isn't clear if the diagram you were provided gives ∠ABD as a right angle,  if it only gives ∠CBD as a right angle, or if it gives both as a right angle.  Below, we prove that it doesn't matter, because regardless, both must be right angles.

Is Triangle ABD a "right triangle"?

Since B is between A and C, then the two angles ∠ABD & ∠CBD form a linear pair, and by the linear pair postulate are supplementary.  Since they are supplementary, their measures add to 180°.  Using the fact that all right angles are 90°, substitution, the subtraction property of equality, arithmetic, the measure of ∠ABD is also 90°, and thus must be a right angle.  Thus, based on the given information, both ∠ABD & ∠CBD must be right angles.

Consequently, triangle ABD is a right triangle, by definition (it is a triangle that has a right angle).

Pythagorean Theorem

Since triangle ABD is a right triangle, the Pythagorean Theorem can be applied.

The Pythagorean Theorem states that [tex]a^{2} +b^{2} =c^{2}[/tex] where "c" is the hypotenuse (the side across from the right angle) and "a" and "b" the the lengths of the two other sides (called legs) of the right triangle.  (Aside: Because of the commutative property of addition, it doesn't matter which of the two legs' lengths is used for a, and which is used for b.  The only thing that is required is that "c" be the length of the hypotenuse)

In our triangle, side AD, with unknown length "s" is the length of our hypotenuse, and sides AB and BD are the two legs.  Substituting values into the Pythagorean Theorem equation, we can solve for the unknown "s":

[tex]a^{2} +b^{2} =c^{2}[/tex]

[tex](8)^{2} +(15)^{2} =(s)^{2}[/tex]

[tex]64 +225 =s^{2}[/tex]

[tex]289 =s^{2}[/tex]

Applying the square root property...

[tex]\pm \sqrt{289} =\sqrt{s^{2}}[/tex]

[tex]s=17 \text{ or } s=-17[/tex]

Final Solution

We discard the negative solution we obtained, since s represents the length of the side of a triangle.

s = 17units

Answer:

17

Step-by-step explanation:

Help me show your work

Answers

The value of x should be greater than or equal to -2. The number line from -2 to the entire right till ∞ of the number line will satisfy this condition.

What is a number line?

A number line is just that – a straight, horizontal line with numbers placed at even increments along the length. It’s not a ruler, so the space between each number doesn’t matter, but the numbers included on the line determine how it’s meant to be used.

The value of x that will satisfy this condition can be found by simplifying the given inequality. Therefore, The given inequality can be simplified as,

4x + 1 - 1 ≥ -8

4x ≥ -8

x ≥ -2

Hence, the value of x should be greater than or equal to -2. The number line from -2 to the entire right till ∞ of the number line will satisfy this condition.

Learn more about the Number line:

https://brainly.com/question/557284

#SPJ1

Which expression for YYY correctly outputs that x is between 50-100? if (YYY) { // Output "50, 51, ..., 99, 100" } Group of answer choices (x >= 50) || (x <= 100) 50 <= x <= 100 50 >= x <= 100 (x >= 50) && (x <= 100)

Answers

The expression for YYY is (d) (x >= 50) && (x <= 100)

How to determine the correct expression?

The instruction is given as:

If (YYY) {

// Output "50, 51, ..., 99, 100"

}

The value of x is given as:

x = 50 to 100 (inclusive)

This means that:

x must be greater than or equal to 50 AND x cannot exceed 100

The keyword AND is represented as &&.

So, the condition is:

x >= 50 && x <= 100

Hence, the expression for YYY is (d) (x >= 50) && (x <= 100)

Read more about logical operators at:

https://brainly.com/question/24833629

#SPJ1

write 9 430 049 in international number system

Answers

Step-by-step explanation:

9, 430, 049 = 9 million four hundred thirty thousand and fourtynine....

[tex]...[/tex] :)..

Sequence: 1,5,13,25

Find nth term (Equation/formula thingy)

Need answer ASAP

Answers

Answer:

Formula for a linear sequence is

Tn=a+(n-1)d

where Tn is the nth term

a is the first term

n is the number of term

d is common difference

please help and answer it in a sentence :)

Answers

Answer:

x = $1 & y = $2.

Each doughnut cost $1 and hot chocolate cost $2.

Separating variable in the equation gives you the following equation:​

Answers

Answer:

[tex]\textsf{E.} \quad y\:dy=xe^x\:dx[/tex]

Step-by-step explanation:

Given equation:

[tex]ye^{-x}\dfrac{dy}{dx}=x[/tex]

Divide both sides by [tex]e^{-x}[/tex]:

[tex]\implies \dfrac{ye^{-x}}{e^{-x}}\:\dfrac{dy}{dx}=\dfrac{x}{e^{-x}}[/tex]

[tex]\implies y\:\dfrac{dy}{dx}=\dfrac{x}{e^{-x}}[/tex]

Multiply both sides by [tex]dx[/tex] :

[tex]\implies y\:\dfrac{dy}{dx}\cdot dx=\dfrac{x}{e^{-x}}\cdot dx[/tex]

[tex]\implies y\:dy=\dfrac{x}{e^{-x}}\:dx[/tex]

[tex]\textsf{Apply exponent rule} \quad \dfrac{1}{a^{-n}}=a^n:[/tex]

[tex]\implies y\:dy=xe^x\:dx[/tex]

Answer: E

Step-by-step explanation:

[tex]ye^{-x} \frac{dy}{dx}=x\\\\y \frac{dy}{dx}=xe^{x} \\ \\ \boxed{y dy=xe^{x} dx}[/tex]

Janet solves this equation

log(x-3)+logx=1

She finds the two solutions; x=5 and x=-2

Of Janet’s two solutions, ____ correct because _____

A. Neither x=5 nor x=-2 is
B. Only x=5 is
C. Only x=-2 is
D. Both x=5 and x=-2 are

1. x=5 is an extraneous solution
2. Both x=-2 and x=5 are valid solutions
3. Both x=-2 and x=5 are extraneous solutions
4. x=-2 is an extraneous solution

(TWO DIFFERENT ANSWERS FILL IN THE BLANK)

Answers

Of Janet’s two solutions, both x=5 and x=-2 are correct because both x=-2 and x=5 are extraneous solutions

Logarithmic function

Given the log function expressed as:

log(x-3) + logx=1

According to the law of logarithm, addition becomes product to have:

log x(x -3) = log₁₀10

x² - 3x = 10

x² - 3x -10 = 0
x² - 5x + 2x - 10 = 0
x(x-5) + 2(x-5) = 0
(x+2)(x-5)=0

x = -2 and 5

Of Janet’s two solutions, both x=5 and x=-2 are correct because both x=-2 and x=5 are extraneous solutions

Learn more on logarithm here: https://brainly.com/question/25710806

#SPJ1

PLS HELP ME AND PLEASE GIVE ME THE ANSWER EXPLAINED THANK YOU!!

Answers

The coordinates of the vertices of the reflected image are (-3,4)  (0,4) (-3, 2) (0,2).

What is reflection?

Reflection is a mathematical transformation of a shape by moving the vertices of the shape across a line of reflection.

Analysis:

coordinates of the shape before transformation are: (-3, 0) (0,0) (-3, -2) 0, -2)

Across the line of transformation, the corresponding vertices(old and new) must be equal distance from the line of reflection.

Also for reflection on y-axis only y-coordinates are affected.

so for point(-3, 0) 0 is 1 unit away from y = 1 so the other coordinate 1 unit away from y = 1 is y = 2 making the new point (-3, 2) same as others .

Find the image in the attached file below.

Learn more about reflection: brainly.com/question/1908648

#SPJ1

What is the coefficient of the third term in the binomial expansion of (a b)6? 1 15 20 90

Answers

the answer would be 23 on the third term

Step 1: We know that Angle A B C Is-congruent-to Angle F G H because all right angles are congruent. Step 2: We know that Angle B A C Is-congruent-to Angle G F H because corresponding angles of parallel lines are congruent. Step 3: We know that Line segment B C is-congruent-to line segment G H because it is given. Step 4: Triangle A B C Is-congruent-to Triangle F G H because of the

Answers

Triangles FGH and ABC are congruent because of the: AAS congruence theorem.

What is the AAS Congruence Theorem?

The AAS congruence theorem states that when two angles and one non-included side in one triangle are congruent to corresponding two angles and one non-included side in another triangle, then both triangles are congruent.

In the proof given, it is established that both triangles have two corresponding congruent angles, and also, BC ≅ GH which are non-included sides.

Therefore, both triangles are congruent because of the AAS congruence theorem.

Learn more about the AAS congruence theorem on:

https://brainly.com/question/3168048

#SPJ1

Zippy company manufactured 10,000 units in december with a total product cost of $22,900 they had zero finished goods inventory at the start of december. in december zippy sold 7,796 units at a unit price of $5.54. period expenses were $4,723. what is the amount of zippy's gross profit (otherwise know as gross margin).? round any intermediate calculations to four decimal places

Answers

The amount of zippy's gross profit (otherwise know as gross margin) is: $25,337.

Gross profit

Sales revenue $43,189.84

(7,796 units × $5.54)

Less Cost of goods sold $17,852.84

[($22,900/10,000)×7,796]

Gross profit $25,337

( $43,189.84-$17,852.84)

Therefore the amount of zippy's gross profit (otherwise know as gross margin) is: $25,337.

Learn more about gross profit here:https://brainly.com/question/942181

#SPJ1

How do you use the additive inverse to evaluate an expression that uses subtraction ?

Answers

To use the additive inverse to evaluate an expression that uses subtraction, change the sign of the number to positive

What is additive inverse?

Additive inverse is simply changing the sign of a number and then adding it to the original number to get an answer that is equal to 0.

The additive inverse of a  number is another number

The additive inverse of number 3 is - 3

For an expression that uses subtraction, to use the additive inverse, change the sign of the number to positive

Thus, to use the additive inverse to evaluate an expression that uses subtraction, change the sign of the number to positive

Learn more about additive inverse here:

https://brainly.in/question/15948306

#SPJ1

Please help!!
Construct the circle that circumscribes image DEF.

Answers

Answer:

See below

Step-by-step explanation:

General outlineConstruct the perpendicular bisectors of DE, EF, and DF.Identify the circumcenter. Draw the circumcircle.

Circles & Circumcircles

To construct a circle, one must know the center point of the circle, and the circle's radius.
The circle that circumscribes a triangle (called a circumcircle), has a circumcenter (center point) that is the point of concurrency (a point where more than two lines intersect at the same point) of all three perpendicular bisectors (perpendicular lines that happen to cut a given line segment exactly in half) of the sides of the triangle.

Construct the circle with a center at the circumcenter, and a radius out to any one of the vertices of the triangle.  The circumcenter is equidistant from all three vertices, so the circle draw will contain all three vertices.

Constructing perpendicular bisectors

To construct perpendicular a bisector, recall that a perpendicular bisector is a line containing all points that are equidistant the end points of a line segment (each point on the line is the same distance from both segment endpoints simultaneously).

So, if we can find two points that are the equidistant from the two segment endpoints, we'll have two points on the line, and to draw any line, one only needs two distinct points, and the straightedge.

Finding a point that is equidistant from two given points

Set the compass to any radius that is larger than half the distance between the two endpoints.  If uncertain of a "good" choice, one can simply choose the length of the line segment itself as a radius.

Setting the center of the compass circle on one endpoint, draw an arc such that the arc will pass through the perpendicular line we're trying to construct twice.  If uncertain, draw the entire circle.  Keeping the radius saved.

With the same radius, setting the center of the compass circle to the second endpoint, draw and arc such that the arc intersects the first circle two times.  If it doesn't intersect two times, the radius chosen at the beginning was too small.  Start the entire process over with a larger radius.

These two points of intersection are equidistant from the two endpoints of the line segment, and thus, they are on the perpendicular bisector of the line segment.

Using those two points, and a straightedge, draw the line containing those two points, and extend it generously in both directions.

Process

Steps 1-5 in pink; steps 6-10 in green; steps 11-15 in blue (see diagram):

Set compass radius to length DEDraw circle, centered at D, through E.  Keep radius set.Draw circle, centered at E, through D.Identify points of intersection of the circles from steps 2 & 3, M & NDraw line  MNSet compass radius to length EFDraw circle, centered at E, through F.  Keep radius set.Draw circle, centered at F, through E.Identify points of intersection of the circles from steps 7 & 8, Q & RDraw line  QRSet compass radius to length DFDraw circle, centered at D, through F.  Keep radius set.Draw circle, centered at F, through D.Identify points of intersection of the circles from steps 12 & 13, S & TDraw line  STIdentify point of concurrency of line MN, line QR, and line ST;  label it point PSet compass radius to length DP (or EP, or FP)Draw circle, centered at P, through points D, E, and F.

Note:  Since all three perpendicular bisectors intersect at the same point, it is only necessary to find two of three, not all three.  So, one could skip constructing one of those three perpendicular bisectors (either steps 1-5, 6-10, or 11-15), and still be able to construct the circumcircle correctly.

Select the correct answer. A linear function on a coordinate plane passes through (minus 3, 2), (0, 4), and (3, 6) Which equation describes the line graphed above? A. B. C. D.

Answers

Answer:

I don't see the equation options.  See below for a predicted equation.

y= (2/3)x + 4

Step-by-step explanation:

The points are (-3,2), (0,4), and (3,6).  I will assume they lie in a straight line.

Find an equation of the form y=mx+b, where m is the slope and b is the y-intercept (the value of y when x=0).

m, the slope, is also known as the "Rise/Run."

Pick any two points.  I'll use (0,4) and 3,6)

Rise = (6-4) = 2

Run  = (3-0) = 3

Slope = 2/3

The equation becomes y = (2/3)x + b

B is easy in this case.  Point (0,4) tells us that y = 4 when x = 0 (the definition of b).

The equation is y= (2/3)x + 4

See the attached graph.

What is the value of x?
to
x = [? ]°
36°
Enter
I will give you points

Answers

Answer:

54 degrees!

Step-by-step explanation:

its a right triangle so we know 2 out of the 3 angles

so 36 + 90 = 126

180 - 126 = 54!

hope this helps :)

Jeremy is reading a 60-page book. He read the first 20 pages in 30 minutes. If Jeremy continues to read a the same rate, how long will it take him to finish the book?

Answers

It will take total 90 minutes to finish the book and 60 minutes to read the left 40 pages.

What is Ratio and Proportion ?

When two numbers can be written as p/q is called a Ratio , and when two ratios are equal they are said to be in proportion .

It is given that

Jeremy is reading a 60-page book.

The time taken to read  20 pages is 30 minutes

Then it can be written as 20:30 = 2:3

The rate of reading is same so To read the rest 40 pages is given by

40:x

40: x = 2:3

40*3/2 = x

x = 60 minutes

Therefore it will take total 90 minutes to finish the book and 60 minutes to read the left 40 pages.

To know more about Ratio and Proportion

https://brainly.com/question/26974513

#SPJ1

Triangle ABC is shown on the graph. What are the coordinates of the image of point B after the triangle is rotated 270° about the origin?
(4, 2)
(2, 4)
(–4, –2)
(–2, –4)

Answers

The coordinates of the image of point B after the triangle is rotated 270° about the origin is (4, 2)

How to determine the image of point B?

The complete question is added as an attachment

From the attached image, we have the following coordinate

B = (-2, 4)

When the triangle is rotated by 270 degrees, the rule of rotation is:

(x, y) ⇒ (y, -x)

For point B, we have:

B' = (4, 2)

Hence, the coordinates of the image of point B after the triangle is rotated 270° about the origin is (4, 2)

Read more about rotation at:

https://brainly.com/question/7437053

#SPJ1

PLEASE HELP I WILL GIVE 20 POINTS

Function g can be thought of as translated (shifted) version of f(x)=x^2

Answers

g(x) is left 2, up 1 from f(x). So, g(x)=f(x+2)+1. Or, you can say g(x)= (x+2)^2 + 1.

Let
f(x) = (x − 3)−2.
Find all values of c in (1, 4) such that
f(4) − f(1) = f '(c)(4 − 1).
(Enter your answers as a comma-separated list. If an answer does not exist, enter DNE.)
c =



Based off of this information, what conclusions can be made about the Mean Value Theorem?
This contradicts the Mean Value Theorem since f satisfies the hypotheses on the given interval but there does not exist any c on (1, 4) such that
f '(c) =
f(4) − f(1)
4 − 1
.
This does not contradict the Mean Value Theorem since f is not continuous at x = 3.
This does not contradict the Mean Value Theorem since f is continuous on (1, 4), and there exists a c on (1, 4) such that
f '(c) =
f(4) − f(1)
4 − 1
.
This contradicts the Mean Value Theorem since there exists a c on (1, 4) such that
f '(c) =
f(4) − f(1)
4 − 1
,
but f is not continuous at x = 3.
Nothing can be concluded.

Answers

Answer:

3/4 = -3* 2*(c-

I hope it helps!

if it does pls mark me brainliest answer

Select all the correct answers.
Which expressions are equivalent to this exponential expression? Please help

Answers

An expression is defined as a set of numbers, variables, and mathematical operations. The correct options are A and C.

What is an Expression?

In mathematics, an expression is defined as a set of numbers, variables, and mathematical operations formed according to rules dependent on the context.

The given exponential (6⁻¹⁰/6⁻⁴) function can be simplified as shown below,

(6⁻¹⁰/6⁻⁴)

= 6⁻¹⁰ × 6⁴

= 6⁽⁻¹⁰⁺⁴⁾

= 6⁻⁶

= 1/6⁶

Hence, the correct options are A and C.

Learn more about Expression:

https://brainly.com/question/13947055

#SPJ1

Determine the linear function for a graph that is a line with a slope of 1/7
and contains the point
(−4, 1).

Answers

The linear equation is y = (1/7)*x + 11/7.

How to get the linear equation?

The general linear equation is:

y = a*x + b

Where a is the slope.

Here we know that a = (1/7), then the line is:

y = (1/7)*x + b

We also know that the line contains the point (-4, 1), this means that when x = -4, we must have y = 1.

Replacing that, we get:

1 = (1/7)*(-4) + b

1 + 4/7 = b

7/7 + 4/7 = b

11/7 = b

So the linear equation is:

y = (1/7)*x + 11/7.

If you want to learn more about linear equations:

https://brainly.com/question/1884491

#SPJ1

The equation of the linear function of the line is: y = 1/7x + 11/7.

What is a Linear Function Equation?

A linear function equation is modelled as, y = mx + b, where m is the slope and b is the y-intercept.

Slope (m) = 1/7, and the line passes through (-4, 1), therefore, substitute (x, y) = (-4, 1) and m = 1/7 into y = mx + b:

1 = 1/7(-4) + b

1 = -4/7 + b

1 + 4/7 = b

11/7 = b

b = 11/7

Plug in the values of m and b into y = mx + b:

y = 1/7x + 11/7

The equation of the linear function is: y = 1/7x + 11/7

Learn more about linear function on:

https://brainly.com/question/1362601

#SPJ1

Find the perimeter of the triangle.
23.
7 in.
(x + 4) in.
(4x + 1) in.

Answers

Answer:

17 in.

Step-by-step explanation:

There are two same angles shown, so two sides are equal. We can form an equation x+4=4x+1. Solution is x=1, then both unknown sides are 5 in. long. Given all side lengths we add them 7+5+5+15 getting the perimeter.

what is the answer in system form
y=-2x
5x-7y=-38

Answers

Answer:

x = -2

y = 4

Step-by-step explanation:

To solve the system of equations, you want to plug one equation into the other and then simplify. You can do this by setting one equation equal to a variable (like in the first equation), and then substituting the function into the variable into the second equation.

First Equation: y = -2x

Second Equation: 5x - 7y = -38

5x - 7y = -38                                <----- Second equation

5x - 7(-2x) = -38                           <----- Plug first equation into "y"

5x + 14x = -38                              <----- Multiply -7 and -2x

19x = -38                                      <----- Add 5x and 14x

x = -2                                           <----- Divide both sides by 19

Now that you know the value of one variable, you can use it to find the value of the second variable. This can be done by plugging x = -2 in to one of the equations.

y = -2x                                         <----- First equation

y = -2(-2)                                      <----- Plug -2 in "x"

y = 4                                            <----- Multiply -2 and -2

Emily works at a local restaurant. She made $200 in tips last night. She shared 15 percent of her tips with the crew that cleans the tables. How much did she give to the clean-up crew?

$

Answers

A percentage is a way to describe a part of a whole. The amount Emily shared is $30.

What are percentages?

A percentage is a way to describe a part of a whole. such as the fraction ¼ can be described as 0.25 which is equal to 25%.

To convert a fraction to a percentage, convert the fraction to decimal form and then multiply by 100 with the '%' symbol.

Emily works at a local restaurant. She made $200 in tips last night. She shared 15% of her tips with the crew that cleans the tables. The amount Emily shared is,

15% of $200

= 0.15 × $200

= $30

The amount Emily shared is $30.

Learn more about Percentages:

https://brainly.com/question/6972121

#SPJ1

What is the range of the function y=-x² +1?
A) y≤ -1
B) y²-1
C) y≤ 1
D) y≥ 1

Answers

Answer:

Option (C)

Step-by-step explanation:

The minimum value of x² is 0, and the maximum value is unbounded, so therefore, the maximum value of -x² is 0, and the minimum value is unbounded.

So, this means that adding 1 to this, the range matches with option C.

(-3 +6 i )(-3 - 6 i )

Answers

Answer:

45

Step-by-step explanation:

Other Questions
Which drink typically contains multiple types of alcohol?a. gimletOb. mint julepOc. Tom CollinsO d. martini in a study of birth orders and intelligence, IQ test were given to 18 and 19 years old men to estimate the size of difference, if any, between the main IQs of firstborn sons and second born sons. The following data for 10 firstborn sons and 10 second born sons are consistent with the means and standard deviation's reported in the article. It is reasonable to assume that the samples come from populations that are approximately normal. First born numbers are 107, 113, 84, 126, 99, 95, 98, 109, 91, 90. Second born numbers are 112, 92, 102, 86, 97, 106, 105, 116, 109, 95. construct a 95% confidence interval for the difference in mean IQ between first born and second born sons. Let them one denote the main IQ of firstborn sons. A piecewise function is shown here:f(x) = {-3x +5 if x 8Use the piecewise function to find each value given below.f(0) =f(-4) =f(6) =f(9)=f(2) = What is the length of BC? (Giving 50 points) Of the two best friends, only Emily had genes that predisposed her toward alcoholism. Although both girls drank a lot of alcohol during their high school years, only Emily developed alcoholism as an adult. This phenomenon is known as what Read the following excerpt from "The Gift of the Magi" and answer the question.A furnished flat at $8 per week. It did not exactly beggar description, but it certainly had that word on the lookoutfor the mendicancy squad.In the vestibule below was a letter-box into which no letter would go, and an electricbutton from which no mortal finger could coax a ring.What is the meaning of the word coax as it is used in the passage?forceO persuadeO expectrepair HELP ASAP8. The tubes on the frame of this road bike form a triangle. The owner's manualidentifies some of the angle measures formed by the bike frame. Based on theinformation in the diagram below, determine which tube is the longest.top tubeseat tubetop tube30%755Cdown tubePart I: Classify the triangle formed by the three bike frame tubes as equilateral,isosceles, or scalene. Find the measure of ZB and explain your classification. (3points; 1 point for classification, 1 point for the angle measure, and 1 point forexplanation)seat tubedown tube A diver shines a light up to the surface of a flat glass-bottomed boat at an angle of 37 relative to the normal. If the indices of refraction of air, water, and glass are 1.0, 1.33, and 1.4 respectively, at what angle does the light leave the glass (relative to its normal)? Answer in units of . The photo shows a woman watching a row of machines in a factory. a photo of a woman standing between two long rows of sewing machines in a factory. what advantages did machinery provide for factory owners? the machines could do the work faster than skilled workers by hand. factory owners relied on skilled workers to run the machines. the machines produced a better product than skilled workers by hand. factory owners needed more unskilled workers to run the machines. Categorize and check if the following word needs editing: vousSelect all that apply) 1-Common word2-Proper noun 3 Common word AND proper noun 4-Uncommon word 5-Foreign 6-Junk or I do not know 7-Abbreviations 8-Word needs editing All of the following were a part of theNuremberg Laws, passed in 1935,EXCEPT which one?A. Jews were forced to leave Germany at once.B. Jews must wear a yellow Star of David on all clothing.C. Jews must live in the Jewish ghettos in cities.D. Jews were stripped of German citizenship. Complete each sentence with the correct subjunctive or indicative form of the verb in parentheses. 1. Desean que yo (pretender) entender la explicacin. 2. Te sorprende que Danilo (ofrecer) su casa para la fiesta. 3. Es verdad que Uds. (pensar) viajar a Puerto Rico. 4. Insistimos en que t (otorgar) el premio al ganador de la competencia. 5. Esperas que nosotros (ir) a hacer tirolesa. 6. Queremos que Cecilia y Mariana (definir) la ruta que vamos a tomar. 7. Pienso que la poetisa (entender) mis sentimientos. 8. Tiene miedo de que t (reforzar) sus pensamientos. 8 the probability that a biased coin lands on heads is 0.47 13 the probability that a biased dice lands on an even number is 20 samira flips the coin and rolls the dice. find the probability that the coin lands on tails and the dice lands on an even number. Hazmat Poison gas is in what class? One third of all guitars that are sold in the shop is a Stratocaster, one fourth of them are Telecasters, and one fifth of them is a Les Paul. If Jamie goes and buys a guitar, what are the chances she gets a telecaster or a Les Paul? A. 58% B. 53% C. 45% D. 43% Because a project requires resources, often from various areas, many projects cross ____ or other boundaries to achieve their unique purposes What can you be charged with if you refuse to provide identifying information to an officer What is the slope of a line that is perpendicular to the line y = -1/2x+5-2-1/21/22 Calculate this logarithmic expression 16-2t=3/2t+9 solve for t