Sangeeta divide R 40000 between her two daughterRimmy and Simmi in the ratio 3:5 Find the hare of each daughter

Answers

Answer 1

share of rimmy and simmi is rs15000 and rs25000.

this question is of ratio and proportion, and the solution is as follows,

total amount = rs 40000

Rimmy and Simmi in the ratio = 3:5

sum of shares= 3+ 5 = 8.

so,

share of Rimmy is = 3/8 X 40000

= 120000/8

= 15000

share of simmi is = 5/8 X 40000

= 200000/8

= 25000

so the share of rimmy and simmi is rs15000 and rs25000.

Learn more about ratios here :-

https://brainly.com/question/13419413

#SPJ4


Related Questions

need help with this screenshot

Answers

The quadratic equation in vertex form is y = -(x - h)² + k

The parabola passed through points (-1, -3), (0, 0), (1, 1), (2, 0) and so on

How to write the equation of parabola in vertex form

For a vertical parabola, the vertex form of the equation is written as

y = a(x - h)² + k    

where:

a = 1/4p

h and k are points of the vertex = v(h, k)

The vertex

v (h, k) = (1, 1)

h = 1

k = 1

y = a(x - 1)² + 1  

using point (0, 0)

0 = a(0 - 1)² + 1

-1 = a

hence a = -1  

the equation is written as y = -(x - h)² + k  

The points the graph passed is read from the graph to be

(-1, -3), (0, 0), (1, 1), (2, 0) and so on

Learn more about vertex of quadratic equations at:

https://brainly.com/question/29244327

#SPJ1

A hockey team scored the following number of goals in their last 5 games:

2,3,5, 3,2

Which is the mean absolute deviation of the number of goals?

Hurry pls

Answers

The mean absolute deviation of the number of goals is 0.8 goals

What is Mean Absolute Deviation ?

The average distance between each data value and the mean is known as the mean absolute deviation (MAD) of a data collection. A measure of variance in a data collection is the mean absolute deviation. We may determine how "spread out" the values in a data collection are by looking at the mean absolute deviation.

The average distance between data points and a center point is referred to as mean absolute deviation. N is the number of words in the sample, where xi is the sample's individual value and x is the sample's mean or average.

Enter the numbers in the provided input box, separated by commas.To determine the mean absolute deviation for a set of data, click the "Calculate" button.To obtain the mean absolute deviation for the various figures, click the "Reset" option to clear the fields.

The mean of the goals scored is = (2+3+5+3 +2)/5 = 3

The Mean Absolute Deviation is = [tex]\frac{1}{5}\{|(2-3)| + |(3-3)| + |(5-3)| + |(3-3)| + |(2-3)|}\}\\[/tex] = 4/5 = 0.8

To learn more about Mean Absolute Deviation refer to :

https://brainly.com/question/13269532

#SPJ4

What is the degree of the polynomial of 5x²y 8xy² 9?

Answers

The polynomial is a mathematical expression containing variables and coefficients and can be written as a sum of terms of various degrees. In this case, the polynomial is composed of three terms of varying degrees: 5x²y, 8xy² and 9. The degree of this polynomial is the highest degree of the terms, which is 4.

1. Identify the terms of the polynomial: 5x²y, 8xy² and 9

2. Identify the degree of each term: 5x²y has degree 3, 8xy² has degree 4 and 9 has degree 0

3. Determine the highest degree among the terms: The highest degree is 4

4. The degree of the polynomial is then the highest degree among the terms, which is 4.

A polynomial is a mathematical expression consisting of variables and coefficients and can be written as a sum of terms of varying degrees. In this case, the polynomial consists of three terms: 5x²y, 8xy² and 9. To determine the degree of the polynomial, we must first identify the degree of each term. The term 5x²y has degree 3, the term 8xy² has degree 4 and the term 9 has degree 0. The degree of the polynomial is then the highest degree among the terms, which is 4. This means that the polynomial has a degree of 4, as the highest degree among its terms is 4. The degree of a polynomial is an important factor in solving equations and other mathematical problems, as it can determine the complexity of the equation.

Learn more about polynomial here

https://brainly.com/question/11536910

#SPJ4

Find the centre focus,vertex,directrix and axis of each parabola and sketch the graph? (x-1)² = y+2​

Answers

Answer:

Step-by-step explanation:

The equation for a parabola is of the form y = ax^2 + bx + c, where a, b, and c are constants. The graph of a parabola is a U-shaped curve that is symmetrical about a line called the axis of symmetry.

In the equation (x-1)^2 = y+2, we can rewrite it as y = (x-1)^2 - 2. This is the standard form of a parabola with a = 1, b = 0, and c = -2.

The vertex of the parabola is the point on the graph where the parabola reaches its highest or lowest point. For a parabola in standard form, the vertex is always of the form (h,k), where h and k are the values of x and y, respectively, at the vertex. The vertex of this parabola is (1,-2).

The axis of symmetry of the parabola is a line that divides the parabola into two mirror images. For a parabola in standard form, the axis of symmetry is always the line x = h, where h is the value of x at the vertex. The axis of symmetry of this parabola is the line x = 1.

The directrix of a parabola is a line that is used to define the parabola. For a parabola in standard form, the directrix is always the line y = k + p, where k and p are constants and p is the distance from the vertex to the directrix. The directrix of this parabola is the line y = -2 + p, where p is the distance from the vertex to the directrix.

The focus of a parabola is a point on the axis of symmetry that is used to define the parabola. For a parabola in standard form, the focus is always the point F(h,k+p), where h and k are the values of x and y, respectively, at the vertex, and p is the distance from the vertex to the directrix. The focus of this parabola is F(1,-2+p), where p is the distance from the vertex to the directrix.

To sketch the graph of this parabola, we can start by plotting the vertex at (1,-2). Then we can draw the axis of symmetry, which is the line x = 1. Next, we can choose a value for p and draw the directrix y = -2 + p. Finally, we can use the vertex and focus to plot points on either side of the axis of symmetry, and connect these points to form the U-shaped curve of the parabola.

[asy]

unit size(1cm);

real p = 1.5;

pair F, V;

F = (1,-2+p);

V = (1,-2);

draw((-2,0)--(4,0));

draw((0,-4)--(0,4));

draw((-2,V.y)--(4,V.y),dashed);

draw((F.x,p)--(F.x,-4),dashed);

label("$x$", (4,0), E);

label("$y$", (0,4), N);

label("$y = (x - 1)^2 - 2$", (4,-3), E);

a dot("$F$", F, NW);

a dot("$V$", V, S);

label

A town has a population of 4000 and grows at 2% every year. To the nearest year, how long will it be until the population will reach 4500?

Answers

Answer:  6 years

=========================================================

Work Shown:

x = number of years

y = population

y = 4000*1.02^x

4500 = 4000*1.02^x

4500/4000 = 1.02^x

1.125 = 1.02^x

log(1.125) = log(1.02^x)

log(1.125) = x*log(1.02)

x = log(1.125)/log(1.02)

x = 5.94784893412128

Rounding to the nearest year, it takes about 6 years for the population to reach 4500 people.

---------------

Check:

Plug in x = 5

y = 4000*1.02^x

y = 4000*1.02^5

y = 4416.3232128

y = 4416

We come up a bit short. Now try x = 6

y = 4000*1.02^x

y = 4000*1.02^6

y = 4504.649677056

y = 4505

We go a bit over the target, but it's better to go over rather than come up short.

This confirms the answer is approximately 6 years.

lamar bought v vanilla cupcakes and 8 chocolate cupcakes for the party write an expression that shows how many cupcakes lamar bought in all

Answers

Answer:

8 + v

Step-by-step explanation:

assuming Lamar didn't buy any other cupcakes outside of the chocolate and vanilla ones mentioned, the expression that gives you the total amount of cupcakes bought for the party is 8 + v. since you don't know the number of vanilla cupcakes Lamar bought, it is represented as the variable v in this problem. Then just add 8 and the variable v together. hope this helped :]

A certain United States flag has a perimeter of 58 feet. The length of the flag is 9 feet longer

than the width. What are the dimensions of the flag?

Answers

The dimensions of the flag are:

length = 19 feet and width = 10 feet

Let 'l' be the length of the flag and 'w' be the width of the flag.

The length of the flag is 9 feet longer than the width.

So, we get an equation

l = 9 + w                ............(1)

The flag has a perimeter of 58 feet.

We know that the formula for the perimeter of rectangle:

P = 2(l + w)             ..............(2)

Here, P = 58 feet

Substitute the value of P in equation (2)

58 = 2(l + w)                

29 = (9 + w) + w                      ..........(from (1))

29 - 9 = 2w

2w = 20

w = 10

Substitute this value in equation (1),

l = 9 + 10

l = 19 feet

Therefore, length = 19 ft and width = 10 ft

Learn more about the perimeter of rectangle here:

https://brainly.com/question/29595517

#SPJ4

Because milk tea is flourishing in their town, Mathilda decided to sell Wintermelon milk tea (WMT) powder at Php 1 per gram and Okinawa milk tea (OMT) powder at Php 2 per gram. To increase her profit, she plans to mix the two milk tea powders. How much OMT should she mix with 300 grams of WMT so that she can sell the resulting mixture at Php 1.80 per gram?​

Answers

So, Mathilda should mix 600 grams of OMT with 300 grams of WMT to sell the resulting mixture at Php 1.80 per gram.

Define the unitary method.

The unitary approach involves calculating the value of a single unit, from which we may calculate the values of the necessary number of units.

The unitary method's formula is to identify the value of a single unit, then multiply that value by the number of units to obtain the required value.

What is a unit?

A unit is a quantity with a fixed magnitude that is used to gauge the sizes of other quantities that behave similarly.

The terms millimeter (mm), centimeter (cm), meter (m), and kilometer (km) are used to describe length (km). The weight is measured in kilograms (kg) and grams (g). Milliliter (ml) and liter are used to measure volume (L).

Let x be the amount of OMT powder in grams. We know that the total amount of powder in the mixture is x + 300 grams since Mathilda is mixing x grams of OMT with 300 grams of WMT.

(x * Php 2 + 300 * Php 1) / (x + 300) = Php 1.80

Solving for x, we can get the amount of OMT powder in grams:

x = (300 * Php 1.80 - 300 * Php 1) / (Php 2 - Php 1.80) = 300 * (Php 1.80 - Php 1) / (Php 2 - Php 1.80) = 600

To know more about Ratios and proportions visit: https://brainly.com/question/29774220

#SPJ1

What is the greatest possible quotient of any two distinct members of the set $\left\{\frac{2}{5}, \frac{1}{2},5,10\right\}$? Specifically, we wish to maximize $\frac{x}{y}$, where $x$ and $y$ are chosen from the previous set.

Answers

The greatest possible quotient of any two distinct members of the set; { 2 / 5, 1 / 2, 5, 10 } as required is; 25.

What is the maximum possible quotient of any pair of numbers from the set?

It follows from the task content that the set from which the two numbers whose quotient is to be maximised is; { 2 / 5, 1 / 2, 5, 10 }.

On this note, since the quotient which is to be maximised is hypothetically; x / y;

To maximize the result of the quotient; it follows that the numerator, x must be as great as possible and the denominator, y must be as less as possible.

On this note, since the maximum number in the set is 10 and the minimum is 2 / 5; we have that;

10 / (2 / 5)

= ( 10 × 5 ) / 2

= 25.

Ultimately, the greatest possible quotient as required is; 25.

Read more on quotient of two numbers;

https://brainly.com/question/17443983

#SPJ1

Is a solution of pair of equations 3x 2y 4 and 2x y 5?

Answers

The solution of this pair of equations is (2, 3).

To solve this pair of equations, we can use the substitution method.

First, we solve the first equation for y:

3x + 2y = 4

2y = 4 - 3x

y = (4 - 3x) / 2

Next, we substitute this expression for y in the second equation:

2x + (4 - 3x) / 2 = 5

2x + 2 - 3x = 10

-x = 8

x = -8

Finally, we substitute this value for x in the expression for y to find the value of y:

y = (4 - 3(-8)) / 2

y = (4 + 24) / 2

y = 28 / 2

y = 14

Therefore, the solution of this pair of equations is (x, y) = (-8, 14).

Learn more about pair of equations here:

https://brainly.com/question/8307359

#SPJ4

6x + 11= 21 tape diagram

Answers

Answer:

x = 5/3

Step-by-step explanation:

6x + 11 = 21

6x = 10

x = 10/6

x = 5/3

Let's check

6(5/3) + 11 = 21

30/3 + 11 = 21

10 + 11 = 21

21 = 21

So, x = 5/3 is correct!

567854+98723=?

Let's see who knows the correct answer

Answers

Answer: 666,577

Explanation:

the function f(x)=80(0.5)^ represents the distance after a pendulum begins swinging,where x is the number of swings

Answers

It looks like there may be a typo in the function you provided. It appears that you meant to write "f(x) = 80(0.5)^x", which would represent the distance after a pendulum begins swinging, where x is the number of swings.

This function indicates that the distance traveled by the pendulum decreases by half with each swing. For example, after the first swing, the distance traveled would be 80(0.5)^1 = 40 units. After the second swing, the distance traveled would be 80(0.5)^2 = 20 units. And so on.

The exponent x in the function represents the number of swings, so the distance traveled by the pendulum can be calculated by plugging in the desired value of x into the function. For example, to calculate the distance traveled after 10 swings, we can plug in x = 10:

f(10) = 80(0.5)^10 = 0.390625 units

This indicates that the pendulum has traveled a distance of approximately 0.39 units after 10 swings.

What is the result of adding the system of equations 2x y 4 3x y 6?

Answers

The addition of terms [tex]2x+y^4[/tex] and [tex]3x+y^6[/tex] will be [tex]5x+y^4+y^6[/tex]

A polynomial is an equation made up of variables, constants, and exponents that are mixed using mathematical operations including addition, subtraction, multiplication, and division (No division operation by a variable).

Simply add the coefficients of each phrase to add polynomials.

You may remove polynomials by subtracting the coefficients.

To add polynomials, just combine any like terms.

Step 1: Arrange each polynomial in decreasing order of degree, starting with the term with the highest degree.

Step 2: Sort the words that are similar. Similar phrases have the same variables and exponents.

So, the addition of terms [tex]2x+y^4[/tex] and [tex]3x+y^6[/tex] will be (2x+3x) (As here both are only the like terms, so they will be added together)

So, the sum will be: [tex]5x+y^4+y^6[/tex]

For more questions on Addition of polynomials:

https://brainly.com/question/4420925

#SPJ4

The correct question should be:

What is the result of adding the system of equations:

[tex]2x+y^4[/tex] and [tex]3x+y^6[/tex]

Is x2 16 a perfect square trinomial?

Answers

No, x2 16 is not a perfect square trinomial.

What is perfect squares?

Perfect squares are numbers that are the product of a number multiplied by itself. Examples of perfect squares include 4 (2 x 2), 9 (3 x 3), 16 (4 x 4), 25 (5 x 5), 36 (6 x 6), 49 (7 x 7), and 64 (8 x 8). Perfect squares are also referred to as "square numbers" or "whole-number squares."

A perfect square trinomial is a polynomial of the form a2+2ab+b2, where a and b are constants. This trinomial does not have the same pattern of constant coefficients. It is simply the product of two linear expressions, x2 and 16.

To know more about perfect squares click-
https://brainly.com/question/27307830
#SPJ4

Solve the following system of equations. Enter the y-coordinate of the

solution. Round your answer to the nearest tenth.

5x+2y=21

- 21+ 6v=-34

Answers

To find the y-coordinate of the solution, we can substitute in this value for y and round it to the nearest tenth: y = -2.2

What exactly does a coordinate system mean?

system of coordinates, Arrangement of reference lines or curves for locating points in space The Cartesian (named for René Descartes) system is the most popular one in two dimensions.

To solve for y in the equation 5x + 2y = 21, we can start by isolating y on one side of the equation. To do this, we can subtract 5x from both sides of the equation:

5x + 2y = 21

5x - 5x + 2y = 21 - 5x

2y = 21 - 5x

To solve for y, we can then divide both sides of the equation by 2:

2y = 21 - 5x

y = (21 - 5x) / 2

To solve for y in the equation -21 + 6y = -34, we can start by isolating y on one side of the equation. To do this, we can add 21 to both sides of the equation:

-21 + 6y = -34

-21 + 21 + 6y = -34 + 21

6y = -13

To solve for y, we can then divide both sides of the equation by 6:

6y = -13

y = -13/6

y = -2.1666666666666665

To find the y-coordinate of the solution, we can substitute in this value for y and round it to the nearest tenth:

y = -2.2

So, the y-coordinate of the solution is -2.2.

To know more about Quadrant visit:

https://brainly.com/question/27749090

#SPJ1

How do you find the 3rd side of a triangle?

Answers

Answer:

a2 = b2 + c2 2bc cos(0)

Step-by-step explanation:

Joe the hiker decided to take a rest at the gas station before Kingston. While sitting at the picnic table, he noticed that there were many cars in the parking area. There were three times more silver colour cars than red cars. There were 2 more blue cars than red and silver cars together. There were twice more white cars than red. Joe counted 42 cars altogether in the parking lot.

How many white cars were there?
how many blue cars were ther?
how many red cars were there?
how many silvers were there

Answers

There are 7 white cars, 16 blue cars,  14 red cars and 5 silver cars.

What is Equation?

Two or more expressions with an Equal sign is called as Equation.

Let w represents white cars

b represent blue carr

r represents red cars

s represents silver cars

There were three times more silver colour cars than red cars

3s=r...(1)

There were 2 more blue cars than red and silver cars together

b+2=r+s..(2)

There were twice more white cars than red.

2w=r..(3)

42 cars altogether in the parking lot.

w+b+r+s=42

After solving the above equation we get

s=5, b=16, w=7 and r=14

Hence, there are 7 white cars, there are 16 blue cars, there are 14 red cars and 5 silver cars.

To learn more on Equation:

https://brainly.com/question/10413253

#SPJ1

A rigid body exists in an n-dimensional space. How many coordinates are needed to specify the position and orientation of this body in this space

Answers

The number of coordinates needed to specify the position and orientation of a rigid body in an n-dimensional space is n.

A rigid body is an object that maintains its shape and size while in motion. In order to specify the position and orientation of a rigid body in an n-dimensional space, we need to know its coordinates in each of the n dimensions. The coordinates describe the location of the body in the space and the orientation of the body relative to the space's coordinate system. Thus, n coordinates are required to fully specify the position and orientation of a rigid body in an n-dimensional space.

However, it is important to note that if the rigid body is placed in a space that's non-Euclidean, other parameters could be necessary to fully describe the rigid body position and orientation.

To know more on rigid body

https://brainly.com/question/30192855

#SPJ4

If both pairs of opposite sides of a quadrilateral are congruent, then the quadrilateral is a Question 18 options: A) kite. B) trapezoid. C) hexagon. D) parallelogram.

Answers

If both pairs of opposite sides of a quadrilateral are congruent, then the quadrilateral is a parallelogram.

Option (d) is the correct choice.

A parallelogram is a straightforward quadrilateral with two sets of parallel sides in Euclidean geometry. A parallelogram's facing or opposing sides are of equal length, and its opposing angles are of similar size.

A parallelogram has the following qualities:

The opposing sides are equally spaced and parallel.

Angles on either side are equal.

The following or neighboring angles are supplemental.

All of the angles will be at right angles if any one of them is a right angle.

The two diagonals cut across one another.

For more questions on Parallelogram

https://brainly.com/question/3050890

#SPJ4

Write the coordinates of the vertices after a rotation 90 degrees counterclockwise around the origin.

Answers

Answer: J' (8, -9); K' (8, -2); L' (3, -2); M' (3, -9)

Step-by-step explanation:

A rotation of 90 degrees counterclockwise is (x, y) -> (-y, x), so

J (-9, -8) -> J' (8, -9)

First, you take negative 8 (y) of J and make it positive 8 for the x of J'. Then, take -9 (y) of J and switch it to x of J'.

You repeat this process for the rest of the points. X switches to Y with the opposite sign and Y switches to X but stays the same.

K (-2, -8) -> K' (8, -2)

L (-2, -3) -> (3, -2)

M (-9, -3) -> (3, -9)

what is the coefficient for x in 8+ x/2 ​

Answers

Answer: x= 8+ x over 2 = x over 2 + 8

Step-by-step explanation:

The continuous random variable N has a normal distribution with mean 7.5 and standard deviation 2.5. For which of the following is the probability equal to 0 ?
(A) P(N = 8) (B) P(N > 8) (C) P(N < 8) (D) P(7 < N < 8) (E) P(N < 7) or P(N > 8)

Answers

The probability for all five answers is greater than 0.

The normal distribution is a type of continuous probability distribution, and probability can never equal 0 for a continuous distribution. The probability of a particular value (in this case, 8) is the area under the normal curve at that point. Since the area under a continuous distribution is always greater than 0, the probability of a specific value (A) is not 0.

The probability of a range of values (D) is calculated by subtracting the area under the normal curve to the left of the lower value, from the area under the normal curve to the right of the higher value. This calculation would produce a value greater than 0.

The probability of values greater than a given number (B) is calculated by subtracting the area under the normal curve to the left of the given number, from the area under the normal curve to the right of the given number. This calculation would produce a value greater than 0.

The probability of values less than a given number (C) is calculated by subtracting the area under the normal curve to the right of the given number, from the area under the normal curve to the left of the given number. This calculation would produce a value greater than 0.

Finally, the probability of values less than one number or greater than another number (E) is calculated by subtracting the area under the normal curve to the left of the lower number, from the area under the normal curve to the right of the higher number. Again, this calculation would produce a value greater than 0.

Learn more about probability here:

https://brainly.com/question/30034780

#SPJ4

Is 2 a happy number?

Answers

No, 2 is not a  happy number because 2 can not become 1 after a series of stages in which each step 2 is replaced by the sum of its squares

Let's try to first comprehend what numbers are.

An arithmetic value that is calculated and utilized to represent a quantity is called a number. Numeral symbols, such as "3" are used in writing to represent numbers. A number system is a methodical technique to express numbers using digits or other symbols. The numerical system is a helpful collection of numbers that illustrates the number's algebraic and mathematical structure. presents an example that is typical.

Happy numbers If a number leads to 1 after a series of stages in which each step's number is replaced by the sum of its squares, it is said to be happy. For example, if we start with a happy number and keep replacing it with the sum of its squares, we eventually reach 1.

So 2 is not a  happy number.

To know more about happy numbers here:

https://brainly.com/question/29889128

#SPJ4

Solve 345°=
Please help me ASAP
the due date of my assignment is tomorrow

Answers

The answer to ur question is 1

The endpoints of a line segment AB are (1, -6) and (5, -6). The equation of a line BC is

y=x-11. Is triangle ABC a right triangle? Justify your answer.

Answers

No, triangle ABC is not a right triangle. The equation of a line BC "y=x-11" is a line with slope of 1, which means it has an angle of 45 degrees with respect to the x-axis. The segment AB has a slope of 0, which means it is parallel to the x-axis. A right triangle's legs must be perpendicular, therefore a line with a slope of 1 and a line with a slope of 0 cannot be the legs of a right triangle.

A RIGHT TRIANGLE

A right triangle is a triangle in which one of the angles is 90 degrees. In order for a triangle to be a right triangle, the two sides (or legs) that form the 90-degree angle must be perpendicular to each other. Perpendicular lines have slopes that are negative reciprocals of each other.

In this case, the equation of the line segment AB is "y = -6", which means it is parallel to the x-axis. The slope of a line parallel to the x-axis is 0. On the other hand, the equation of the line BC is "y = x - 11", which means it has a slope of 1. A slope of 1 means that the line is at a 45 degree angle with respect to the x-axis.

Since the slopes of the two lines are not negative reciprocals of each other (0 and 1), the legs of the triangle cannot be perpendicular. Therefore, triangle ABC cannot be a right triangle.

Learn more about Right Triangle here:

https://brainly.com/question/29285631

#SPJ4

Find the value of x in the figure

Answers

Answer:

x=40º

Step-by-step explanation:

A straight line is 180º

180-40=140º

180-140=40º

x=40º

Hope this helps :)

Help please! Thank you

Answers

Answer:

the answer is z^2-9. Using the box method line up equation. Then multiple numbers outside of the box and put numbers inside. Lastly combine like terms.

Please help with this question I’m confused on it

PLEASE HELPP

Answers

A. Triangle ABC is similar to triangle DEF.

B. The value of x is 21.

What are similar triangles?

If two triangles have an equal number of corresponding sides and an equal number of corresponding angles, then they are comparable. Similar figures are items that feature more than two figures that are the same shape but different sizes.

Here, we have

Given a triangle and we have to show both triangles are similar.

A. ABC will be similar to DEF if two sides along with their corresponding angle of ABC is equal to two sides and their corresponding angle of DEF. ABC will be similar to DEF if the corresponding ratios of all sides of both triangles are equal to each other.

Hence, triangle ABC is similar to triangle DEF.

B. By the property of similar triangles,

= AB/DE = AC/DF

= 14/x = 10/15

x = 21.

Hence, the value of x is 21.

To learn more about a similar triangle from the given link

https://brainly.com/question/14285697

#SPJ1

How do you describe rational and irrational?

Answers

Rational and Irrational numbers can described as the number that can be expressed as [tex]\frac{p}{q}[/tex] are rational and which cannot be expressed are called as Irrational Numbers .

The Rational Numbers are defined as a number that can be represented in the form of [tex]\frac{p}{q}[/tex] where [tex]q\neq 0[/tex].

We can also , say that the fraction where the denominator and the numerator are integers and the denominator is not equal to zero are called as Rational Numbers .

For Example : [tex]\frac{2}{3} , \frac{4}{9}[/tex] represents a rational numbers .

The Irrational Numbers are defined as a real number that cannot be expressed as a ratio of integers .

For Example : [tex]\sqrt{2} , \sqrt{5}[/tex] represents a Irrational number .

Learn more about Rational and Irrational here

https://brainly.com/question/29005929

#SPJ4

Other Questions
Project stem 2.3 code practice question 2 In a solution of seawater, salt is which of these?A. soluteB. compoundC. solventD. mixture How do you find the area of a isosceles triangle without the height? Why is the US a mixed economy? One computer in a lab is programmed to back up data at the turn of the minute every five minutes. Another computer is programmed to back up data at the turn of the minute every two minutes. Find the number of times in twenty-four hours that the two computers back up data at the same time.(Assume that the computers do not back up at the start of the 24-hour period.) which of the following is an explanation for the apparebtbincrease in the rate that the universe is expanding?a. hadronsb. dark energyc. CMB radiationd. dark matter please tell me how to solve!! Two pendulums have the same dimensions (length L) and total mass 1m2. Pendulum A is a very small ball swinging at the end of a uniform massless bar. In pendulum B, half the mass is in the ball and half is in the uniform bar. Find the period of each pendulum for small oscillations. Which one takes longer for a swing A PPC is curved becauseA. Some productive resources are better at certain tasks than otherresourcesB. There is a limited amount of productive resourcesC. Some goods are harder to make than other goods Businesses assess their information needs to determine the type of information that will help them deal with: A line passes through the point (4,-7) and has a slope of -1/2. Click show your work below and show work to write the equation of the line in point-slope form. Who is the Unravished bride why it is addressed as such? When you sign up for dance class you have a startup fee of $75 and then a monthly fee of $54.The dance company uses the expression 75 + 54m to find out how much it will cost to attend classes. How much would it cost to take classes for 10 month? intuit our radio station is running a show in which the songs are ordered in a specific way the last word of the title of one song must match the first word Wht is the missing part of 1/7 of ... 1/35 What is the difference of the first and third quartiles in 1. 96, 2. 09, 01. 79, 1. 61, 1. 75, 2. 11, and 1. 84 Mrs. Patel arrives at the imaging department as a trauma patient and has multiple fractures. The patient was medicated for pain in the emergency room before arriving at the imaging department. Halfway through the exams, Mrs. Patel begins to show signs of pain and is unable to hold still. You speak with the patient to inform her how much longer it will be before you are done and to assess the level of pain. The patient informs you that her pain is becoming unbearable and does not know if she will be able to hold still for the remainder of the procedures. What is the best action to handle this situation Types of weather how to change Weather - What was Stephen Douglas' position on slavery during his debates with Abraham Lincoln? Which saint is buried at Durham Cathedral?