determine the scale factor for triangle abc to prime ^abc

Answers

Answer 1

The scale factor for triangle ABC to A'B'C' is 2

How to determine the scale factor?

The complete question is in the attached image

From the attached image, we have the following corresponding sides

AC = 4 cm

A'C' = 8 cm

The scale factor is then calculated as:

Scale factor = A'C'/AC

This gives

Scale factor = 8cm/4cm

Evaluate the quotient

Scale factor = 2

Hence, the scale factor for triangle ABC to A'B'C' is 2

Read more about scale factor at:

https://brainly.com/question/10253650

#SPJ1

Determine The Scale Factor For Triangle Abc To Prime ^abc

Related Questions

Consider a political discussion group of 8 democrats, 8 republicans and 6 independent suppose the teo groups meme bet are randomly selected in succession to attend a policial convection find the probability of selecting two demo

Answers

Answer:

The probability of selecting two democrats is 1/380

Step-by-step explanation:

Probability is the branch of mathematics that deals with numerical descriptions of how likely an event is to occur.Probability of an event = Number of favourable outcomes / Total number of outcomes.

Here we are given the people as,

8 democrats, 8 republicans and 6 independent.

So total number of people are: 8+6+6=20

Probability of choosing first democrat = 1/20

Probability of choosing first democrat = 1/19

Thus P( two democrats in succession ) = 1/20 ×1/19

                                                                = 1/380

#SPJ10

How many grains of Fermiun will remain after 15 days? 50 25 12.5 6.25

Answers

Answer:

0.00305 (rounded)

Step-by-step explanation:

this is a geometric sequence so the formula is

an=a×r×n-1

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.

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

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

​The fuel for a lawn mower is a mixture of 8 parts petrol to one part oil. How much oil is required to make 1 litre of fuel?​​​

Answers

The amount of oil required for 1 liter of fuel is 111.11 mL.

Fraction is the portion of a total amount where the above part of the fraction is the denominator and the bottom part of the fraction is called the numerator.

Given that the fuel is the mixture where 8 parts are petrol and 1 part is oil in the whole part of the fuel.

The total part of the fuel is 8+1=9

the portion of the petrol is = parts of petrol/total parts of the fuel= 8/9

the portion of the oil = parts of oil /total parts of the fuel= 1/9

Now we have to calculate the amount of oil required for 1 liter of fuel.

As discussed before, 1/9 parts of the fuel is oil.

So the amount of oil is= (1/9)*1 liter= (1/9)litre= 1/9* 1000 mL= 111.11 mL

Similarly, we can calculate the amount of petrol which will be

the amount of petrol= (8/9)*1 liter= (8/9) liter= 8/9*1000 mL= 888.88 mL

Therefore the amount of oil required for 1 liter of fuel is 111.11 mL.

Learn more about fraction

here: https://brainly.com/question/5091

#SPJ10

if pound of cheese costs $3.43, what is the cost per pound?
PLS HELP

Answers

Answer:

can you rephrase it? how many pounds are there?

Step-by-step explanation:

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

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

The star shape is made from a regular hexagon and six congruent equilateral triangles The area of the star shape is 96cm squared Work out the area of the regular hexagon.

Answers

Answer:

48 Square Centimeters

Step-by-step explanation:

The red triangular exterior pieces are all equilateral triangles with some side length.

We don't need to know what that side length is. It doesn't matter.

The area of one red equilateral triangle is some area A.

There are 6 of these red triangles, so the red exterior triangular parts combine to a total area of 6*A.

The hexagon is composed of equilateral triangles as well.

Each of these blue equilateral triangles is congruent to any outer red triangle because the side length is the same.

Therefore, the 6 blue equilateral triangles composing this hexagon combine to get a total area of 6*A

The area of the star overall is 12*A because we have 6 blue triangles combining with the 6 red triangles.

There is a total of 12 triangles.

On a number line, 1.43 would be located ______. Choose all answers that make a true statement.


1.43
《--|----|----|----|----|----|----|----|----|----|--》

A. to the left of 1.41
B. between 1 and 2
C. between 1.42 and 1.44
D. to the right of 1.45 ​

Answers

Answer:

B and C

Step-by-step explanation:

C because it tells you the true statement

A football team carried out a report to see the impact of stretching on preventing injury. Of the 45 footballers in the squad 36 stretch regularly. Of those who stretch, 6 got injured last year. There was a total of 10 injured players last year.
The results can be presented in a frequency tree. What fraction of players who don't stretch get injured?

Answers

The fraction of players who don't stretch and get injured = 4/9.

The frequency tree is shown in the image attached.

The total number of footballers = 45.

The total number of footballers who stretch = 36.

Therefore, the number of footballers who don't stretch = 45 - 36 = 9.

The total number of injured footballers = 10.

The number of injured footballers from the players who stretch = 6.

Therefore, the number of injured footballers from the footballers who don't stretch = 10 - 6 = 4.

The total number of footballers who don't get injured = 45 - 10 = 35.

The number of footballers who stretch and don't get injured = 36 - 6 = 30.

The number of footballers who don't stretch and don't get injured = 9 - 4 = 5.

Therefore, the frequency tree can be shown in the image attached.

The fraction of players who don't stretch and get injured = 4/9.

Learn more about frequency trees at

https://brainly.com/question/12526155

#SPJ10

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

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

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.

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

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.

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

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 :)

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.

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

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] :)..

hey god its me again

Answers

The statement D is false that No irrational number is rational.

What are real numbers?

The set of real numbers includes integers, rational numbers, and irrational numbers.

This implies that all irrational numbers and integers are also real numbers.

Thus, statements A and B are correct.

Rational numbers are numbers that can be written as the division of two integers, which thus also include all integers.

The set of irrational numbers then contains all real numbers that are NOT rational numbers

Therefore, the set of irrational numbers does not include integers, which implies that statement D is false.

Learn more about numbers;

https://brainly.com/question/17429689

#SPJ1

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.

please help and answer it in a sentence :)

Answers

Answer:

x = $1 & y = $2.

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

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]

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.

Exponential function f is represented by the table. x -2 -1 0 1 2 f(x) -46 -22 -10 -4 -1 Function g is represented by the equation. Which statement correctly compares the two functions on the interval [-1, 2]? A. Both functions are increasing, but function f increases at a faster average rate. B. Only function f is increasing, but both functions are negative. C. Both functions are increasing, but function g increases at a faster average rate. D. Only function f is increasing, and only function f is negative.

Answers

The statement that describes better about function is "Both functions are increasing, but function g increases at a faster average rate." since option (c) is correct.

Given the table

x         f(x)

-2        -46

-1         -22

0         -10

1           -4

2          -1

We have to choose which statement describes better about function

Let us assume [tex]f(x)=ab^x+c[/tex]

at x=0, f(0)=-10

So, -10 =a+c

Similarly, by satisfying the above table in the f(x)

[tex]f(x)=\frac{33}{5} (\frac{1}{11})^x-\frac{17}{5}[/tex]

[tex]f'(x) > 0[/tex]

So we can say that f(x) is an increasing function.

[tex]g(x) = - 18 (\frac{1}{3} )^ x + 2[/tex]

[tex]g^ \prime (x) = - 18 (\frac{1}{3} )^ x ln(1/3)[/tex]

ln(1/3) < 0

So, g^ \prime (x) > 0

So, g(x) is an increasing function.

For any x∈f(x) and  x∈g(x) [tex]g'(x) > f'(x)[/tex]

So, g increases at a faster average rate

Thus, Both functions are increasing, but function g increases at a faster average rate.

Learn more about increasing functions here: brainly.com/question/12940982

#SPJ10

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

Other Questions
Why is "The Origin of the Robin" considered a creation myth? a It describes an ancient ritual that had unexpected results. It illustratesIroquois views onchonor and loyalty.O It is about a boy who changes into a robin.O Itexplains how the first robin came into existence. Which set of graphs can be used to find the solution set to 3e* > >-x?m Given the image below DY EY FY are perpendicular bisectors of triangle ABC !!! TIME SENSITIVE !!! Determine the period. Describe the change in the graph of the parabola f(x) when it transforms into g(x) =The parabola g(x) will open in the opposite direction of f(x), and the parabola will be narrower than f(x).The parabola g(x) will open in the same direction of f(x), and the parabola will be narrower than f(x).The parabola g(x) will open in the opposite direction of f(x), and the parabola will be wider than f(x).The parabola g(x) will open in the same direction of f(x), and the parabola will be wider than f(x). A. Person vs. personB. Person vs. natureC. Person vs. societyD. Person vs. technologyE. Person vs. supernaturalF. Person vs. self1. Martha breaks the curfew set by her parents.2. Linda is in a hurry to get to work and runs a red light.3. In the woods, a guy is being chased by a wild animal.4. The tourists are stranded in an island in Eastern Visayas.5. Angeles family are being punished by the duwende in their backyard.6. Mikay is tempted to steal money from her employer in order to feed her family. 7. The space robots that can transform into cars are chasing Ronny and his friends.8. Mr. and Mrs. Torres argue on how to spend their money during this time of pandemic.9. Ryan must decide whether to stay with his family or relocate to a new place in search of a better paying job.10. Bryan is torn between skipping online class with her friends and staying to retake the subject's examination. what happens when you mix an element into a solution with lesser reaction? write about dilemma you faced in english i hope it be short in five sentences , 60 words or close from it Select The correct answer.Segment AB Is tangent to the circle at point B. Which equation describes the relationship between the tangent and secant line segments?BDOA(AD) = (AC) (AB)OB. (AB)2 = (AC)(CD)OC. (AB)2 = (AC)(AD)OD. AB=(AC + AD) BaCl2(aq)+Na2SO4(aq)BaSO4(s)+2NaCl(aq)Using the balanced chemical equation, determine how many moles of NaCl will be produced, if 0.731 mol of BaCl2 is allowed to react with an excess of Na2SO4. What are the zeros of this function? Identify the antonym:John faced much adversity during his long life.A. Hardship B. Misfortune C. Trouble D. Good luck How does the intracellular fluid compartment differ from the extracellular fluid compartment?. What methods show the property sheet? Check all that apply. Work out (6 10) (3 105)Give your answer in standard form. analyse how the reduction in size and the profitability of computer have influence their usage How should Pierre revise the topics of his supportingparagraphs so they are more effective?He should place body paragraph 1 after bodyparagraph 3 because it relates to the conclusion.He should change the focus of body paragraph 1so it supports his main topic.He should remove body paragraph 2 because itemphasizes unimportant information.He should move body paragraph 3 to hisintroduction so it hooks his audience. Arrange these elements into a table showing metals and non-metals: phosphorus, P, barium, Ba, vanadium, V. mercury, Hg, krypton, Kr, potassium, K, and uranium, U. The monarch is a kind of butterfly that migrates. Which of the following is true of the doctrine of res judicata? Group of answer choices It prevents a person from being tried twice even if the same crime violates both federal and state laws. It states that a federal and state governmental prosecutor cannot cooperate for one conviction. It bars subsequent civil actions involving the same parties, claims, demands or causes of action in civil law cases. It bars a person from being tried twice for the same offense under criminal and civil law. It states that if the factual evidence is the same, an individual can be tried twice under different sections of law.