What x-value makes the set of ratios equivalent? Tiles 2 : 3 = 6 : x ,4 : 7 = x : 42 , 2x : 48 = 3 : 12, 12 : 15 = x : 20Pairs691624

Answers

Answer 1

What x-value makes the set of ratios equivalent? Tiles 2 : 3 = 6 : x ,4 : 7 = x : 42 , 2x : 48 = 3 : 12, 12 : 15 = x : 20

Part 1

we have

2 : 3 = 6 : x

value of x=9

Part 2

4 : 7 = x : 42

x=24

Part 3

2x : 48 = 3 : 12

2x=12

x=6

Part 4

12 : 15 = x : 20

x=16


Related Questions

At a middle school 2 out of 5 students Participate in the science fair if they’re are 800 students how many students will be excepted to participate at the fair

Answers

To find how many students will be expected to participate at the fair, we can multiply the given fraction and total number of students. This would look like:

2/5 • 800 = 1,600/5

1,600 / 5 = 320

320 out of 800 students will be expected to participate in the science fair.

Given f(x) = 3x³ + x + k, and x + 1 is a factor of f(x), then what is the value of
k?

Answers

Answer: k=-2

Step-by-step explanation:

[tex]\displaystyle\\3 x^2+x+k=\\\\3x^2+3x-2x+k=\\\\3x(x+1)-2(x-\frac{k}{2}) \\\\Hence,\\\\x-\frac{k}{2} =x+1\\\\-\frac{k}{2} =1\\[/tex]

Multiply both parts of the equation by -2:

[tex]\displaystyle\\-\frac{k}{2}(-2) =1(-2)\\\\k=-2[/tex]

Read the following description of a data set.
Rod Diamond is a singer who appeals to an older demographic. For a comedy segment on a late night show, he asked random people on the street how old they were and how many of his songs they could name, if any.
Rod noted the age of each person he spoke with, x, and the number of songs each could name, y.
The least squares regression line of this data set is:
y = 0.441x- 12.918
Complete the following sentence:
The least squares regression line predicts that if a person is one year older, they will able to name how many more songs.

Answers

the person is able to name .441 more songs

the table shows information about the population of a city, what is the population in 2021

Answers

the table will be at least 25 and it is really popular

whats the co-ordinates of the midpoint of (8,10) and (7,2)

Answers

Answer:

[tex](\frac{15}{2},6)[/tex]

Step-by-step explanation:

Hey, Grace! Pleasure to meet you.

To solve this problem, I would strongly suggest for you to use the midpoint formula.


I have attached an image below of the formula used for plugging in values.

Confused? Let me show you! :)

M means midpoint by the way...

M = [tex](\frac{8+7}{2},\frac{10+2}{2}) = (\frac{15}{2} ,6)[/tex]

There you go! Let me know if you have any questions, and best of luck with the rest of your assignment.

Ed earned $112 for 8 hours ofwork. At this rate, how much will heearn for 40 hours of work?

Answers

Ed earned $112 for 8 hours of

work.

At this rate, how much will he

earn for 40 hours of work?

For 40 hours of work = (112 x 40) /8 = $ 560

Complete the missing terms in the arithmetic sequence shown here: 2, ____, 7, ____, 12?

Answers

Complete the missing terms in the arithmetic sequence shown here: 2, ,4.5, 7, 9.5, 12?

How to calculate the values?

It should be noted that an arithmetic sequence has a first term and common difference.

In this case, a = first term = 2

a + 2d = 3rd term = 7

Since a + 2d = 7

2 + 2d = 7

2d = 7 - 2

2d = 5

Divide

d = 5/2 = 2.5

The common difference is 5

The second term will be:

= a + d

= 2 + 2.5

= 4.5

The 4th term will be:

= a + 3d

= 2 + 3(2.5)

= 2 + 7.5

= 9.5

Learn more about sequence on:

brainly.com/question/6451461

#SPJ1

. (10 points) place these functions in order from slowest asymptotic growth to fastest asymptotic growth. justify the claimed order for each pair of consecutive functions that appear in your ordered list. for instance, if you claim that ????????(????)<????????(????) in growth rate for some choice of the functions ????????(????) and ????????(????), show that the limit test yields lim????→[infinity]????????(????)/????????(????)

Answers

Placing these functions from slowest asymptotic growth to fastest asymptotic growth. f₇(n) < f₄(n) < f₀(n) < f₃(n) < f₅(n) < f₉(n) < f₂(n) < f₆(n) < f₁(n) < f₈(n).The exponents we got.

Given that,

Placing these functions from slowest asymptotic growth to fastest asymptotic growth,

Come to question,

f₇(n) < f₄(n) < f₀(n) < f₃(n) < f₅(n) < f₉(n) < f₂(n) < f₆(n) < f₁(n) < f₈(n).

(ln ln ln n) < (ln n + 2021) < ([tex]n^{lg n}[/tex] ) < ((n/lg n)⁸) < (n⁸ - n⁶ + n⁴ - n² + 1) < (n²⁰²¹) < ([tex]32^{n/5}[/tex]) < (3³ⁿ) < ([tex]16^{lgn}[/tex]) < ( 2021 ∛n)

Let's understand, lg n < n < exponential. on the basis of it,

f₇(n) comes first, it will be smaller than f₄(n), because ln n is > ln ln ln n.

f₄(n) comes second, it will be smaller than f₀(n), because O(n) functions are larger than O(log n).

f₀(n) comes third, it will be smaller than f₃(n), because O(n⁸) functions are larger than O([tex]n^{log n}[/tex]).

f₃(n) comes fourth, it will be smaller than f₅(n), because (n⁸ - n⁶ + n⁴ - n² + 1) will give more larger value than ((n/lg n)⁸), these both functions are O(n⁸).

f₅(n) comes fifth, it will be smaller than f₉(n), because n⁸< n²⁰²¹.

f₉(n) comes sixth,  it will be smaller than f₂(n), because n²⁰²¹ is O(n), whereas [tex]32^{n/5}[/tex] = 2n is exponential, and exponential are larger than O(n).

f₂(n) comes seventh, it will be smaller than f₆(n), because 2n < 3³ⁿ, both are exponential (2 < 3).

f₆(n) comes eight, it will be smaller than f₁(n), because 3³ⁿ < [tex]16^{logn}[/tex], both are exponential (3 < 16).

f₁(n) comes ninth, it will be smaller than f₈(n), because [tex]16^{logn}[/tex] < 2021 ∛n, both are exponential (16 < 2021).

Complete question:  Place these functions in order from slowest asymptotic growth to fastest asymptotic

growth. Justify the claimed order for each pair of consecutive functions that appear in your ordered

list. For instance, if you claim that

To learn ore about exponential  visit:https://brainly.com/question/28596571

#SPJ4

Is this sentence a fact or an opinion

Many Hindus celebrate a holiday called Diwali by lighting candles and exchanging gifts

Answers

it’s a fact


source: trust me

Answer:fact

Step-by-step explanation:Opiians have a persianal veiw sush as "the cows should sleep in the shed" while facts are absolute "the cows sleep in the shed"

Arno buys a student ticket for $43.68 .
This is a saving of 16% on the full price of a ticket.
Calculate the full price of a ticket.

Answers

Percentages are essentially fractions where the denominator is 100. To show that a number is a percent,  the full price of the ticket is 293.75.

What is Percentage?

Percentages are essentially fractions where the denominator is 100. To show that a number is a percent, we use the percent symbol (%) beside the number.

The cost of the ticket Arno buys is $43.68.

The discount she got for the original cost of ticket is 16%.

We need to find the original cost of the ticket.

We need to convert the percentage to a decimal number.

by dividing 16 with 100 we get the decimal value.

16%=16/100=0.16

Now, to find the original or full price of ticket, we need to multiply zero point one six with x equal to forty three point six eight.

0.16×x=43.68

Divide both sides by 0.16

x=293.75

Hence the full price of the ticket is 293.75.

To learn more on Percentage click:

https://brainly.com/question/28269290

#SPJ1

John runs each lap in 7 minutes. He will run at most 35 minutes today. What are the possible numbers of laps he will run today?Use n for the number of laps he will run today.
Write your answer as an inequality solved for n.

Answers

Answer: At most 5 laps.

Step-by-step explanation:

N= # of laps

7mins times the number of laps= 7N

35 mins= at most

[tex]7n\leq 35\\\\\frac{7n}{7} \leq \frac{35}{7} \\\ \ \ \ n\ \leq \ 5[/tex]

HELP ME
solve x^4-17x^2+16=0
select all of the solutions to the original equation
x=4
x=-16
x=-4
x=16
x=-8
x=-1
x=1
x=8

Answers

X=4
X=-4
X=1
X=-1
Hope this helps:)

Can you help me with 8

Answers

Answer:

3= 95

a= 85

b=85

4=85

Step-by-step explanation:

Angles on a line add up to 180°

Corresponding angles are equal.

PLEASE ANSWER AS QUICKLY AS POSSIBLE PLEASE. WILL GIVE BRAINlESt

Answers

A linear function with the same y-intercept as the one that is represented by the graph is: table 1.

How to calculate the slope of a linear function?

In Mathematics, the slope of any linear function can be calculated by using this formula;

Slope, m = (Change in y-axis, Δy)/(Change in x-axis, Δx)

Slope, m = (y₂ - y₁)/(x₂ - x₁)

At points (-3, -4) and (-1, 2) from table 1, the slope of the line would be calculated as follows:

Slope, m = (2 + 4)/(-1 + 3)

Slope, m = 6/2

Slope, m = 3.

Note: The y-intercept of the line shown on the graph is equal to 5 because the x-value is zero (0) at this point.

By using point (-3, -4), the y-intercept of this line would be calculated by using the slope-intercept form:

y = mx + b

Where:

x and y are the points.b is the y-intercept.m represents the slope.

Making y-intercept (b) the subject of formula, we have:

y-intercept, b = y - mx

y-intercept, b = -4 - 3(-3)

y-intercept, b = -4 - (-9)

y-intercept, b = -4 + 9

y-intercept, b = 5.

Read more on y-intercept here: brainly.com/question/19576596

#SPJ1

Complete Question:

Which linear function has the same y-intercept as the one that is represented by the graph?

21Select all the correct answers.Which of the following transformations always creates congruent figures?translationsrotationsdilationsreflectionsResetSubmit

Answers

Rigid transformations, are transformations of the plane that preserves length. Reflections, translations, rotations, and combinations of these three transformations are rigid transformations. In a rigid transformation the pre-image and image are always congruent

Therefore, the answer is:

translations

rotations

reflections

kurt bought 10 packs of sunflower seeds and 4 pots. each pack of seeds cost $4, and each post for $12. how.much did kurt spend in all

Answers

Answer:

$88

Step-by-step explanation:

Dolores runs 2.2km north and 1.5km west. What is the shortest distance she must run back to the starting point, to the nearest tenth of a metre

Please show your work
I think this has something to do with the Pythagorean Theorem but I don't know what

Answers

The shortest distance to reach the starting point by Dolores is 2.7 kilometres.

The shortest distance will be the line directly connecting the two points. This will form the right angled triangle and hence can directly be calculated. We will be calculating hypotenuse from Pythagoras theorem.

Distance² = 2.2² + 1.5²

Taking square on Right Hand Side

Distance² = 4.84 + 2.25

Performing addition on Right Hand Side of the equation

Distance² = 7.09

Taking square root on Right Hand Side

Distance = ✓7.09

Distance = 2.7 kilometres

Thus, the shortest distance back to the starting point is 2.7 kilometres.

Learn more about Pythagoras theorem -

https://brainly.com/question/343682

#SPJ1

A map of an amusement park is shown on the coordinate plane with the approximate location of several rides.

coordinate plane with points at negative 14 comma 1 labeled Woozy Wheel, negative 6 comma 2 labeled Bumper Boats, negative 2 comma negative 4 labeled Roller Rail, negative 2 comma negative 6 labeled Trolley Train, 2 comma negative 3 labeled Silly Slide, and 6 comma 11 labeled Parachute Plunge

Determine the distance between the Bumper Boats and the Parachute Plunge.

15 units
225 units
8 units
63 units
help pls i dont have lot of time!

Answers

The distance between the Bumper Boats and the Parachute Plunge is given by:

15 units.

What is the distance between two points?

Suppose that we have two points with coordinates given yb [tex](x_1,y_1)[/tex] and [tex](x_2,y_2)[/tex]. The shortest distance between them is given by the following rule:

[tex]D = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]

This formula is derived from the Pythagorean Theorem, as the points form a right triangle in the xy-plane, with the hypotenuse representing the distance between them.

In the context of this problem, the coordinates of the Bumper Boats and of the Parachute Plunge are given as follows:

Bumber Boats: (-6, 2).Parachute Plunge: (6, 11).

Hence the distance between these two points is given as follows:

[tex]D = \sqrt{(6 - (-6))^2+(11 - 2)^2}[/tex]

D = sqrt(12² + 9²)

D = 15 units.

More can be learned about the distance between two points at https://brainly.com/question/18345417

#SPJ1

Answer: its 225

Step-by-step explanation: you should try it and find out. / I did  

the 175 workers at a factory together produce 21,175 items per day what is the unit rate of items per worker

Answers

Answer: 121 im pretty sure

Step-by-step explanation: 21175 divided by 175

Solve for x . Show work and round to the nearest tenth if necessary

Answers

Step-by-step explanation:

the radius of a circular disk is given as 30 cm with a maximum error in measurement of cm. use differentials to estimate the maximum possible error in the calculated area of the disk.

Answers

The calculated area's maximum percentage relative error is approximately 1.33%.

we know that:

Area of the circular disc is given by A = πr²

consider A = πr²

Differentiate both sides with respect to r, we get

dA/dr = 2πr

⇒ dA = 2πr dr

calculate area:

A = πr²

A = π(30)²

A = 900π

A = 2826 cm²

Because of an error in measurement, the radius might actually be as big as 30+0.2 cm

= 30.2 cm

If r is increased from 30 by an amount Δr = dr = 0.2

Then the actual change in the calculated area would be :

ΔA = A(30+Δr)-A(30)

ΔA = A(30.2)-A(30)

ΔA = (30.2)²π -  900π

ΔA = 912.04π - 900π

= 12.04π cm²

So we estimated the maximum error in calculated area as 12.04π cm²

≅ 37.8 cm²

The maximum relative error in calculated area is:

ΔA/A= dA/A = 12.04π/900π

= 0.013

= 1.33 %

The maximum % relative error in calculated area is about 1.33%.

Learn more about Differentials here:

brainly.com/question/18760518

#SPJ4

3x-2y=109x+4y=-50Solve each system of equations by graphing. Clearly identify your solution.

Answers

Plot two points of each equation

Equation 1 Equation 2

3x - 2y = 10 9x + 4y = - 50

x y x y

0 -5 0 12.5

10/3 0 -50/9 0

Graph

The length of a rectangle is three times its width.
If the perimeter of the rectangle is 48 in, find its length and width.
length: in
width: in

Answers

Length: 18 in.

Width: 6 in.

We can use “x” as the width in this scenario. If the width is x, then the length is 3x, since length is three times the width. The perimeter would be length + length + width + width. Since the perimeter is 48, we could say that:

x + x + 3x + 3x = 48

Which simplifies to 8x=48

If you divide by 8 on both sides, you get

X=6. Then you Can plug 6 back into your x width and 3x length.

(See attached image) hope this helped!

Hello!

Let's set up some variables:

L: length of the rectangleW: width of the rectangle

Let's consider the relationship between the length and the width:

The length of a rectangle is three times its width

              [tex]\hookrightarrow L=3W[/tex]

The perimeter of the rectangle is equal to 48 and 2W + 2L

  [tex]\hookrightarrow 2L + 2W = 48[/tex]

Let's replace the 'L' in terms of 'W' and solve:

    [tex]2(3W) + 2W = 48\\6W + 2W=48\\8W = 48\\W = 6[/tex]

Since L = 3W

  [tex]\hookrightarrow L = 3W = 3*6 = 18[/tex]

Answer:

Length = 18Width = 6

Hope that helps!

   

 

Determine another point on the line given two points on the line.

(0, 4), (2, 5)

Answers

The coordinates of another point are (4, 6).

We are given the coordinates of two points. The two points are (0, 4) and (2, 5). A straight line passes through the two given points.

We will find the equation of the straight line using the formula given below :

(y - y1) = [(y2 - y1)/(x2 - x1)](x - x1)

(y - 4) = [(5 - 4)/(2 - 0)](x - 0)

(y - 4) = (1/2)x

y = (1/2)x + 4

We have to find another point on the line. Let us choose a value for the x-coordinate equal to 4. The y-coordinate can be calculated as given below :

y = (1/2)4 + 4

y = 2 + 4

y = 6

To learn more about lines, visit :

https://brainly.com/question/17188072

#SPJ1

Leah has a home-based business making and selling scented soaps. She initially spent $100 to purchase soap-making equipment, and the materials for each pound of soap cost $5. Leah sells the soap for $15 per pound. Eventually, she will sell enough soap to cover the cost of the equipment. What will be Leah's total sales and costs be? Write a system of equations, graph them, and type the solution.

Answers

Answer:

Equations:
Cost equation C(x) = 100 + 5x
Sales equation S(x) = 15x

Graph provided

Solution at breakeven point i.e. where sales = costs is at x = 10 lbs

Step-by-step explanation:

Total cost = $100 capital cost of equipment + production cost of $5 per pound of soap

Cost equation C(x) = 100 + 5x  where x is the number of pounds of soaps produced

Sales Equation S(x) = 15x where x is the number of pounds of soap sold

The break-even quantity (in lbs) of soap to be sold to pay for equipment is when both equations are equal to each other

100 + 5x = 15x
==> 15x = 100 + 5x
==> 15x - 5x = 100   (subtract 5x on both sides)

==> 10x = 100

==> x = 10 lbs of soap

At this quantity, Sales and Costs are evened out

A meteorologist was monitoring the temperature outside in degrees Fahrenheit (°F) and wrote the expression 78+(-6) -5. Which statement best describes this expression?

A
The temperature started at 78°F and decreased by 6°F. Then the temperature decreased by 5°F.

B
The temperature started at 78°F and increased by 6°F. Then the temperature decreased by 5°F.

C
The temperature started at 78°F and increased by 6°F. Then the temperature increased by 5°F.

D
The temperature started at 78°F and decreased by 6°F. Then the temperature increased by 5°F.

Answers

Correct option is A, The temperature started at 78°F and decreased by 6°F. Then the temperature decreased by 5°F.

What is an expression?

An expression, often known as a mathematical expression, is a finite collection of symbols that are well-formed in accordance with context-dependent principles.

You must substitute a number for each variable and carry out the arithmetic operations in order to evaluate an algebraic expression. Since 6 + 6 equals 12, the variable x in the example above is equal to 6. If we are aware of the values of our variables, we can substitute those values for the original variables before evaluating the expression.

An expression is, for instance, 3x - 2. While an equation, on the other hand, denotes the connection between two separate expressions via an equal to sign, One such equation is 3x - 2 = 5 + x.

To learn more about expression from given link

https://brainly.com/question/1859113

#SPJ9

Zara and Chester are building fences.

Zara uses fence panels that are each 6 feet long and Chester uses fence panels that are each 4 feet long.

If both of their fences are the same length, what is the shortest possible length that Zara's fence could be ? Give your answer in feet

Answers

The shortest possible length that Zara's fence could be is 12 feet long.

The fence panels Zara uses are 6 feet long each and the fence panels that Chester uses is each 4 feet long.

The multiple of the number 6: 6, 12, 18, 24

The multiple of the number 4: 4, 8, 12, 16, 20, 24

The numbers 6 and 4 have the same multiple 12, 24. The least common multiple of them is 12.

So Zara's fence has the shortest length is 12 feet, because Zara and Chester have the same length fence as Zara uses fence panels that are each 6 feet long. Chester uses are 4 feet long.

The shortest length of Zara's fence is 12 feet.

Learn more about length here:

brainly.com/question/11863354

#SPJ1

Use the following equation to answer the questions:

−3x+y=9


Rewrite the equation in function notation:

Response area

What is the slope of the line? Response area

What is the y-intercept? (Response area, Response area)

What is the x-intercept?

Answers

The equation in function notation is: f(x) = 3x + 9.

Slope of the line = 3

Y-intercept = 9

X-intercept is: -3.

How to Write the Equation of a Line in Function Notation?

In function notation, the equation can be written as .f(x) = mx + b, where:

m = slopeb = y-intercept of the line.

Given the equation, -3x + y = 9, rewrite in function notation as:

-3x + y + 3x = 3x + 9

y = 3x + 9

f(x) = 3x + 9

Slope of the line is, m = 3.

The y-intercept of the equation is, b = 9.

To find the x-intercept, substitute y = 0 into y = 3x + 9:

0 = 3x + 9

-3x = 9 [subtraction property of equality]

-3x/-3 = 9/-3 [division property of equality]

x = -3

The x-intercept is: -3.

Learn more about equation in function notation on:

https://brainly.com/question/28490902

#SPJ1

Sarah leaves her house at 6:25 a.m. to walk to school, which is 4.5 miles away. she meets ur friend at 6:45 a.m. a mile away from her home. if she continues to walk with her friend without increasin speed, what time will she make it to school?

Answers

Sarah will take 90 minutes to reach her school from her house if she continues to walk with her friend without increasing speed.

According to the question,

We have the following details:

Sarah leaves her house at 6:25 a.m.

She meets her friend at 6:45 a.m.

So, we have:

The time taken by Sarah to meet her friend after 1 mile = (6:45 - 6:25) minutes

The time take by Sarah to meet her friend after 1 mile = 20 minutes

Now, we can find Sarah's speed.

We know that the formula of speed is as follows:

Speed = distance/time

Speed = 1/20 mile/min

Now, the distance of her school from her house is 4.5 mile.

So, we have:

Time taken = distance/speed

Time taken = 4.5/(1/20) min

Time taken = 4.5*20 min

Time taken = 90 minutes

Hence, the time taken by Sarah to reach her school from her house is 90 minutes.

To know more about Sarah here

https://brainly.com/question/17201891

#SPJ1

Find the equation for a polynomial f(x) that satisfies the following:
Degree 4
Root of multiplicity 2 at x=2
Root of multiplicity 1 at x=1
Root of multiplicity 1 at x=−1
y-intercept of (0,−8)

Answers

Hello, you just missed one multiplicity which has a root at

[tex]x = 2[/tex]

The detailed solution is given below. Good luck!

Answer:

f(x) = 2(x - 2)²(x + 1)(x - 1)

Step-by-step explanation:

a polynomial of the 4th degree has as highest exponent for terms in x : 4

your previous attempt only gets you to x³ terms, so to a polynomial of 3rd degree.

you made the following mistakes :

you used the factor for the root (zero) at x = 2 only once, although it has a multiplicity 2 (that means it has to be used twice : the same zero solution appears twice) :

e.g. (x - 2)²

you used the same factor for the root at -1 and at +1.

no, they are different, of course, as -1 and +1 are different.

e.g.

(x + 1)(x - 1)

you miscalculated the factor to fulfill also the last criteria to have a y- intercept at (0, -8), y = f(0) = -8.

so, the equation is

f(x) = 2(x - 2)²(x + 1)(x - 1)

why ?

when x = 0, all terms are eliminated except for the last one that is the multiplication of all constant integers of the factors. and to get -8 in such a multiplication, we have already 3 negative factors (that will create a negative result), and any other factor needs to be positive to keep that negative result.

as -2, -2 (due to the ² factor we have it twice in the calculation), +1 and -1 are necessary for the roots (giving us -4 as result), we need an initial integer factor to now create the needed -8 result (2 × -4 = -8) :

2 × -2 × -2 × +1 × -1

Other Questions
FootLocker and FootAction are each having a sell on all of the latest name brand shoes. At FootLocker, you can get 2 pairs of Nikes for $69.98. At FootAction you can get 3 pair of shoes for $99.99. Part A: What is the unit cost for a pair of shoes at FootActio Which statement is true regarding the graphed functions? / Week 1 / Week 1 Monday - Daily QuizA rectangle is 5 feet long and 12 feet wide.What is it's area? An atom of Astatine-214, 21485At, undergoes alpha-decay. Using the chart above, what new isotope will be produced? which two factors are usually assessed when a company is deciding how to allocate resources across its business units? 9. n is a receding color. A. Pink OB. Green OC. Yellow OD. Orange can Science may be used to reassess a hypothesis? What does Rigoberta Mench Tum believes in the greatest problem facing Gualemala? Why do you think she cites this as the greatest problem? Use evidence from the text to support your answer Rectangle ABCD is graphed in the coordinate plane. The following are the vertices of the rectangle: A(-4, -2), B(-2, -2), C(-2, 7), and D(-4, 7What is the area of rectangle ABCD? If a cell was capable of bypassing metaphase and going directly from prometaphase to anaphase, what is the most likely consequence of this?. Choose the expression that is equivalent to the one shown 7/8 ^2 Choose the correct expanded form for the following expression . Evaluate 7/8^2 A colon may appear in each of the following places exceptSelect one:before a quotation.between two main clausesafter an incomplete sentence.before a list. use the image to find angles Q & U. explain your reasoning. Use the figure to the right to name each of the following.1. A line2. A plane -10+*+5> 7-533. Here is an inequality:What value of x will make the two sides equal?35 2254 Click to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questions.Online Content: Site 1How quickly can the nervous system relay messages? Describe all of the transformations applied to the parent function f(x) = x to sketch g(x) = 4(x 2) 5 At the mall, Timmy bought a T-shirt and a book for a total of $23. The book cost $12. How much did the T-shirt cost? Let x represent the unknown information. Write an addition equation that models the problem Van charges an hourly rate for a moving team to load and unload a truck. The charge is a different hourly rate for a team to pack and unpack boxes. Use the quotes to determine the Van hourly rates. Weekday Move 8 hours of loading/unloading 6 hours of packing/unpacking $890 total cost Weekend Move 5 hours of loading/unloading 3 hours of packing/unpacking $515 total cost