system of measure that added prefixes to change the unit’s equivalence??​

Answers

Answer 1

Answer:

The metric system is an alternative system of measurement used in most countries, as well as in the United States. The metric system is based on joining one of a series of prefixes, including kilo-, hecto-, deka-, deci-, centi-, and milli-, with a base unit of measurement, such as meter, liter, or gram.


Related Questions

what is
3x - y= -1
y= -x +5

Answers

Answer:

\(x = \frac{y - 1}{3} \\ x = 5 - y\)

Step-by-step explanation:

\(1. \: 3x = - 1 + y \\ 2. \: 3x = y - 1 \\ 3. \: x = \frac{y - 1}{3} \\ \\ 1. \: y = 5 - x \\ 2. \: y - 5 = - x \\ 3. \: - y + 5 = x \\ 4. \: 5 - y = x \\ 5. \: x = 5 - y\)

7/4x+3 name using degree?

Answers

The polynomial 7/4x + 3 is a linear polynomial as its degree is 1

Degree is known as the highest power of the variable x in a given polynomial.

According to the degree,

If degree is 1 then the polynomial is called linear polynomial.

If degree is 2 the it is called quadratic polynomial.

If degree is 3 then it is called cubic polynomial and so on

In the given question the polynomial is 7/4x + 3. Here the degree of the polynomial is 1 that is the highest power of the variable x. Thus the polynomial will be linear polynomial.

Hence the polynomial 7/4x + 3 is linear polynomial.

Learn more about degree here  : https://brainly.com/question/16897387

#SPJ9

In the quadrilateral below, angles DAB and BCD are the same size. What is the size of angle DAB? A D 226° 38° B​

In the quadrilateral below, angles DAB and BCD are the same size. What is the size of angle DAB? A D

Answers

The size of angle DAB in the quadrilateral is 48°.

How to find the size of angle DAB?

The sum of the interior angles of a quadrilateral is 360°. We can say:

\(\angle \text{A} +\angle\text{B} + \angle\text{C} + \angle\text{D} = 360^\circ\)

\(\angle \text{A} +38^\circ + \angle\text{C} + 226^\circ = 360^\circ\)

\(\angle \text{A} + \angle\text{C} + 264^\circ = 360^\circ\)

\(\angle \text{A} + \angle\text{C} = 360^\circ- 264^\circ\)

\(\angle \text{A} + \angle\text{C} = 96\)

Since angles DAB and BCD are the same size. This implies ∠A  = ∠C. Thus:

\(\angle\text{A} + \angle\text{A} = 96\)

\(2\angle\text{A} = 96\)

\(\angle\text{A} = \dfrac{96}{2}\)

\(\angle\text{A} = 48^\circ\)

Therefore, the size of angle DAB is 48°.

Learn more about quadrilateral on:

https://brainly.com/question/32021364

You determine the percent abundance of
each length of nail and record it in the data
table below.
Sample
Type
Short nail
Medium nail
Long nail
Number Abundance
of Nails
(%)
67
18
10
70.5
19.0
10.5
Nail Length
(cm)
2.5
5.0
7.5
What is the weighted average length, in cm,
of a nail from the carpenter's box?
Weighted Ave Length
Enter

You determine the percent abundance ofeach length of nail and record it in the datatable below.SampleTypeShort

Answers

The weighted average length of a nail from the carpenter's box whose distribution is give in image is: 3.5cm.

What is weighted average ?

Weighted average is a type of average that takes into account the relative importance or weight of each data point. In a weighted average, each data point is multiplied by a corresponding weight, which reflects its relative importance, and the products are then summed and divided by the sum of the weights.

To find the weighted average length of a nail, we need to multiply each nail length by its percent abundance, then add up all the products and divide by the total percent abundance.

Let's start by calculating the product of each nail length and its percent abundance:

Short nail: (2.5 cm) x (70.5%) = 1.7625 cm

Medium nail: (5.0 cm) x (19%) = 0.95 cm

Long nail: (7.5 cm) x (10.5%) = 0.7875 cm

Now, we add up all the products:

1.7625 cm + 0.95 cm + 0.7875 cm = 3.5 cm

Finally, we divide by the total percent abundance:

70.5% + 19.0% + 10.5% = 100%

Therefore, the weighted average length of a nail from the carpenter's box is: 3.5 cm ÷ 100% = 3.5cm

To learn more about weighted average from the given link :

https://brainly.com/question/28419561

#SPJ1

For the following right triangle, find the side length x.

For the following right triangle, find the side length x.

Answers

You need to use phytagoreon theorem.
A2 + B2 = C2
So 12 2 (squared) + 35 2 (squared)= C2
C2 =144 + 1225= 1369
C = √1369= 37
X=37
I hope it’s right

Sorting algorithms no unread replies.no replies. we are using and interacting with sorting algorithms in every day life. in your chapter reading this week, you reviewed many sorting algorithms. find an example of a place in real, everyday life where you interact with, implement or use one of the sorting algorithms covered in chapter 3. for example, while playing cards you may have found yourself implementing the insertion sort algorithm (without knowing it). for this peer interaction, post your example of a place in real, everyday life where you interact with, implement or use one of the sorting algorithms. be sure to provide your us with enough information so that we will thoroughly understand your example and use of a sorting algorithm. once you have made your post, please respond to at least two of your classmates interacting and communicating on the sorting algorithm use in real world context.

Answers

A sorting algorithm is defined as an algorithm that sorts the elements of a list. The most commonly used sequences are numerical sequence and lexicographical sequence, ascending or descending.

A sorting algorithm is used to reorder an array or list of elements according to an element comparison operator. Comparison operators are used to define a new order of elements in that data structure. Consider example, The above list of characters is sorted in ascending order by their value. That is, characters with lower values are placed before characters with higher values. It is important in real life because it supports the development of the scientific concept that things can be owned and organized into distinct groups (e.g. creatures, cars, weather types, etc.). We will now discuss some real-world examples of using sorting algorithms.

1) Your phone's contact list is sorted. This means that your data is organized in this way so you can easily access the contacts you want from your phone. That is, "I ordered."

2) Paper sorting : Imagine a teacher sorting students' work alphabetically by student name. This type of operation is similar to the functionality of sorting algorithms such as bucket sort. Sorting is more efficient process.

3) Traffic lights : Traffic lights are a good example of how algorithms are used in the real world around us. Next time you get stuck in a car at a red light, think about the algorithm that traffic lights run." Most traffic lights don't automatically switch between green, yellow, and red. This algorithm is a well-established turn-by-turn algorithm that directs traffic correctly. It's in order (it may not seem that way when you're sitting at a red light).

To learn more about sorting algorithm, refer:

https://brainly.com/question/14698104

#SPJ4

Sorting algorithms no unread replies.no replies. we are using and interacting with sorting algorithms

According to a Pew Research Center report from 2012, the average commute time to work in California is 27.5 minutes. To investigate whether the small city she lives in has a different average, a California high school student surveys 45 people she knows (her teachers, her parents, and their friends and co-workers) and finds the average commute time for this sample to be 24.33 minutes with a standard deviation of 9.53 minutes. The data are not too skewed. The null and alternative hypotheses of her study are: H0 : µ = 27.5 versus Ha : µ 6= 27.5

Required:
a. Identify the observational units for this study.
b. Identify the variable of interest and state whether it is categorical or quantitative.
c. Identify (in words and using an appropriate symbol) the parameter of interest
d. Use the 2SD approach to find a 95% confidence interval for the parameter.
e. Interpret the interval from part d. in context.

Answers

The answer is maybe given if you please summarize the question some. Thanks!

Enter the number that belongs in the green box 7 4 8

Enter the number that belongs in the green box 7 4 8

Answers

Answer:

  61.03°

Step-by-step explanation:

You want the angle opposite the side of length 7 in the triangle with other sides of lengths 4 and 8.

Law of Cosines

The law of cosines relates the angles of a triangle to the side lengths. For triangle ABC with opposite sides a, b, c, the relation is ...

  c² = a² +b² -2ab·cos(C)

Application

Solving for angle C, we have ...

  cos(C) = (a² +b² -c²)/(2ab)

  C = arccos((a² +b² -c²)/(2ab))

In this triangle, that means ...

  C = arccos((4² +8² -7²)/(2·4·8)) = arccos(31/64)

  C ≈ 61.03°

The angle of interest is about 61.03°.

__

Additional comment

We get the same result from a triangle solver. See the second attachment. (The angle we want is angle B in that attachment.)

<95141404393>

Enter the number that belongs in the green box 7 4 8
Enter the number that belongs in the green box 7 4 8

Jordan wants to use the Starz princess hall, the Dynamic DJ's as his music And Roscoe's for his equipment. If Jordan has a total of $800 and wants the music to play for 4 hours, how many people can Jordan party?

Jordan wants to use the Starz princess hall, the Dynamic DJ's as his music And Roscoe's for his equipment.

Answers

The number of people that can attend Jordan's party would be; 50 people.

What is equation?

The equation that represents the total amount that would be spent at the party would be a linear equation. A linear equation increases at a constant rate.

The form of the linear equation will be;

The Total amount = rental fee + (charge per hour of the Dynamic DJ x number of hours he plays) + (cost per person of Roscoe's rentals x number of people)

Now substitute;

$800 = $400 + ($50 x 4) + ($4 x p)

$800 = $400 + $200 + 4p

$800 = $600 + 4p

$800 - $600 = 4p

$200 = 4p

p = $200 / $4

p = 50 people

Learn more about equations here;

https://brainly.com/question/25180086

#SPJ1

A triangle has sides of lengths 8, 15, and 17. Is it a right triangle? Explain.

Answers

Answer:

yes it does

17 is the longest side.

Iff  Iff 17%5E2+=+8%5E2+%2B+15%5E2 it's a right triangle.  it's a right triangle.

Ps "iff" means if and only if

hope it helps

if so please mark me  as brainliest

Somebody, please help me ASAP! I have 2 questions

1. Write, then simplify, an expression for the perimeter of the rectangle below.
3x | 6x +5

2. Write, then simplify, an expression for the perimeter of the figure below.
3x + 2 | x | 2x + 5 | 6x - 17

Please help!!!

Somebody, please help me ASAP! I have 2 questions1. Write, then simplify, an expression for the perimeter
Somebody, please help me ASAP! I have 2 questions1. Write, then simplify, an expression for the perimeter

Answers

Answer: for the first one, there is no picture i need a picture to solve it that's also for the second one.

Step-by-step explanation:

hope that helps

PLEASE HELP ILL GIVE BRAINLIEST AND 20 POINTS!!!!!

The 8th grade is holding a fundraiser to raise money for an end of the y ear party. They are selling T-shirts and Caps to raise money. They make $15 profit from each T-shirt and $5 profit from each hat. Their goal is to raise $900.

Part A: Write and equation that represent this situation.

Part B: Find 3 combinations of shirts and caps that will achieve their goal of raising $900.

A CORRECT ANSWER WILL HAVE 4 PARTS!​

Answers

For each t-shirt sold, which I'll call t, 8th grade makes $15.

For each hat sold, which I'll call h, 8th grades makes $5.

They want to raise $900

A: The equation to represent this situation is 15t+5h=900 because if 8th grade adds up all the profits from both hats and t-shirts, the goal is to make $900, so the total profit from shirts and hats should equal 900 dollars.

B: I'm just going to choose random numbers. Let's say nobody wanted to buy a hat from the 8th graders (h=0). You'd end up with

15t+5(0)=900

15t=900

t=60 - If they sold 0 hats they would have sold 60 shirts to raise $900

Now let's say it was the other way around - nobody wanted to buy t-shirts

15(0)=5h=900

5h=900

h=180 - If they sold 0 t-shirts they'd have to sell 180 hats to raise $900

Finally let's say they sold 30 t-shirts

15(30)+5h=900

450+5h=900

5h=450

h=90 - They'd have to sell 30 t-shirts and 90 hats to raise $900

consider the following line integral. c xy dx x2y3 dy, c is counterclockwise around the triangle with vertices (0, 0), (1, 0), and (1, 4)

Answers

The required value of the given integral \(\int\limits_C xydx+x^2y^3dy\) and vertices (0, 0), (1, 0), and (1, 4) by both direct and Green's theorem method is 20.  

The integral of a function over a line or curve is known as a line integral. First, we have to determine the limit of the integral using the given vertices.

\(\mathrm{C_1:(0,0)\;to\;(1,0): r_1(t)=ti\;\;\ 0 \geq t\geq1}\\\mathrm{C_2: (1,0)\;to\;(1,4): r_2 (t) = i+4tj\;\;\ 0 \geq t\geq1}\\\mathrm{C_3: (1,4)\;to\;(0,0):r_3 (t) = (1-t)i+(4-4t)j\;\;\; 0\geq t\geq1}\)

Then, the required direct line integral is,

\(\begin{aligned}\int\limits_C xydx+x^2y^3dy&=\int\limits^1_0 (t)(0)(1)+t^2(0)^3(0)dt\\&+\int\limits^1_0(1)(4t)(0)+1^2(4t)^3(4)dt\\&+\int\limits^1_0 (1-t)(4-4t)(-1) +(1-t)^2 (4 - 4 t )^3 (-4) dt \\&=\int\limits^1_0 256t^3dt+\int\limits^1_0 -4(1-t)^2-256(1-t)^5dt\\&=64-\frac{4}{3}-\frac{128}{3}\\&=20\end{aligned}\)

b) A simple link between the macroscopic circulation around curve C and the total amount of the microscopic circulation that is inside C is known as Green's theorem. A line integral can occasionally be converted into a double integral using Green's theorem, and the reverse is also sometimes true. By Green's theorem, \(\oint Mdx+Ndy= \iint_R \frac{\partial N}{\partial x}-\frac{\partial M}{\partial y} dA\)

Then, the required line integral using Green's theorem,

\(\begin{aligned}\oint xydx+x^2y^3dy&=\int\limits^1_0 \int\limits^{4x}_0(2xy^3-x) dydx\\&=\int\limits^1_0 \left[\frac{xy^4}{2}-xy \right]^{4x}_0dx\\&=\int\limits^1_0 (128x^5-4x^2)dx\\&=\left[\frac{64x^6}{3}-\frac{4x^3}{3}\right]^1_0\\&=20\end{aligned}\)

The required answer obtained by both direct and Green's theorem method is 20.

The complete question -

Evaluate the line integral by the two following methods.

\(\int\limits_C xydx+x^2y^3dy\) C is counterclockwise around the triangle with vertices (0, 0), (1, 0), and (1, 4).

(a) directly

(b) using Green's Theorem

To know more about line integral:

https://brainly.com/question/29850528

#SPJ4

what is the property of 3x(5x7)=(3x5)7

Answers

The property you are referring to is called the associative property of multiplication. According to this property, when multiplying three numbers, the grouping of the numbers does not affect the result. In other words, you can change the grouping of the factors without changing the product.

In the equation you provided: 3x(5x7) = (3x5)7

The associative property allows us to group the factors in different ways without changing the result. So, whether we multiply 5 and 7 first, or multiply 3 and 5 first, the final product will be the same.

List all of the subgroups of S4. Find each of the following sets. Are any of these sets subgroups of S4?(a) {σ ∈ S4 : σ(1) = 3}(b) {σ ∈ S4 : σ(2) = 2}

Answers

This set {σ ∈ S4 : σ(1) = 3} contains the following elements of S4: (13), (23), (34), (24), (14), (12)(34), (13)(24), (14)(23) and  {σ ∈ S4 : σ(2) = 2} this set contains the following elements of S4: (12), (21), (13)(24), (24)(13).

What are the subgroups of S4

The group S4 is the symmetric group on 4 elements and has 24 elements. We can list all of its subgroups as follows:

The trivial subgroup {e}.Three subgroups isomorphic to the cyclic group of order 2: {e, (12)}, {e, (13)}, {e, (14)}.Four subgroups isomorphic to the cyclic group of order 3: {e, (123), (132)}, {e, (124), (142)}, {e, (134), (143)}, {e, (234), (243)}.Two subgroups isomorphic to the dihedral group of order 4: {e, (1234), (13)(24), (1432)}, {e, (1234), (14)(23), (1324)}.The alternating group A4 of even permutations: {e, (123), (132), (124), (142), (134), (143), (234), (243), (12)(34), (13)(24), (14)(23), (12)(34), (13)(24), (14)(23)}.

Now, let's consider the sets (a) and (b) and see if they are subgroups of S4:

(a) {σ ∈ S4 : σ(1) = 3}

This set contains the following elements of S4: (13), (23), (34), (24), (14), (12)(34), (13)(24), (14)(23). We can check that this set is not a subgroup of S4 because it is not closed under composition. For example, (13)(14) = (134) is not in the set.

(b) {σ ∈ S4 : σ(2) = 2}

This set contains the following elements of S4: (12), (21), (13)(24), (24)(13). We can check that this set is a subgroup of S4. It is closed under composition, inverses, and contains the identity element e. Therefore, it is a subgroup of S4 and is isomorphic to the cyclic group of order 2.

Learn more on sets here;

https://brainly.com/question/13458417

#SPJ1

what is 2,799.89 x 4,984.76
!please answer i want to know!

Answers

Answer:

13,956,779.6764

Answer:

13956 779.7 (•‿•) this is my ans.

an account is with an initial deposit of $1500 earns 7 percent interest for 1.5 years what is the ending balance enter your answer in the box

Answers

Answer:

$ 1,657.50

Step-by-step explanation:

Equation:

A = P(1 + rt)

Calculation:

First, converting R percent to r a decimal

r = R/100 = 7%/100 = 0.07 per year,

then, solving our equation

A = 1500(1 + (0.07 × 1.5)) = 1657.5

A = $ 1,657.50

The total amount accrued, principal plus interest,

from simple interest on a principal of $ 1,500.00

at a rate of 7% per year

for 1.5 years is $ 1,657.50.

you can learn more in: https://brainly.com/question/2233939

The simple interest is $ 157.50 and amount after 1.5 years is $ 1657.50

What is Simple Interest?

Simple interest is a method of calculating interest that ignores the impact of compounding. While interest frequently compounds throughout the course of a loan's set periods, simple interest does not. Simple interest is calculated by multiplying the principal amount by the interest rate, times the number of periods.

Simple Interest = ( Principal Amount x Rate x Time Period ) 100

Given data ,

Let the deposit amount be Principal P = $ 1500

Let the rate of interest be R = 7 %

Let the number of years be T = 1.5 years

Now , the simple interest is calculated by the formula ,

Simple Interest I = ( Principal x Rate x Time ) / 100

Substituting the values in the equation , we get

Simple Interest I = ( 1500 x 7 x 1.5 ) / 100

Simple Interest I = 15 x 10.5

Simple Interest I = $ 157.50

Therefore , the amount after 1.5 years is given as

Amount A = Principal P + Simple Interest

Amount A = 1500 + 157.50

Amount A = $ 1657.50

Therefore , the value of A is $ 1657.50

Hence , The amount after 1.5 years is $ 1657.50

To learn more about simple interest click :

https://brainly.com/question/17282817

#SPJ2

eduphoria! - School
New Tab
IE ela
eian
Bar
Ows el
SA Desmos Scientific
Can you write the equation of a parallel line through the given coordinate and
type the correct code? Please remember to type in ALL CAPS with no spaces. *
Puzzle #4
1:
Find the equation
parallel to
Y: -2x 10
through (3, -1)
2:
Find the equation
parallel to
-1
• 12
through (3,-1)
answer choices
A: - B:
C:
Y'j* Y.-2x•7 y.-24-4
D: E
F:
Y 3*.7 Y-3
y=-2x1
G: H:
y.-24.5 y2x8 Y 3-1
T: -1.
3:
Find the equation
parallel to
y = -2x - 18
through (-3, 2)
4:
Find the equation
parallel to
-1
Y
3
through (12,-5)
Type the 4-
letter code into
the answer
box. All CAPS
no spaces.
X.16
Your answer

eduphoria! - SchoolNew TabIE elaeianBarOws elSA Desmos ScientificCan you write the equation of a parallel

Answers

Answer: GACI

Step-by-step explanation:

Bob mixes his 20 ounce protein shake that is 50% milk with 10 more ounces of whole milk. What concentration of milk is in the resulting drink

Answers

Solution:

Given that Bob mixes his 20 ounce protein shake that is 50% milk with 10 more ounces of whole milk,

let x represent the concentration of milk.

Thus, we have

\(undefined\)

If A(0, 4), B(5, y), and AB = 13. What is y?

Answers

The required value of y for the given segment AB is given as y = 16, -8.

What is a line?

A line is a straight curve connecting two points or more showing the shortest distance between the initial and final points.

here,
A(0, 4), B(5, y), and AB = 13.

Applying the distance formula,
D = √[[x₂ - x₁]² + [y₂- y₁]²]

Substitue the value in the above expression,
13 = √[[5 - 0]² + [y - 4]²]
169 = 25 + [y - 4]²
[y - 4]² = 144
y - 4 = ± 12

y = 16, -8

Thus, the required value of y for the given segment AB is given as y = 16, -8.

Learn more about lines here:

brainly.com/question/2696693

#SPJ1  

If the daily returns on the stock market are normally distributed with a mean of .05% and a standard deviation of 1%, the probability that the stock market would have a return of -23% or worse on one particular day (as it did on Black Monday) is approximately __________.

Answers

Answer:

The probability that the stock market would have a return of -23% or worse on one particular day (as it did on Black Monday) is approximately 0%.

Step-by-step explanation:

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean \(\mu\) and standard deviation \(\sigma\), the z-score of a measure X is given by:

\(Z = \frac{X - \mu}{\sigma}\)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

If the daily returns on the stock market are normally distributed with a mean of .05% and a standard deviation of 1%

This means that \(\mu = 0.05, \sigma = 1\)

The probability that the stock market would have a return of -23% or worse on one particular day (as it did on Black Monday) is approximately

This is the p-value of Z when X = -23. So

\(Z = \frac{X - \mu}{\sigma}\)

\(Z = \frac{-23 - 0.05}{1}\)

\(Z = -23.05\)

\(Z = -23.05\) has a p-value of approximately 0. So

The probability that the stock market would have a return of -23% or worse on one particular day (as it did on Black Monday) is approximately 0%.

Let kids denote the number of children ever born to a woman, and let educ denote years of education for the woman. A simple model relating fertility to years of education is

Answers

Answer:

Kids = β(0) + β(1) educ + E

Step-by-step explanation:

Kids = β(0) + β(1) educ + E

Where "E" stands in for other factors, such as maybe an error in the estimated age of the mother, an error in the predicted income level, or even an error in religion. And we all know for certainty, that whereever education is being discussed, age and income would always be related.

In the last round of a chess tournament the final match is between Alice and Diego. The winner is the first player to win three games [sometimes called "best of 5"]. Assume that they are equally matched, so that each player has an equal probability of winning each game. What is the probability that the match will be finished after the first 3 games are played?

Answers

Answer:

1/8

Step-by-step explanation:

For the match to be finished after 3 games are played, it means that 1 person my win 3 games in a row.

Since each player has a 50% chance of winning, the chances of it would be

1/2*1/2*1/2 or (1/2)^3

Therefore the answer is 1/8 chance

The probability that the match will be finished after the first 3 games are played is \(\frac{1}{8}\)

The calculation is as follows:

Since the match to be finished after 3 games are played this represent that 1 person my win 3 games in a row.

Each player has a 50% chance of winning, the chances of it should be

\(= (1\div 2)^3\\\\= \frac{1}{8}\)

Learn more: https://brainly.com/question/864553?referrer=searchResults

In Mr. Davis’s class, 13 students wear glasses and 9 do not. What is the ratio of students who do not wear glasses to the number of students who do wear glasses?

Answers

Answer:

9/13

Step-by-step explanation:

The ratio of

do not wear glasses : those who do wear glasses = 9 / 13

Be sure and keep the numbers opposite their descriptions.

9 is across from those who wear glasses

13 is across from those who do not wear glasses.

FIND EACH LENGHT BELOW ITS AN ALEX ASSIGNMENT UNDER THE CATEGORY SEGMENTS IN CIRCLES

FIND EACH LENGHT BELOW ITS AN ALEX ASSIGNMENT UNDER THE CATEGORY SEGMENTS IN CIRCLES

Answers

The length in each circle is:

(a) CD = 19.5 units

(b) UZ = 12.8 units

How to find the length in each circle?

(a) The Intersecting Secant-Tangent Theorem states that "if two secant lines intersect outside a circle, and a tangent line is drawn from the point of intersection to the circle, then the product of the lengths of the two secant segments is equal to the square of the length of the tangent segment".

Using the theorem, we have:

EC * ED = EG²

6.5 * ED = 13²

6.5ED = 169

ED = 169/6.5

ED = 26 units

ED = EC + CD

26 = 6.5 + CD

CD = 26 - 6.5

CD = 19.5 units

(b) The Secant-Secant Theorem states that "if two secant segments which share an endpoint outside of the circle, the product of one secant segment and its external segment is equal to the product of the other secant segment and its external segment".

Using the theorem above, we can say:

UZ * UW = UX * UY

UZ * 40 = 8 * 64

40UZ = 512

UZ = 512/40

UZ = 12.8 units

Learn more about Intersecting Secant-Tangent Theorem on:

brainly.com/question/27160891

#SPJ1

Please help worth 10 points is this true that line n is perpendicular to line p? I think the answer is C, is this correct or not?

Please help worth 10 points is this true that line n is perpendicular to line p? I think the answer is
Please help worth 10 points is this true that line n is perpendicular to line p? I think the answer is

Answers

Answer: A

because slope are

#5: Which ratio compares ginger ale to lemonade.

Answers

Answer:

how are we supposed to now if u didnt give the ratio

Step-by-step explanation:

Jerome's game score changed by
20 points because of penalties that
were worth –5 points each. How
many times was Jerome penalized?

Answers

Answer:

Jerome was penalized 4 times.

Step-by-step explanation:

This question is solved by proportions, using a rule of three.

Each penalty changes her score by 5 points. Her score was changed by 20 points. How many penalties?

1 penalty - 5 points

x penalties - 20 points

\(5x = 20\)

\(x = \frac{20}{5}\)

\(x = 4\)

Jerome was penalized 4 times.

Ann’s penny bank is 3/10 full. After she adds 200 pennies , it is 1/2 full . How many pennies can Ann’s bank hold ?

Anns penny bank is 3/10 full. After she adds 200 pennies , it is 1/2 full . How many pennies can Anns

Answers

Solution

Let x be the number of pennies Ann's bank can hold

So, from the question we have that

\(\begin{gathered} \frac{3}{10}x+200=\frac{1}{2}x \\ \\ multiply\text{ through by 10} \\ \\ 3x+2000=5x \\ \\ 2000=5x-3x \\ \\ 2000=2x \\ \\ x=\frac{2000}{2} \\ \\ x=1000 \end{gathered}\)

The answer is 1000 pennies

how many times does 1 go in 9

Answers

Answer:

9 times

Step-by-step explanation:

1 goes into 9, 9 times

1+1=2

2+1=3

3+1=4

4+1=5

5+1=6

6+1=7

7+1=8

8+1=9

1 goes into 9, 9 times luv
Other Questions
Question 6 of 20You turn on a light in a room to read a book. Not all the energy from thelightbulb becomes light energy. What happens to the rest of the energy fromthe lightbulb?A. It is transformed into chemical energyB. It is transformed into magnetic energyC. It is transformed into electrical energyD. It is transformed into thermal energySUBMIT how does he persuade? money that is paid for borrowing someone else's money.interestsavingsdebitwhich one i give you 1 min to answer and you will earn 30 points or 70 Determine if the following statement is true or false. The population will be normally distributed if the sample size is 30 or more. The statement is ______. You are caring for an adult patient who has family in her room visiting her. You would like to discuss changed details of her care. How would you go about approaching this especially if the patients family insist on staying in the room? What is the purpose of the "care" step of first aid? A. to keep the victim from passing out before emergency care arrives B. to avoid having to call for emergency care C. to help the victim survive until emergency care arrives D. to make sure there are no further dangers in the vicinity of the victim what is the x and y intercept of 5x+2y=-10 Please help me I've been stumped on this problem Elimination of consumed alcohol directly occurs in the breath, urine, and sweat in a process known as ___________.Elimination of consumed alcohol directly occurs in the breath, urine, and sweat in a process known as ___________.a)Oxidationb)Stenosisc)Secretiond)Excretion In which institutional arena does facilitation of divorce take place? A) the state B) the market C) the family D) symbolic interaction The types of projection that are useful for making maps of the United States are called __________. (Choose 2) The equation V = 1300e^0.045t describes the value of an investment after I years. For the investment, give the initial value, the continuous growth rate, the annual growth factor and the annual growth rate. Round your answer for the annual growth factor to three decimal places, and your answer for the annual growth rate to onedecimal place The initial value is The continuous growth rate is The annual growth factor is The annual growth rate is A stone of mass 600g is thrown vertically upwards. calculate the value of the gravitational force on the stone at its highest point. take g = 10N/kg 2) On a multiple choice test with four possible answers for each question, what is the probability ofanswering a question correctly if you make a random guessA) 1/2 B) 1 C) 3/4 D) 1/4 50 POINTS- WILL MARK BRAINLIEST Which is NOT a "culture of life" issue? Culture of Life: Select the best answer from the choices provided. (TOOK THE TEST, A IS INCORRECT) A. Abortion B. Adoption C. Stem cell research D. Euthanasia Find a.Round to the nearest tenth:2 cm1501050a == [? ]cm what else can be done to help with equal rights On January 1, 2022, Apollo, Inc. purchased a patent giving it exclusive rights to manufacture a new type of synthetic clothing for P240,000. While the patent had a remaining legal life of 15 years at the time of purchase, Apollo expects the useful life to be only eight more years. In addition, Apollo purchased equipment related to production of the new clothing for P140,000. The equipment has a physical life of 10 years but Apollo plans to use the equipment only over the patent's service life and then sell it for an estimated P20,000. Apollo uses straight-line for all long-term assets. The amount charged to expense in 2022 related to the patent and equipment should be: a. P38,000. b. P31,000. c. P45,000. d. P40,000. Question: What factors affect the angle of the pith balls?1. Observe : If necessary, turn on Show angle. What is the current value of ? 2. Predict: Predict the effect of each change on the angle of the pith balls (). Fill in each blank with either " increases" or " decreases." Explain each of your predictions. A. g increases: g decreases: .Explain: B. Mass increases: Mass decreases: Explain: C. Length (L) increases: L decreases: .Explain: 3. Test: Use the Gizmo to test each of your predictions. Write your results below. A. g increases: g decreases: B. Mass increases: Mass decreases: C. L increases: L decreases: 4. Interpret: How is increasing the mass of the pith balls similar to increasing the value of g?5. Think and discuss: Why does increasing the length of the string cause the angle of the pith balls to decrease? (Hint: Why wouldnt you expect the angle to stay the same?) 2. Analyze how Mexican movements for workers rights and social justice confronted US imperialism and xenophobia. 3. Describe ways that the Mexican Revolution affected life in Mexico and the US. Explain how Mexican life in the US changed from 1900 to 1920 . 4. Summarize the ways in which World War I affected Mexicans in the United States . Describe how commercial cotton agriculture drove demand for Mexican labor?