which expression is equivalent to (125^2/ 124^4/3)

Answers

Answer 1

The answer is 25.

What is numerator and denominator?The value above the horizontal line is the numerator in a fraction. It represents the number of pieces removed from the whole. The denominator of a fraction is the numerical value that comes before the vinculum. It indicates the overall total of all of the equal portions.For instance, the fraction bar is the line that separates the numbers 4 and 5, and 45 is a fraction. Here, the numerator is the number above the fraction bar, and the denominator is the number below the fraction bar. The denominator, or the number of pieces out of the whole, is represented by a numerator.Multiplying the numerator times the numerator and denominator. Denominator. The answer should be lowered to a mixed number in the simplest form.

The expression is equivalent to [tex]\frac{125^{2} }{125^{\frac{4}{3}} }[/tex] :

[tex]\frac{125^{2} }{125^{\frac{4}{3}} } =125^{2-(\frac{4}{3}) }[/tex]

       [tex]=125^{\frac{2}{3} }[/tex]

 [tex]125=5x^{3}[/tex]

[tex](5^{3} )^{\frac{2}{3}} =5\frac{6}{3} =5^{2} =25[/tex]

Therefore, The answer is 25.

To learn more about numerators and denominators, refer to:

https://brainly.com/question/27959770

#SPJ4


Related Questions

The two lines y = 2x + 8 and y = 2x - 12 intersect the x-axis at the P and Q.
Work out the distance PQ.

Answers

Answer:

PQ = 10 units

Step-by-step explanation:

to find where the lines cross the x- axis let y = 0 and solve for x , that is

2x + 8 = 0 ( subtract 8 from both sides )

2x = - 8 ( divide both sides by 2 )

x = - 4 ← point P

and

2x - 12 = 0 ( add 12 to both sides )

2x = 12 ( divide both sides by 2 )

x = 6 ← point Q

the lines cross the x- axis at x = - 4 and x = 6

using the absolute value of the difference , then

PQ = | - 4 - 6 | = | - 10 | = 10 units

or

PQ = | 6 - (- 4) | = | 6 + 4 | = | 10 | = 10 units

Answer: [tex]\Huge\boxed{Distance=10~units}[/tex]

Step-by-step explanation:

Find the point P

Given expression

y = 2x + 8

Substitute 0 for the y value to find the x value

This is the definition of x-intercepts

(0) = 2x + 8

Subtract 8 on both sides

0 - 8 = 2x + 8 - 8

-8 = 2x

Divide 2 on both sides

-8 / 2 = 2x / 2

x = -4

[tex]\large\boxed{P~(-4,0)}[/tex]

Find the point Q

Given expression

y = 2x - 12

Substitute 0 for the y value to find the x value

(0) = 2x - 12

Add 12 on both sides

0 + 12 = 2x - 12 + 12

12 = 2x

Divide 2 on both sides

12 / 2 = 2x / 2

x = 6

[tex]\large\boxed{Q~(6,0)}[/tex]

Find the distance between PQ

Given information

[tex](x_1,~y_1)=(-4,~0)[/tex]

[tex](x_2,~y_2)=(6,~0)[/tex]

Substitute values into the distance formula

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

[tex]Distance=\sqrt{(6-(-4))^2+(0-0)^2}[/tex]

Simplify values in the parenthesis

[tex]Distance=\sqrt{(10)^2+(0)^2}[/tex]

Simplify values in the radical sign

[tex]Distance=\sqrt{100}[/tex]

[tex]\Huge\boxed{Distance=10~units}[/tex]

Hope this helps!! :)

Please let me know if you have any questions

g(x)=2x-8, f(x)=5-g(x) what is the value of f(10)

Answers

By evaluating the function, we conclude that f(10) = -7

How to evaluate the function f(x)?

Here we know that:

g(x) = 2x - 8

And f(x) = 5 - g(x).

Then we can write:

f(x) = 5 - (2x - 8) = 5 - 2x + 8 = -2x + 13

Now we want ot evaluate it in x = 10, this means replace the variable by the number 10.

f(10) = -2*10 + 13 = -20 + 13 = -7

Then, we conclude that f(10) = 7

If you want to learn more about evaluating:

https://brainly.com/question/1719822

#SPJ1

The ratio of the triangle are in the ratio 1:2:3 Find the angles of this triangle?​

Answers

Answer:

Step-by-step explanation:

let we suppose the ratios as x , 2x and 3x

we know that,

x + 2x + 3x = -----

6x= -------

x= -----/6

therefore x = ......

2x = 2 * x (value of x)

3x = 3 * x (value of x)

and the question is solved

Answer:

let the ratio be 1x,2x,3x

Now,

1x+2x+3x=180°(sum of angles of triangle are 180)

or,6x=180°

or,x=180/6

or,x=30°

Then,

1x=1*30

=30°

2x=2*30

=60°

3x=3*30

=90°

Solve the given differential equation by undetermined coefficients. y'' 4y' 4y = 2x 3

Answers

The solution of the differential equation is [tex]y = (C_{1} + C_{2} x)e^{-2x} +\frac{1}{2} [x^{3} -\frac{3}{2} x-6][/tex] .

According to the given question.

We have a differential equation

[tex]y^{"} + 4y^{'} + 4y = 2x^{3}[/tex]

The above differerntial equation acn be written as

[tex](D^{2} +4D+ 4)= 2x^{3}[/tex]

Now, the auxillary equation for the above differential equation is given by

[tex]m^{2} + 4m + 4 = 0[/tex]

[tex]\implies m^{2} + 2m + 2m + 4 = 0[/tex]

⇒ m (m + 2) + 2(m + 2) = 0

⇒ m(m + 2)(m + 2) = 0

Therefore,

[tex]C.F = (C_{1} + C_{2}x)e^{-2x}[/tex]

Now,

[tex]PI = \frac{1}{D^{2} +4D+4} 2x^{3}[/tex]

[tex]\implies PI = \frac{1}{4(1+\frac{D^{2}+4D }{4} )} 2x^{3}[/tex]

[tex]\implies PI = \frac{1}{4} [1+(\frac{D^{2}+4D }{4} )]^{-1} 2x^{3}[/tex]

[tex]\implies PI = \frac{1}{4} [ 1 - (\frac{D^{2} +4D}{4} )+(\frac{D^{2} +4D}{4} )^{2} -(\frac{D^{2}+4D }{4}) ^{3} ...]2x^{3}[/tex]

[tex]\implies PI =\frac{1}{2} [ x^{3} -\frac{1}{4} (6x)-3x^{2} +3x^{2} -6][/tex]

[tex]\implies PI = \frac{1}{2} [x^{3} -\frac{3}{2} x-6][/tex]

Therefore, the solution of the differential equation will be

y = CI + PI

[tex]y = (C_{1} + C_{2} x)e^{-2x} +\frac{1}{2} [x^{3} -\frac{3}{2} x-6][/tex]

Hence, the solution of the differential equation is [tex]y = (C_{1} + C_{2} x)e^{-2x} +\frac{1}{2} [x^{3} -\frac{3}{2} x-6][/tex] .

Find out more information about solution of differential equation here:

https://brainly.com/question/2292185

#SPJ4

Michelle is purchasing fabric for two new sewing projects: a hat and a tote bag. The two projects each need red and black fabric. The hat requires 2 yards of red fabric and 1 yard of black fabric. The tote bag requires 2 yards of red fabric and 4 yards of black fabric. Michelle paid $14 for the hat’s fabric and $26 for the tote bag’s fabric. How much does one yard of each fabric cost?

Answers

The cost of one yard of black fabric is $4.

The cost of one yard of red fabric is $5.

What are the linear functions that represent the question?

2r + b = 14 equation 1

2r + 4b = 26 equation 2

Where:

r = cost of one yard of red fabric

b = cost of one yard of black fabric

What is the cost of each type of fabric?

Subtract equation 1 from equation 2

3b = 12

b = 12 / 3

b = 4

Substitute for b in equation 1

2r + 4 = 14

2r = 14 - 4

2r = 10

r = 10 / 2

r = $5

To learn more about linear functions, please check: https://brainly.com/question/26434260

#SPJ1

Select true or false to tell whether the following conditional p q is true or false. Use the truth table if needed.

If 3 + 2 = 5, Then 5 + 5 = 10

Answers

The given condition on the basis of truth table is true.

According to the statement

we have given that the some condition p and q. and we have to find that  the given condition is true or false on the basis of the truth table.

So, The given conditions are:

If 3 + 2 = 5, Then 5 + 5 = 10

Now,

The Truth table is a tabular representation of all the combinations of values for inputs and their corresponding outputs. It is a mathematical table that shows all possible outcomes that would occur from all possible scenarios that are considered.

So, the given conditions are properly verified with the truth table. So, it is true.

So, The given condition on the basis of truth table is true.

Learn more about Truth table here

https://brainly.com/question/18575348

#SPJ1

(x^2-6x+9)^2-15(x^2-6x+10)=1

Answers

Answer:

x =  -1,  7,  3 + i,  3 - i.

Step-by-step explanation:

(x^2-6x+9)^2-15(x^2-6x+10)=1

(x^2 - 6x + 9)^2  - 15(x^2 - 6x + 9) - 15*1 = 1

(x^2 - 6x + 9)^2  - 15(x^2 - 6x + 9) - 16 = 0

Let Z = x^2 - 6x + 9, then we have:

Z^2 - 15Z - 16 = 0

(Z - 16)(Z + 1) = 0

Z = 16 or Z = -1

so  x^2 - 6x + 9 = -1 or x^2 - 6x + 9 = 16

x^2 - 6x + 9 = -1

---> x^2 - 6x + 10 = 0

Using the Quadratic Formula:

---> x = [6 +/- √((-6)^2 - 4* 1* 10) / 2

---> x = 6/2 +/- √-4/2

---> x = 3 + i , 3 - i.

x^2 - 6x + 9 = 16

---> x^2 - 6x - 7 = 0

---> (x - 7)(x + 1) = 0

---> x = 7, -1.

A pedestal for a statue is made with 405 cubic feet of concrete. a rectangular prism with a height of 9 feet. what is the area of the base of the pedestal? 6.7 square feet 22.5 square feet 45 square feet 3,645 square feet

Answers

45 square feet is the area of the base of the pedestal.

what is rectangular prism?

A rectangular prism is a 3D figure with 6 rectangular faces. To find the volume of a rectangular prism, multiply its 3 dimensions: length x width x height. The volume is expressed in cubic units.

we know that

The volume of the pedestal (rectangular prism) is given by the formula

   V =   B × h

where

B is the area of the rectangular base of pedestal

V = 405 ft³

h = 9 ft

put the given values in the formula and solve for B

405 = B × 9

B = 405/9

B = 45 ft²

Therefore, 45 square feet is the area of the base of the pedestal.

Learn more about rectangular prism

brainly.com/question/21308574

#SPJ4

pipe A can fill a tank in 3 hours. if pipe B can fill the same tank in 2 hours, how many minutes will it take both pipes to fill 2/3 of the tank​

Answers

Answer:

pipe A =3. pipe B=2 find LCM of 3 and 2 . it will be 6 . Then take 6×2/3 it will give you 4 minutes as the answer

Answer:

  48 minutes

Step-by-step explanation:

The rate of filling from both pipes is the sum of the rates in units of tanks per hour. We want the time for 2/3 of a tank.

Sum of rates

The sum of the filling rates is ...

  rate A + rate B = (1/3) tank/hour + (1/2) tank/hour = 5/6 tank/hour

Fill time

The time to fill a tank or part thereof will be the number of tanks divided by the rate in tanks per hour:

  time = (2/3 tank)/(5/6 tank/hour) = ((4/6)/(5/6)) hour = 4/5 hour

There are 60 minutes in an hour, so the fill time is ...

  (4/5 hour)×(60 min/hour) = 48 min

It will take 48 minutes for both pipes to fill 2/3 of the tank.

Miss a turn
Go forward
3 squares
Go back
2 squares
Go back
1 square
Go forward
2 squares
Go forward
3 squares
In a game, a fair spinner has six equal sections
as shown.
a) Noel spins the spinner.
Write down the probability he gets 'Miss a turn'.
Give your answer as a fraction.
(1)
b) The spinner lands on 'Go back 1 square'
four times in a row.
Steve is next to spin.
Write down the probability that he gets
'Go back 1 square'.
Give your answer as a fraction.
c) In one game there are 96 spins.
How many of these spins are expected
to be 'Go forward 3 squares'?
(1)
(2)
Total marks: 4

Answers

See below for the values of the probabilities

How to determine the probability

The complete question is added as an attachment

Write down the probability he gets 'Miss a turn'.

From the spinner, we have

Sections = 6

Miss a turn = 1

So, the probability that he gets 'Miss a turn is

P = 1/6

Write down the probability that he gets 'Go back 1 square'.

Here, we have:

Number of rows = 4

'Go back 1 square' = 4

The probability that he gets 'Go back 1 square' is

P = 'Go back 1 square'/Number of rows

This gives

P = 4/4

Evaluate

P = 1

How many of these spins are expected to be 'Go forward 3 squares'?

Here, we have

Spins = 96

From the spinner, the probability of 'Go forward 3 squares' is

P =1/6

So, the expected number is

E(x) = np

This gives

E(x) = 96 * 1/6

Evaluate

E(x) = 16

Hence, 16 spins are expected to be 'Go forward 3 squares'

Read more about probability at:

https://brainly.com/question/25870256

#SPJ1

the value of digit 7 in 906.7

Answers

The answer is tenths

Step-by-step explanation:

According to the place value chart of decimals,the first number after the decimal point starts from tenths and continues.so the answer is tenths

Hi :)

Remember Place value in decimal numbers

———————————

[tex]\large\boldsymbol{\hfill\stackrel{hundreds}{9}~\hfill\stackrel{tenths}0~\hfill\stackrel{ones}6.\hfill\stackrel{tenths}{7}}[/tex]

Then

The place-value of [tex]\boldsymbol{7}[/tex] is [tex]\boldsymbol{tenths}[/tex].

[tex]\tt{Learn~More;Work~Harder}[/tex]

:)

pls pls help meee i dont understand the fundamental theorem of algebra

Answers

Answer:

Hey! I'm gonna go ahead and give ya the "meaning" of the fundamental theorem of algebra but not the answer to the A. B. and C.

Step-by-step explanation:

fundamental theorem of algebra, theorem of equations proved by Carl Friedrich Gauss in 1799. It states that every polynomial equation of degree n with complex number coefficients has n roots, or solutions, in the complex numbers. The roots can have a multiplicity greater than zero.

How many liters of water should be added to 18 liters of a 14% bleach solution so that the resulting solution contains only 10% bleach? original (l) added (l) new (l) amount of bleach 2.52 0 amount of solution 18 x 1.8 liters 7.2 liters 15.5 liters 25.2 liters

Answers

18 liters of 14% bleach contains 0.14×18 = 2.52 liters of bleach.

Adding [tex]x[/tex] liters of pure water to the solution increases the total volume to [tex]18+x[/tex] liters without changing the total amount of bleach.

To end up with a 10% bleach solution, we must add

[tex]\dfrac{2.52}{18+x} = 0.10 \implies 2.52 = 1.8 + 0.10x \implies 0.10x = 0.72 \implies x=\boxed{7.2}[/tex]

liters of water.

Answer:

b

Step-by-step explanation:

Complete the proofs, ASAP!!! (Geometry)

Answers

1) [tex]\triangle ABC[/tex] with [tex]\overline{AC} \cong \overline{BC}[/tex], [tex]\overline{AB} \parallel \vec{CE}[/tex] (given)

2) [tex]\angle A \cong \angle B[/tex] (base angles theorem)

3) [tex]\angle A \cong \angle 1[/tex] (corresponding angles theorem)

4) [tex]\angle B \cong \angle 2[/tex] (alternate interior angles theorem)

5) [tex]\angle 1 \cong \angle 2[/tex] (transitive property of congruence)

6) [tex]\vec{CE}[/tex] bisects [tex]\angle BCD[/tex] (if a ray splits an angle into two congruent parts, it is a bisector)

What is this expression in simplified form?
4/14 - 11/14

Answers

Answer:

baiBsiasbisvdxhsbhssj

Answer:

-1/7

is the answer of your question

30. You want to simulate an experiment to draw cards out of a deck. You
plan to draw 35 cards (with replacement), and list which card you drew. How
many times would you expect to draw a face card?
6
8
12
10

Answers

Using the binomial distribution, we have that you would expected to draw a face card 8 times.

What is the binomial probability distribution?

It is the probability of exactly x successes on n repeated trials, with p probability of a success on each trial.

The expected value of the binomial distribution is:

E(X) = np

For this problem, the parameters are given as follows:

n = 35, as the experiment will be repeated 35 times.p = 0.2308, as of the 52 cards, there are 12 faces, hence 12/52 = 0.2308.

Then the expected value is found as follows:

E(X) = np = 35 x 0.2308 = 8

You would expected to draw a face card 8 times.

More can be learned about the binomial distribution at https://brainly.com/question/24863377

#SPJ1

50 pupils in a sports centre are surveyed. the pupils can only use the swimming pool and the gym. 31 pupils use the swimming pool. 28 pupils use the gym. 7 pupils use neither the swimming pool nor the gym. find the probability to select a pupil that uses the swimming pool but not the gym.

Answers

Using it's concept, it is found that there is a 0.3 = 30% probability to select a pupil that uses the swimming pool but not the gym.

What is a probability?

A probability is given by the number of desired outcomes divided by the number of total outcomes.

In this problem, we have that 50 - 7 = 43 pupils use at least one of the pool or the gym.

We use the following relation, considering the numbers of each:

Both = Pool + Gym - At least one

Hence:

Both = 31 + 28 - 43 = 16.

From this, we have that out of 50 pupils, there are 31 - 16 = 15 pupils who use the pool but not the gym, hence the probability is:

p = 15/50 = 0.3 = 30%.

More can be learned about probabilities at https://brainly.com/question/14398287

#SPJ1

Approximate the area under the
function between a and b using a
left-hand sum with the given
number of intervals.
f(x) = x² + 2

a = 0
b= 6
6 intervals

Answers

Answer:

  67 square units

Step-by-step explanation:

The area using the left-hand sum is the sum of products of the function value at the left side of the interval and the width of the interval.

Area

The attachment shows a table of the x-value at the left side of each interval, and the corresponding function value there. The interval width is 1 unit in every case, so the desired area is simply the sum of the function values.

The approximate area is 67 square units.

Split up the interval [0, 6] into 6 equally spaced subintervals of length [tex]\Delta x = \frac{6-0}6 = 1[/tex]. So we have the partition

[0, 1] U [1, 2] U [2, 3] U [3, 4] U [4, 5] U [5, 6]

where the left endpoint of the [tex]i[/tex]-th interval is

[tex]\ell_i = i - 1[/tex]

with [tex]i\in\{1,2,3,4,5,6\}[/tex].

The area under [tex]f(x)=x^2+2[/tex] on the interval [0, 6] is then given by the definite integral and approximated by the Riemann sum,

[tex]\displaystyle \int_0^6 f(x) \, dx \approx \sum_{i=1}^6 f(\ell_i) \Delta x \\\\ ~~~~~~~~ = \sum_{i=1}^6 \bigg((i-1)^2 + 2\bigg) \\\\ ~~~~~~~~ = \sum_{i=1}^6 \bigg(i^2 - 2i + 3\bigg) \\\\ ~~~~~~~~ = \frac{6\cdot7\cdot13}6 - 6\cdot7 + 3\cdot6 = \boxed{67}[/tex]

where we use the well-known sums,

[tex]\displaystyle \sum_{i=1}^n 1 = \underbrace{1 + 1 + \cdots + 1}_{n\,\rm times} = n[/tex]

[tex]\displaystyle \sum_{i=1}^n i = 1 + 2 + \cdots + n = \frac{n(n+1)}2[/tex]

[tex]\displaystyle \sum_{i=1}^n i^2 = 1 + 4 + \cdots + n^2 = \frac{n(n+1)(2n+1)}6[/tex]

Match the scenarios to their corresponding boundaries.

Answers

The correct choices based on the integers are: 1a, 2b, 3d, and 4c.

In the question, we are asked to match the scenarios to their corresponding boundaries.

miles traveled by a car in one hour: this can be non-negative numbers as the distance traveled by a car cannot be negative, but it is not infinitely possible, making the right option a. numbers between 0 and 70.average Celsius temperature in Antarctica: is mostly negative, and even if positive, very low. making the right option b. numbers between -100 and 20.amount of money owed on a car: this can be any non negative number without limit, making the right option d. no negative numbers.age when a baby takes their first step: as its an age it wont be a negative number, and its a baby age so it will be very small, making the right option, c. no negative numbers and positive numbers less that 2.

Thus, the correct choices based on the integers are: 1a, 2b, 3d, and 4c.

Learn more about integers at

https://brainly.com/question/12399107

#SPJ1

With tax included, a couch costs $315. What does the couch cost before tax?

Answers

The $315 cost of the couch after tax, gives the cost before tax, C, as the following equation;

[tex]Cost \: before \: tax, \: \: \mathbf {C} = \frac{315}{1 + t} [/tex]

How can the cost before tax be expressed?

The cost of the couch with tax = $315

Let, t, represent the tax rate, and let C, represent the cost before tax, we have;

315 = C + C × t

315 = C × (1 + t)

Which gives;

The cost of the couch before tax, C = 315/(1 + t)

Mathematically, we have the following equation;

[tex]Cost \: before \: tax, \: \: \mathbf {C} = \frac{315}{1 + t} [/tex]

Learn more about writing, and analyzing equations here:

https://brainly.com/question/7187454

#SPJ1

What is the equation of the line that passes through (4, -1) and (-2, 3)?

a.) 2 x + 3 y - 5 = 0
b.) -2 x + 3 y - 5 = 0
c.) 2 x - 3 y - 5 = 0

Answers

Answer:

a

Step-by-step explanation:

the equation of a line in slope- intercept form is

y = mx + c ( m is the slope and c the y- intercept )

calculate m using the slope formula

m = [tex]\frac{y_{2}-y_{1} }{x_{2}-x_{1} }[/tex]

with (x₁, y₁ ) = (4, - 1 ) and (x₂, y₂ ) = (- 2, 3 )

m = [tex]\frac{3-(-1)}{-2-4}[/tex] = [tex]\frac{3+1}{-6}[/tex] = [tex]\frac{4}{-6}[/tex] = - [tex]\frac{2}{3}[/tex] , then

y = - [tex]\frac{2}{3}[/tex] x + c ← is the partial equation

to find c substitute either of the 2 points into the partial equation

using (- 2, 3 ) , then

3 = [tex]\frac{4}{3}[/tex] + c ⇒ c = 3 - [tex]\frac{4}{3}[/tex] = [tex]\frac{5}{3}[/tex]

y = - [tex]\frac{2}{3}[/tex] x + [tex]\frac{5}{3}[/tex] ← in slope- intercept form

multiply through by 3 to clear the fractions

3y = - 2x + 5 ( subtract - 2x + 5 from both sides )

2x + 3y - 5 = 0 ← in general form

Sketch The Graphs:

y = -1/3x -2

Answers

Answer:

Step-by-step explanation:

The graph of the straight line [tex]y = -\frac{1}{3}x -2[/tex] is plotted. The graph is shown below.

A straight line is of the form y = mx + c, where m is the slope and c is the y-intercept.

To plot the given straight line [tex]y = -\frac{1}{3}x -2[/tex], follow the following steps:

Step 1: Substitute x = 0 in the given equation to obtain the point where the line intersects the y-axis.

y = 0 - 2

y = -2

The point at the y-axis is (0, -2).

Step 2: Substitute y = 0 in the given equation to obtain the point where the line intersects the x-axis.

[tex]0 = -\frac{1}{3}x -2\\x = -6[/tex]

The point at the x-axis is (-6, 0).

Step 3: Draw a straight line passing through both points.

Thus, the straight line [tex]y = -\frac{1}{3}x -2[/tex] is plotted.

Learn more about Straight Line here;

https://brainly.com/question/31693341

#SPJ3

Hey can someone help me with this?

Answers

Answer:

Step-by-step explanation:

A. a = $1350 b. b= 89%

B. 1350(.89)^t = 675

    t = 5.9 years

Which number has a repeating decimal form?

A. sqrt{15
B. 11/25
C. 3/20
D. 2/6

Answers

Answer:

D It repeats

Step-by-step explanation:

square root of 15 is 3.87298334621

11/25= 0.44

3/20=.6

D = 0.33333333333

On a coordinate plane, triangle D E F has points (negative 8, 8), (10, negative 2), and (negative 8, negative 8).

Find the area of the triangle DEF.

Area = square units

Answers

Answer: 144

Step-by-step explanation:

The length of DF is 16.

The horizontal distance from DF to E is 18.

So, the area is [tex]\frac{1}{2}(16)(18)=144[/tex]

The area of the triangle DEF is approximately equal to 144.014 square units.

How to find the area of a triangle by Heron's formula

Triangles can be generated on a Cartesian plane by marking three non-colinear points on there. Heron's formula offers the possibility of calculating the area of a triangle by only using the lengths of its three sides, whose formula is now introduced:

A = √ [s · (s - DE) · (s - EF) · (s - DF)]     (1)

s = (DE + EF + DF) / 2     (2)

Where s is the semiperimeter of the triangle.

First, we determine the lengths of the sides DE, EF and DF by Pythagorean theorem:

Side DE

DE = √ [[10 - (- 8)]² + (- 2 - 8)²]

DE ≈ 20.591

Side EF

EF = √ [(- 8 - 10)² + [- 8 - (- 2)]²]

EF ≈ 18.974

Side DF

DF = √[[- 8 - (- 8)]² + (- 8 - 8)²]

DF = 16

Then, the area of the triangle DEF is by Heron's formula:

s = (16 + 18.974 + 20.591) / 2

s = 27.783

A = √[27.783 · (27.783 - 20.591) · (27.783 - 18.974) · (27.783 - 16)]

A ≈ 144.014

The area of the triangle DEF is approximately equal to 144.014 square units.

To learn more on Heron's formula: https://brainly.com/question/15188806

#SPJ1

The volume of a cone is 1,782 cubic centimeters. a cylinder has the same radius and height as the cone. what is the volume of the cylinder?

Answers

The volume of the cylinder that has same height and radius with the given cone is 5,346 cm³

What are the 3-D figure?

Pyramids and prisms are examples of three-dimensional shapes, as are shapes with curved surfaces. The three-dimensional prism shape has two bases that are parallel and congruent. Any polygon is acceptable for the bases, which are two of the faces. Rectangles make up the remaining faces.

What is the Volume of a Cylinder?

Given that the cylinder and the cone have the same radius and height, the volume of a cylinder equals 3 times the volume of a cone.

According to the given figure:

Given, a cone that has a volume of 1,782 cubic cm, has the same radius and height with a cylinder,

therefore,

Volume of the cylinder = 3 x (1,782)

Volume of the cylinder = 5,346 cubic centimeters

Hence,  the volume of the cylinder is 5,346 cubic centimeter.

To know more about 3-D figure visit:

https://brainly.com/question/21697727

#SPJ4

Jarred sells DVDs. His inventory shows that he has a total of 3,500 DVDs. He has 2,342 more contemporary titles than classic titles. Let x represent the number of contemporary titles and y represent the number of classic titles. The system of equations models the given information for both types of DVDs.

x + y = 3,500

x – y = 2,342

Solve the system of equations. How many contemporary titles does Jarred have?

Answers

The number of contemporary titles and classic titles in Jarred DVDs collection is 2,921 and 579 respectively.

Simultaneous equation

Simultaneous equation is an equation which involves the solving for two unknown values at the same time.

number of contemporary titles = xnumber of classic titles = y

x + y = 3,500

x – y = 2,342

Add both be equation

x + x = 3,500 + 2,342

2x = 5,842

x = 5,842 ÷ 2

x = 2,921

Substitute x = 2,921 into

x – y = 2,342

2,921 - y = 2, 342

-y = 2,342 - 2,921

-y = -579

y = 579

Therefore, the number of contemporary titles and classic titles in Jarred DVDs collection is 2,921 and 579 respectively.

Learn more about simultaneous equation:

https://brainly.com/question/17127685

#SPJ1

distance between −42 and −78

Answers

Answer:

36 units

Step-by-step explanation:

to find the distance take the absolute value of the difference, that is

| - 42 - (- 78) | = | - 42 + 78 | = | 36 | = 36

or

| - 78 - (- 42) | = | - 78 + 42 | = | - 36 | = 36

Answer:

-36

Step-by-step explanation:

-78 - (-42)

= -78 + 42

= -36

Quick algebra 1 question for 10 points!

Only answer if you know the answer, quick shout-out to tariqareesha2 and MrBrainly, tysm for the help!

Answers

Answer:

B {3/2, -5/3}

Step-by-step explanation:

6x² + x - 15 = 0

6x² + 10x - 9x - 15 = 0

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

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

3x + 5 = 0  or  2x - 3 = 0

3x = -5  or  2x = 3

x = -5/3  or  x = 3/2

Answer: B {3/2, -5/3}

Answer:

[tex]\left\{\dfrac{3}{2},\ -\dfrac{5}{3}\right\}[/tex]

Step-by-step explanation:

Given quadratic equation: [tex]6x^2+x-15=0[/tex]

[tex]\implies a=\textsf{6},b=\textsf{1},c=\textsf{-15}[/tex]

..................................................................................................................................................

[tex]{\large \textsf{ Quadratic Formula: }}x=\dfrac{-b\pm \sqrt{b^2-4ac}}{2a}\ \Bigg{\|}\ \textsf{when }ax^2+bx+c=0[/tex]

..................................................................................................................................................

Step 1: Substitute the given values into the formula and simplify.

[tex]\implies x=\dfrac{-{(\textsf1})\pm \sqrt{\textsf{(1)}^2-4(\textsf{6}){(\textsf{-15})}}}{2{(\textsf{6})}}[/tex]

[tex]\implies x=\dfrac{-1\pm \sqrt{1-4(-90)}}{12}[/tex]

[tex]\implies x=\dfrac{-1\pm \sqrt{1+360}}{12}[/tex]

[tex]\implies x=\dfrac{-1\pm \sqrt{361}}{12}[/tex]

[tex]\implies x=\dfrac{-1\pm 19}{12}[/tex]

Step 2: Separate into two cases.

[tex]x_1=\dfrac{-1+19}{2}[/tex]

[tex]x_2=\dfrac{-1-19}{2}[/tex]

Step 3: Solve both cases.

[tex]\implies x_1=\dfrac{-1+19}{12}=\dfrac{18}{12}=\dfrac{6\times3}{6\times2}=\boxed{\dfrac{3}{2}}[/tex]

[tex]\implies x_2=\dfrac{-1-19}{12}=\dfrac{-20}{12}=\dfrac{-4\times5}{4\times3}=\boxed{-\dfrac{5}{3}}[/tex]

The solutions to this quadratic are: [tex]x_1=\dfrac{3}{2},\ x_2=-\dfrac{5}{3}[/tex]

..................................................................................................................................................

Learn more about quadratic equations here:

https://brainly.com/question/28123532

https://brainly.com/question/28063094

Quick algebra 1 question for 25 points!

Only answer if you know the answer, Tysm!

Answers

Answer:

d. 9

Step-by-step explanation:

y= 0.22x^2 - 1.76x +4.75

x is the time in months so we should replace x by 10

y = 0.22 (10)^2 - 1.76(10) + 4.75

0.22 (100) - 17.6 + 4.75

22 - 17.6 + 4.75

9.15

So the number of laptops that will be sold during month 10 is 9. (you can't have 0.15 of a computer)

Answer:

d. 9

Step-by-step explanation:

The equation: y = 0.22x^2 - 1.76x + 4.75

x: Time in months

y: Number of laptops sold

Since we need to predict the number of laptops that will be sold during month 10, we can replace the x with 10.

The new equation will be: y = 22 - 17.6 + 4.75

Then y will be 9.15

Since there cannot be 0.15 of a laptop, we round the number 9.15 to a whole number, which is 9.

D) 9 is our final answer to this question.

Other Questions
math related pls help In a print advertisement, items used to identify the sponsor of the ad, such as the company logo or usp, are referred to as. The inspiratory and expiratory flow sensors are reading a base flow of 5 l/min. the flow trigger is set to 2 l/min. the expiratory flow sensor must read what flow to trigger inspiration? Anil accidentally swallows a substance that activates the complement cascade in the absence of bound antibodies. this substance would:_______ What number is the height changing by each minute? Which of these molecules have all atoms lying in the same plane? a. cbr4 and nh3 b. pf5 c. nh3 and hcn d. so3 and hcn The purpose of ppe is to shield workers from physical and health workplace hazards. a. true b. false The agents responsibility to understand the local real estate market, know the clients specific needs and assist the client in evaluating the terms of an agreement is the duty of:_______ Which statements accurately describe how to determine the y-intercept and the slope from the graph below? On a coordinate plane, a line goes through points (0, negative 6) and (3, 0). To find the y-intercept, begin at the origin and move horizontally to the graphed line. To find the slope, use two ordered pairs on the line and substitute into the equation m = StartFraction y 2 minus y 1 Over x 2 minus x 1 EndFraction. To find the y-intercept, begin at the origin and move horizontally to the graphed line. To find the slope, use two ordered pairs on the line and substitute into the equation m = StartFraction x 2 minus x 1 Over y 2 minus y 1 EndFraction. To find the y-intercept, begin at the origin and move vertically to the graphed line. To find the slope, use two ordered pairs on the line and substitute into the equation m = StartFraction y 2 minus y 1 Over x 2 minus x 1 EndFraction. To find the y-intercept, begin at the origin and move vertically to the graphed line. To find the slope, use two ordered pairs on the line and substitute into the equation m = StartFraction x 2 minus x 1 Over y 2 minus y 1 EndFraction. Find the rectangular coordinates of the point with spherical coordinates (rho,,) : (4,6,23) Pls help me,this is Canadian MO 1998 question,i'm very confuse with this The experimental phase of avant-garde cinema of the 1920s grew out of ___________ as developed by Picasso and Braque before World War I. The duty of confidentiality survives agency unless the former client is found guilty of fraud or ______. Unset starred question it will help another client. the former client has moved out-of-state. the information is known from other sources. the transaction has closed. Cyclical unemployment is unemployment resulting from fluctuations in economic activity.a. True b.False You are approaching an intersection and are preparing to turn right with a green light. You should slow down, signal your turn and The effectiveness of nuclear deterrence rests largely on the credibility of threats to impose unacceptable military, economic, and human costs on a target. True or false?. How can i find Air velocity?????????????? Does eustace have any opinions as to how girls should be treated? (voyage of the dawn treader) what role did nightangle play at scutari hospital in turkey Which type of feminism believes that women bear and rear the next generation of workers at zero cost to the capitalist class who will then produce profits for the capitalist system?